/*------------------------------------------------------------------

	Project:		CRG
	Version:		1
	Last change:	05/11/08

--------------------------------------------------------------------

/***** [ Reset css ] ************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	list-style-position: outside;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a img { border: none; }
a { text-decoration: none; }
 
a:focus, a:active { text-decoration: none; -moz-outline: 0; outline: none; }

em { font-style: italic; }
b, strong  {
    font-weight: bolder;
}

/***** Body *****/
	
body {
	background: #0c0c0c url(../images/styles/bg_page.png) repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
html { overflow: -moz-scrollbars-vertical; }

/***** Blocs positionnement principaux *****/
#header {
	width: 924px;
	height: 44px;
	margin: 0 auto;
	padding-top: 112px;
	background: url(../images/styles/bg_header-trans.png) 0 0 no-repeat;
	}
#container {
	/*background: url(../images/styles/glow.jpg) top center no-repeat;*/
	width: 100%;
	margin: 0 auto;
	padding-top: 22px;
	position: relative;
	}
	
#container2 {
	width: 912px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 45px;
	}
	
#footer_container {
	width: 100%;
	background: url(../images/styles/bg_footer.png) repeat-x top center;
	min-height: 103px;
	}
#footer {
	width: 862px;
	margin: 0 auto;
	padding: 25px;
	color: #4e4e4e;
	font-size: 11px;
	}
	#footer a {
		font-weight: bold;
		color: #4e4e4e;
		}
	#footer a:hover {
		text-decoration: underline;
		}
	
	
/***** Autres bloc *****/
.bloc1, .bloc2, .bloc3, .bloc4, .bloc5, .bloc6, .bloc3_2, .bloc4_2, .bloc4_3, .bloc4_3_bottom_after, .bloc4_bottom_after, .bloc4_top_before, .bloc3_top_before {
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 8px 25px 8px;
	position: relative;
	padding: 5px 5px 0 5px;
	display: inline;
	}
	.bloc1 .bottom, .bloc2 .bottom, .bloc3 .bottom, .bloc4 .bottom,
	.bloc5 .bottom, .bloc6 .bottom, .bloc3_2 .bottom, .bloc4_2 .bottom {
		position: absolute;
		height: 6px;
		bottom: -6px;
		left: 0;
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 1px;
		}
	.bloc3_2, .bloc4_2 { margin-bottom: 67px; }
	.bloc4_3 { 
    /*background-position: left bottom; 
    padding-bottom: 15px; */
    background-color: #202020;
    margin-bottom: 0;
  }
  .bloc4_top_before {
    margin-left: 0; 
    margin-right: 0;
    margin-bottom: 0;
    width: 700px;
    background: url(../images/styles/bg_bloc4.png) left top no-repeat;
    height: 7px;
    padding: 0 5px;
  }
  .bloc4_3_bottom_after, .bloc4_bottom_after  {
    margin-left: 0; 
    margin-right: 0;
    width: 700px;
    background: url(../images/styles/bg_bloc4.png) left bottom no-repeat;
    height: 15px;
    padding: 0 5px;
  }
  .bloc_3_2_bottom_after {
    margin-left: 0; 
    margin-right: 0;
    width: 646px;
		height: 42px;
		padding: 5px 0 0 21px;
		line-height: 47px;
		text-transform: uppercase;
		color: #818181;
		white-space: nowrap;
		font-size: 13px;
		background-position: bottom left;
		background-repeat: no-repeat;
		background-image: url(../images/styles/bg_bloc3_bottom2.png);
  }

	.bloc3_2 .bottom, .bloc4_2 .bottom {
		height: 42px;
		bottom: -47px;
		padding: 5px 0 0 21px;
		line-height: 47px;
		text-transform: uppercase;
		color: #818181;
		white-space: nowrap;
		font-size: 13px;
		}
	.bloc4_3 .bottom  { display: none; }
	.bottom a {
		color: #818181;
		}
		
.bloc1 {
	width: 560px;
	background-image: url(../images/styles/bg_bloc1.png);
	}
	.bloc1 .bottom {
		width: 570px;
		background-image: url(../images/styles/bg_bloc1.png);
		}
		
.bloc2 {
	width: 298px;
	background-image: url(../images/styles/bg_bloc2.png);
	}
	.bloc2 .bottom {
		width: 308px;
		background-image: url(../images/styles/bg_bloc2.png);
		}
		
.bloc3, .bloc3_2 {
	width: 657px;
	background-image: url(../images/styles/bg_bloc3.png);
	}
  .bloc3_top_before {
    margin-bottom: 0;
    width: 657px;
    background: url(../images/styles/bg_bloc3.png) left top no-repeat;
    height: 7px;
    padding: 0 5px;
  }
	.bloc3_2 { 
    background-color: #202020;
    padding-top: 0;
  }
	.bloc3 .bottom {
		width: 667px;
		background-image: url(../images/styles/bg_bloc3.png);
		}
	.bloc3_2 .bottom {
		width: 646px;
		background-image: url(../images/styles/bg_bloc3_bottom2.png);
		}

.bloc4, .bloc4_2, .bloc4_3 {
	width: 700px;
	background-image: url(../images/styles/bg_bloc4.png);
  background-color: #202020;
  margin-bottom: 0;
  padding-top: 0;
	}
	.bloc4 .bottom {
		width: 710px;
		background-image: url(../images/styles/bg_bloc4.png);
		}
	.bloc4_2 .bottom  {
		width: 689px;
		background-image: url(../images/styles/bg_bloc4_bottom2.png);
		}

.bloc5 {
	width: 155px;
	background-image: url(../images/styles/bg_bloc5.png);
	margin-left: 10px;
	margin-right: 0;
	}
	.bloc5 .bottom {
		width: 165px;
		background-image: url(../images/styles/bg_bloc5.png);
		}

.bloc6 {
	width: 200px;
	background-image: url(../images/styles/bg_bloc6.png);
	margin-left: 10px;
	margin-right: 0;
	}
	.bloc6 .bottom {
		width: 210px;
		background-image: url(../images/styles/bg_bloc6.png);
		}
.bloc7 {
	width: 190px;
	height: 68px;
	overflow: hidden;
	background: url(../images/styles/bg_bloc7.png) left top no-repeat;
	position: relative;
	z-index: 1;
	color: #CCC;
	text-transform: uppercase;
	padding: 5px;
	line-height: 22px;
	font-size: 11px;
	}
	.bloc7 a   { color: #CCC; }
	.bloc7 .date  {
		font-weight: bold;
		}
	.bloc7 img.flag {border: solid 2px #494949; top: 0; margin-top: 0; position: static; vertical-align: middle;}
		
.barre1, .barre2 {
	height: 30px;
	padding-left: 2px;
	background: url(../images/styles/bg_barre1.png) left top no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #c3c3c3;
	line-height: 27px;
	margin: 0 6px 3px 0;
	position: relative;
	z-index: 2;
	}
.barre2 {
	background: url(../images/styles/bg_barre2.png) left top no-repeat;
	}
  #panel_results .bloc4_3 .barre2 { margin-top: 25px; }
  #panel_results .bloc4_3 .barre2.first { margin-top: 0px; }
	.barre1 a , .barre2 a { color: #c3c3c3; }
	.barre1 a:hover, .barre1 a:hover span, .barre2 a:hover, .barre2 a:hover span { color: #ffed00; }
	.barre1 .barre_in, .barre2 .barre_in {
		position: relative;
		right: -6px;
		padding-right: 8px;
		line-height: 27px;
		height: 30px;
  }
  .barre1 .barre_in {
		background: url(../images/styles/bg_barre1.png) top right no-repeat;
		}

  .barre2 .barre_in {
		background: url(../images/styles/bg_barre2.png) top right no-repeat;
		}

   .barre2 span.barre_in { display: block; }
	
.bloc_news {
	width: 565px;
	padding-top: 10px;
	background: url(../images/styles/bg_bloc_news.png) top left no-repeat;
	margin: 10px 10px 5px 10px;
	}
	.bloc_news .bottom_news {
		background: url(../images/styles/bg_bloc_news.png) bottom left no-repeat;
		}
	.bloc_news p {
		line-height: 17px;
		padding: 10px;
		}
	.bloc_news p.head {
		font-weight: bold;
		background: url(../images/styles/bg_news_head.png) bottom left no-repeat;
		padding-bottom: 20px;
		}
		
.bloc_news2 {
	display: block;
	width: 504px;
	height: 86px;
	background: transparent url(../images/styles/bg_bloc_news2.png) top left no-repeat;
	padding-right: 130px;
	position: relative;
	margin: 5px 10px 10px 10px;
	}
	a.bloc_news2, .bloc_news2 {
		color: #FFF;
		font-size: 11px;
		line-height: 17px;
		}
	.bloc_news2 .p {
		display: block;
		padding: 7px;
		}
	.bloc_news2 .img {
		display: block;
		width: 119px;
		height: 79px;
		position: absolute;
		left: 506px;
		top: 3px;
		}
	.bloc_news2 .img.vertical {
		height: 79px;
    width: 52px;
  }
.pr_short_container {
	margin-bottom: 10px;
}
#slide .barre1 {
	/*position: absolute;*/
	width: 553px;
	/*top: 5px;
	left: 5px;*/
	}
	
#control_slide {
	height: 26px;
	background: url(../images/styles/bg_control_slide.png) left top no-repeat;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: center;
	position: relative;
	color: #818181;
	font-size: 14px;
	text-transform: uppercase;
	}
	
.col1 {
	float: left;
	width: 185px;
	}
.col2 {
	float: left;
	width: 711px;
	padding-left: 8px;
	}
	.col2 .tabs{ margin: 0;}
	.col2 .bloc4_3, .col2 .bloc4, .col2 .bloc4_2 {margin-left: 0; margin-right: 0;  }
.col3{
	float: left;
	width: 324px;
	}
.col4{
	float: left;
	width: 228px;
	overflow: hidden;
	}
.col5{
	float: left;
	width: 670px;
	padding-left: 8px;
	}
	.col5 .bloc3, .col5 .bloc3_2, .col5 .bloc3_top_before {margin-left: 0; margin-right: 0;  }

	
#pilote {
	width: 526px;
	height: 417px;
	float: left;
	margin-left: 10px;
	display: inline;
	background: url(../images/styles/bg_pilot-trans.png) left top no-repeat;
	position: relative;
	}
	#pilote .control {
		width: 516px;
		height: 26px;
		background: url(../images/styles/bg_control_pilot.png) left top no-repeat;
		color: #818181;
		text-align: center;
		margin-top: 5px;
		margin-left: 5px;
		line-height: 26px;
		text-transform: uppercase;
		position: relative;
		}
  .mechanics {
    background-image: url(../images/styles/bg_mecanicals-trans.png) !important;
  }
  .technicals {
    background-image: url(../images/styles/bg_technicals-trans.png) !important;
  }
  .management {
    background-image: url(../images/styles/bg_management-trans.png) !important;
  }
	#pilote .control ul, #pilote .control ul li { display: inline; }
	#pilote .control li span { display: none; }
	#pilote .control li a { display: block; width: 19px; height: 19px; position: relative; z-index: 10;}
	#pilote .control .prev, #pilote .control .next {
		position: absolute;
		top: 4px;
		background: url(../images/styles/bt_controls.png) top no-repeat;
		display: block;
		height: 19px;
		width: 19px;
		}
	#pilote .control .prev{
		left: 10px;
		background-position: left top;
		}
	#pilote .control .next{
		right: 10px;
		background-position: right top;
		}
	#pilote .control .prev.disabled{
		background-position: left bottom;
		}
	#pilote .control .next.disabled {
		background-position: right bottom;
		}
	#pilote .desc {
		width: 280px;
		padding: 30px 0 0 20px;
		font-size: 11px;
		color: #ffed00;
		/*position: relative;*/
    float: left;
		z-index: 2;
		}
		#pilote .desc p {
			padding: 0;
			margin-bottom: 3px;
			color: #ffed00;
			}
	#pilote .desc .label {
		color: #FFF;
		text-transform: uppercase;
		}
	#pilote h2 {
		font-size: 20px;
		text-transform: uppercase;
		color: #FFF;
		margin-bottom: 10px;
		font-weight: bold;
		}
	#pilote #photo {
		/*position: absolute;
		bottom: 0;
		right: 0;*/
		z-index: 1;
		}
		
	

.news a , .event a { display: block; }
.news .hour {
	font-weight: normal;
	color: #818181;
	}
.news .title { padding: 0 2px;}
.news .titre_off { display: none;}
.element .lang-container-off { height: 0; overflow: hidden; }
.news-content { padding: 6px; margin-bottom: 50px; }
.news-content p { line-height: 17px; margin: 0; padding: 0; text-align: justify; }
.news-content img { border: solid 3px #000; }
	
.event .type , .event .date{	color: #818181;	}
.event .title { color: #fff; padding: 0 2px;}
	.event .title a { color: #FFF;}
.event .cat { color: #818181; font-weight: normal; }

.photos .date { color: #818181; font-weight: normal; }
.photos .place  { padding: 0 2px; color: #FFF;}
	.photos .place a {color: #FFF;}
.photos img.flag { border: solid 1px white; vertical-align: middle; }

/***** Listes *****/

/* navigation */
ul#nav {
	width: 879px;
	text-align: center;
	/*padding-left: 45px;*/
	padding-left: 45px;
	height: 48px;
	background: url(../images/styles/bg_nav-trans.png) left bottom no-repeat;
	}
ul#nav li {
	float: left;
	text-transform: uppercase;
	color: #818181;
	/*position: relative;*/
	width: auto !important;
	width: 10px;
	}
ul#nav li.on {
	font-weight: bold;
	color: #e7d800;
	}
ul#nav li a {
	color: #818181;
	display: block;
	/*height: 30px;
	line-height: 30px;*/
	height: 48px;
	line-height: 40px;
  position: relative;
	padding: 0 20px;
	}
body.fr ul#nav li a { padding: 0 12px; }
body.it ul#nav li a { padding: 0 13px; }
body.en ul#nav li a { padding: 0 15px; }
body.pt ul#nav li a { padding: 0 9px; }
ul#nav li.on {
  background: url(../images/styles/bg_nav_li_on-trans.png) center top no-repeat;
}
ul#nav li.on a, ul#nav li.on a:hover, ul#nav li.on a:focus {
	color: #e7d800;
/*	background: url(../images/styles/bg_nav_li_on.png) center top no-repeat;*/
	font-weight: bold;
	}
ul#nav li a:hover, ul#nav li a:focus {
	color: #e7d800;
	font-weight: normal;
	}

/* lang */
ul#lang {
	position: absolute;
	top: 110px;
	right: 50%;
	margin-right: -440px;
	}
ul#lang li {
	float: left;
	width: 21px;
	height: 33px;
	margin: 0 1px;
	}
ul#lang li a {
	display: block;
	height: 27px;
	padding-top: 5px;
	opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5;
	}
ul#lang li.on a, ul#lang li a:hover, ul#lang li a:focus {
	background: url(../images/styles/bg_lang_li_on.png) no-repeat;
	opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1;
	}
/* lang2 */
ul.lang2 {
	position: absolute;
	top: 3px;
	right: 3px;
	}
ul.lang2 li {
	float: left;
	width: 21px;
	height: 33px;
	margin: 0 1px;
	}
ul.lang2 li a {
	display: block;
	height: 21px;
	opacity: 0.3; filter: alpha(opacity=30); -moz-opacity: 0.3;
	}
ul.lang2 li.on a, ul.lang2 li a:hover, ul.lang2 li a:focus {
	opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1;
	}
	
/* slideshow */
ul#slide_gallery {
	margin: 22px 0 5px 0;
	}
	ul#slide_gallery img {
		vertical-align: middle;
		}
		
/* Gallery 2 */
.gallery2 .barre1, .gallery2 .barre1 a {
	font-weight: normal;
	color: #818181;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	}
.gallery2 img {
	margin-top: -6px;
	}
.gallery2 a.button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #818181;
	padding-top: 6px;
	font-size: 11px;
	background: url(../images/styles/bt_gallery2.png) left top no-repeat;
	}
	.bloc6.gallery2 a.button {
		background-image: url(../images/styles/bt_gallery3.png);
		height: 26px;
		line-height: 26px;
		padding: 0;
		}
.gallery2 a.button span {
	display: block;
	padding-bottom: 6px;
	background: url(../images/styles/bt_gallery2.png) left bottom no-repeat;
	}
	.bloc6.gallery2 a.button span {background: none; padding: 0;}
		
	
	
/* control slide */
#control_slide ul, #control_slide li {
	display: inline;
	}
	#control_slide img { vertical-align: middle; }
	#control_slide li.prev {
		position: absolute;
		top: 0;
		left: 5px;
		}
	#control_slide li.next {
		position: absolute;
		top: 0;
		right: 5px;
		}
		
/* menu 1 */
ul.menu{
	width: 218px;
	float: left;
	margin: 0 5px 10px 5px;
	display: inline;
	}
	ul.menu  li {
  /*
		height: 29px;
		line-height: 25px;
		padding-left: 19px;
		background: url(../images/styles/bt_menu1.png) left top no-repeat;
		text-transform: uppercase;
    */
		margin-bottom: 4px;
  }
	ul.menu  li , ul.menu  li  a {
		color: #818181;
		}
	ul.menu  li  a {
		display: block;
		background: none;

    /* */
    display: block;
		height: 29px;
		line-height: 25px;
		padding-left: 19px;
		background: url(../images/styles/bt_menu1.png) left top no-repeat;
		text-transform: uppercase;
    /* */
		}
	ul.menu  li.on , ul.menu  li.on  a, ul.menu  li  a:hover {
		color: #e7d800;
		}
	/*ul.menu li.on {*/
	ul.menu li.on a {
		background-position: right top;
		}
		
/* menu bis */
ul.menu.bis {
	width: 175px;
	}
	ul.menu.bis li {
    /*
		background-image: url(../images/styles/bt_menu2.png);
    */
		}
	ul.menu.bis li a {
		background-image: url(../images/styles/bt_menu2.png);
		}
	ul.menu.bis li a:hover {
		color: #ffed00 !important;
  }
ul.menu.bis.year_team {
	margin-top: 70px;
	}
	
/* toggle menu */
ul.menu li.toggle a {
	/*background: url(../images/styles/bg_toggle_arrow.png) right bottom no-repeat;*/
	background: url(../images/styles/bt_menu2_arrow.png) top left no-repeat;
	}
/*ul.menu li.toggle {*/
ul.menu li.toggle a {
	padding-left: 9px;
	}

ul.menu li.toggle.opened, ul.menu li.toggle.opened a {
	background-position: top right;
	color: #e7d800;
	}
ul.menu li.toggle.opened a {
  height: 25px;
}
	
ul.menu ul.submenu {
  margin-left: 9px;
	width: 158px;
	background: #1d1d1d url(../images/styles/bg_submenu.png) top repeat-x;
	padding: 0;
  z-index: 3;
	}
	ul.menu ul.submenu li {
		background: url(../images/styles/bg_submenu_li.png) top repeat-x;
		border-left: solid 1px #101010;
		border-right: solid 1px #101010;
		height: 19px;
		line-height: 19px;
		color: #818181;
		margin: 0;
		padding-left: 5px;
		font-size: 11px;
		}

	ul.menu li.toggle ul.submenu li  a { 
    color: #818181; 
		height: 19px;
		line-height: 19px;
  }
	ul.menu li.toggle.opened ul.submenu li.selected  a { color: #e7d800 !important; }
	ul.menu ul.submenu li a {
		background: none;
		}
		
/* toggle photos */
/*.toggle .barre2, .toggle .barre1 { cursor: pointer; }*/
.toggle.closed ul.gallery { display: none; }

ul.menu.bis li select { width: 166px; }
		
/* pagination */
ul.pagination { display: inline;	}
ul.pagination  li{ display: inline; }
ul.pagination li , ul.pagination li a{ color: #818181; }
ul.pagination li.on , ul.pagination li.on  a, ul.pagination li a:hover, ul.pagination li a:focus { color: #e7d800; }

/* gallerie */
ul.gallery {
	overflow: hidden;
	padding: 10px 0 3px 11px;
	}
ul.gallery li {
	float: left;
	width: 127px;
	height: 88px;
	padding: 0 5px 12px 5px;
	}
ul.gallery li  a {
	display: block;
	border: solid 1px black;
	padding: 2px;
	text-align: center;
	background: #171717;
	}
	ul.gallery li  a:hover, ul.gallery li  a:focus {
		border-color: #e7d800;
		}
ul.gallery li  a img {
	vertical-align: top;
	}
	
/* carousel pilotes */
#carousel {
	width: 165px;
	height: 370px;
	float: left;
	background: url(../images/styles/bg_carousel.png) no-repeat;
	position: relative;
	margin: 0 8px 0 9px;
	padding-top: 40px;
	display: inline;
		overflow: hidden;
	}
  #carousel .scrollable_content {
		overflow: hidden;
    height: 335px;
  }
	#carousel .prev, #carousel .next {
		display: block;
		width: 155px;
		height: 26px;
		position: absolute;
		z-index: 2;
		left: 5px;
		}
	#carousel .prev {
		top: 5px;
		background: url(../images/styles/bt_carousel_prev.png) left top no-repeat;
		}
	#carousel .next {
		bottom: 5px;
		background: url(../images/styles/bt_carousel_next.png) left top no-repeat;
		}
	#carousel .disabled { background-position: bottom; }
	
	#carousel .clip { }
	#carousel .item {
		color: #818181;
		z-index: 1;
		}
		#carousel .item a {
			color: #818181;
			display: block;
		text-align: right;
		padding: 8px 16px 0 0;
		line-height: 22px;
		text-transform: uppercase;
		height: 33px;
		color: #818181;
		background: url(../images/styles/bg_carousel_item.png) no-repeat;
			}
    #carousel .list_pilots .item a {
      background: url(../images/casques/generic-off.png) no-repeat;
    }
    #carousel .item a:hover {
		color: #ffed00 !important;
    }
    #carousel .list_pilots .item a:hover {
      background-position: left -41px;
    }
    #carousel .list_pilots .item.on a {
      background: url(../images/casques/generic-on.png) no-repeat;
    }
    #carousel .list_pilots .item.on a:hover {
      background-position: left top;
    }
    #carousel .list_pilots .item.on {
		color: #ffed00 !important;
    }
    #carousel .item.on a {
		color: #ffed00 !important;
		background: url(../images/styles/bg_carousel_item_on.png) no-repeat;
		}
		
/* tabulation */
ul.tabs {
	width: 705px;
	height: 41px;
	margin-left: 8px;
	background: url(../images/styles/bg_tabs.png) left top no-repeat;
	padding: 24px 0 0 5px;
	}
	ul.tabs li {
		color: #818181;
		display:block;
		width: 172px;
		height: 28px;
		line-height: 28px;
		float: left;
		margin-right: 4px;
		display: inline;
		background: url(../images/styles/bg_tab.png) left top no-repeat;
		text-transform: uppercase;
		}
	ul.tabs3 li {
		width: 231px;
		background: url(../images/styles/bg_tab_3.png) left top no-repeat;
  }
	ul.tabs li  a, ul.tabs li span {
		display: block;
		padding-left: 15px;
		color: #818181;
		}
	ul.tabs li span { color: #414141; }
	ul.tabs li.on {
		height: 30px;
		color: #ffed00;
		}
		ul.tabs li.on a, ul.tabs li a:hover { color: #ffed00; }
		
	
/***** tableau *****/
table.table1 {
	background: url(../images/styles/bg_table1.png) left top no-repeat;
	width: 690px;
	margin-left: 5px;
	/*text-transform: uppercase;*/
	}
	.table1 th { font-size: 12px; }
	.table1 td { font-size: 11px; }
	.table1 th, .table1 td { padding-left: 27px; background: none; }
	.table1 th { color: #0e0e0e; }
	.table1 td, .table1 td a { color: #CCC;}
	.table1 .cat, .table1 .driver, .table1  .title, .table1  .place { font-weight: bold; }
	.table1 th.drivers { width: 324px; }
	.table1 .race { color: #777; }
	
	.table1 td {
		height: 26px;
		line-height: 22px;
		}
	.table1 th {
		height: 34px;
		line-height: 24px;
		}
	.table1 tr.tr1 td {
		background: url(../images/styles/bg_table1_tr1.png) 7px 0 no-repeat;
		}
	.table1 tr.tr2 td {
		background: url(../images/styles/bg_table1_tr2.png) 7px 0 no-repeat;
		}
		.table1 tr  td.driver {background-position: right top; }
		.table1 tr  td.default {background-position: -10px 0; }
	.table1 {
		border-collapse:collapse;
		}
	.table1 img.flag {
		margin-left: -20px;
		margin-right: 7px;
		border: solid 2px #242424;
		vertical-align: middle;
		}		
		
div.table1_bottom {
	width: 690px;
	height: 6px;
	background: url(../images/styles/bg_table1.png) left bottom no-repeat;
	margin-left: 5px;
	font-size: 1px;
	}
	
/* table  variante */
table.table1.bis {
	background-image: url(../images/styles/bg_table2.png);
	margin-top: 15px;
	}
.bis div.table1_bottom{
	background-image: url(../images/styles/bg_table2.png);
	}
	.table1.bis tr.tr1 td {
		background: url(../images/styles/bg_table1_tr1_bis.png) right top no-repeat;
		}
	.table1.bis tr  td.driver {background-position: 7px 0; width: 177px; }
	.table1.bis tr  td.cat { width: 70px; }
	.table1.bis tr  td.pos { text-align: right; font-weight: bold; padding-right: 5px; font-size: 13px;}
	.table1.bis tr  td.other { width: 160px; text-align: right; color: #a0a0a0; padding-right: 15px;}
	.table1.bis td.round { color: #aaa; text-transform: none; padding-left: 30px; }
	.table1.bis th.title1 { text-align: right; padding-right: 10px; width: 226px; padding-left: 15px; }
	.table1 td { padding-left: 15px; background: none; }
	
	.table1.bis tr.tr3 td.round { background: url(../images/styles/bg_table1_tr3.png) left top no-repeat; }
	.table1.bis tr.tr3 td.pos { font-size: 11px; color: #a0a0a0; background: url(../images/styles/bg_table1_tr3.png) right top no-repeat; }

	.table1.bis tr.tr4 td.round { background: url(../images/styles/bg_table1_tr4.png) 15px 0 no-repeat; }
	.table1.bis tr.tr4 td.pos { font-size: 11px; color: #a0a0a0; background: url(../images/styles/bg_table1_tr4.png) right top no-repeat; }

  .table1.bis.honour td.driver { width: 320px; }
  .table1.bis.honour td.round { padding-left: 10px; }
  .table1.bis.honour tr.tr1 td.pos { background-image: url(../images/styles/bg_table1_tr1.png) }
  .table1.bis.honour tr.tr2 td.pos { background: url(../images/styles/bg_table1_tr2.png) no-repeat right top; }
  .table1 .cat.year { color: #ffed00; }
/***** elements *****/
p {
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	}
p a {
	color: #FFF;
	text-decoration: underline;
	}
p a:hover, p a:focus { text-decoration: none; }

.highlight, p .highlight {
	text-transform: uppercase;
	color: #ffed00;
	font-weight: bold;
	}
sup {
	font-size: 8px;
	vertical-align: top;
	}
	
a.link1 {
	color: #ffed00;
	font-weight: bold;
	text-decoration: none
	}
	
/* formulaires */
#contact_form {
	margin-top: 12px;
	}
#contact_form label {
	line-height: 21px;
	width: 153px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	float: left;
	}
#contact_form .line {
	height: 21px;
	background: url(../images/styles/bg_form_line.png) left top no-repeat;
	overflow: hidden;
	margin-bottom: 30px;
	line-height: 21px;
	}
#contact_form .line3 {
	height: 21px;
	background: url(../images/styles/bg_form_line3.png) left top no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 21px;
	}
#contact_form .line2{
	height: 200px;
	background: url(../images/styles/bg_form_line2.png) left top no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 21px;
	}
#contact_form input {
	width: 338px;
	line-height: 17px;
	height: 15px;
	padding: 2px 5px 0 5px;
	color: #444;
	float: left;
	margin-top: 2px;
	display: inline;
	background: #F2F2F2;
	font-size: 11px;
	}
#contact_form input.submit {
	background: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	margin-left: 173px;
	margin-top: 0;
	padding:0;
	height: 21px;
	cursor: pointer;
	text-align: left;
	}
#contact_form textarea {
	background: #F2F2F2;
	width: 336px;
	height: 164px;
	margin: 8px 5px 5px 5px;
	font-size: 11px;
	line-height: 16px;
	}
#contact_form input:focus {
	color: #993010;
	}

/***** classes diverses et communes *****/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	}
.left { float: left; }
.right { float: right; }
.height1 { min-height: 336px; }
.bold { font-weight: bold; }


/*** elSelect ***/
.elSelect .optionsContainer {
	display:none;
	background: #1d1d1d url(../images/styles/bg_submenu.png) top repeat-x;

}
.elSelect .optionsContainer .option {
		background: url(../images/styles/bg_submenu_li.png) top repeat-x;
		border-left: solid 1px #101010;
		border-right: solid 1px #101010;
		height: 19px;
		line-height: 19px;
		color: #818181;
		margin: 0;
		padding-left: 5px;
		font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    cursor:hand;
    overflow: hidden;
}
.elSelect .disabled {}
.elSelect .selectedOption {
	background-image: url(../images/styles/bt_menu2_arrow.png);
  height: 25px;
  line-height: 25px;
  padding-left: 9px;
  text-transform: uppercase;
  cursor: pointer;
  cursor:hand;

	overflow:hidden;
}
.elSelect .selectedOption:hover, .elSelect .optionsContainer .option:hover {
  color: #ffed00;
}
.elSelect .selectedOption.open {
	background-position: top right;
}
/*
.elSelect .selected {
  color: #e7d800 !important;
}
*/

/*** partners ***/
.partner {
  width: 153px;
  height: 224px;
  background: url(../images/styles//bg_partner.png) top left no-repeat;
  padding-top: 8px;
  float: left;
  margin-left: 23px;
  margin-bottom: 10px;
}


.partner a {
  display: block;
  position: relative;
  width: 153px;
  height: 157px;
}
.partner a:hover {
  background-position: left -157px;
}
.partner a span {
  display: block;
  position: absolute;
  color: #818181;
  font-size: 13px;
  top: 161px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  margin: 4px 5px 4px 5px;
  width: 143px;
  height: 49px;
  padding-top: 10px;
}

/**** goodies ***/
.goody {
  float: left;
  width: 210px;
  height: 224px;
  position: relative;
  margin: 0 0 18px 13px;
}

.goody .description {
  margin: 5px;
  color: #ccc;
  display: block;
  font-size: 12px;
  padding: 5px;
}

.goody a {
  position: absolute;
  display: block;
  height: 30px;
  width: 200px;
  top: 192px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  line-height: 27px;

  font-weight: bold;
  color: #818181 !important;
}

#goody_ex {
  background-image:url(/goodies/bg_goodie_ex-trans.png);
}

#racingteam_presentation {
  width: 570px;
  padding: 0;
}

#racingteam_presentation_content {
  background: url(/images/styles/bg_racingteam.jpg) no-repeat left 37px;
  width: 560px;
  padding: 5px 5px 0;
}
#racingteam_presentation_content p {
  font-size: 12px;
  line-height: 18px;
  color: #dedede;
}

#racingteam_presentation_content p.yellow { color: #c4b600; }

#company_presentation p { 
  font-size: 12px;
  line-height: 18px;
  color: #dedede; 
}
#company_presentation p.yellow, .yellow {
  color: #c4b600;
}

#racingteam_presentation_content .barre1 {
  margin-bottom: 220px;
}

.slide_content {
  width:526px; height:365px; overflow:hidden;
}

#home_link span { display: none; }
#home_link {
  position: absolute;
  top: 60px;
  width: 180px;
  height: 60px;
}
ul#technical-contacts-list {
  margin: 8px 0 0 2px;
}
ul#technical-contacts-list li {
  display: block;
  float: left;
  width: 206px;
  height: 132px;
  margin-right: 18px;
}
ul#technical-contacts-list li a {
  display: block;
  width: 206px;
  height: 132px;
  background-image: url(/images/technical-contact.jpg);
  background-repeat: no-repeat;
}
ul#technical-contacts-list li a span { display: none; }
ul#technical-contacts-list li.madami  { margin-right: 0; }

ul#technical-contacts-list li.bologna a { background-position: 0 0; }
ul#technical-contacts-list li.bologna a:hover { background-position: 0 -133px; }

ul#technical-contacts-list li.schiavon a { background-position: -206px 0; }
ul#technical-contacts-list li.schiavon a:hover { background-position: -206px -133px; }
ul#technical-contacts-list li.madami a { background-position: -412px 0; }
ul#technical-contacts-list li.madami a:hover { background-position: -412px -133px; }

#technical-contacts .barre2 { height: 4px; margin-bottom: 0;}
#technical-contacts .barre2 .barre_in { height: 4px; }
#technical-contacts .barre2.barre-bottom { height: 7px; background-position: left bottom; }
#technical-contacts .barre2.barre-bottom .barre_in { height: 7px; background-position: right bottom; }

#technical-contacts .technical-contacts-content {
  background: #0d0d0d;
  color: #c3c3c3;
  font-weight: bold;
  text-align: center;
}

.technical-contacts-bottom {
  height: 7px;
  margin-left: 8px;
  float: left;
}

.technical-contacts-bottom .bottom-in {
  height: 7px;
  width: 660px;
  float: left;
  background: url(../images/styles/bg_bloc4.png) left bottom no-repeat;
}
.technical-contacts-bottom .bottom-in2 {
  height: 7px;
  width: 7px;
  float: left;
  background: url(../images/styles/bg_bloc4.png) right bottom no-repeat;
}
