/* CSS Document */

/*** restet css ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}



body {
	background: #F1F1F1 url(/images/styles/bg_body.gif) top repeat-x;
	font-size: 12px;
	/*font-size: 0.625em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	}
	
	
/* Blocs positionnement */
#header {
	width: 100%;
	height: 310px;
	background: url(/images/styles/bg_header.jpg) center top no-repeat;
	position: relative;
	}
#container {
	width: 100%;
	background: #F1F1F1 url(/images/styles/bg_container.gif) center bottom no-repeat;
	margin-bottom: 10px;
	}
#container2 {
	width: 100%;
	background: #F1F1F1 url(/images/styles/bg_container2.gif) center bottom no-repeat;
	margin-bottom: 10px;
	}
#container_top {
	width: 100%;
	background: #F1F1F1 url(/images/styles/bg_container_top.gif) center bottom no-repeat;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	}
#container_top2 {
	width: 100%;
	background: #F1F1F1 url(/images/styles/bg_container_top2.gif) center bottom no-repeat;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	}
#container_top3 {
	width: 100%;
	background: #F1F1F1;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	}
.content {
	width: 924px;
	padding-right: 8px;
	position: relative;
	margin: 0 auto;
	}
.content2 {
	width: 616px;
	float: left;
	position: relative;
	}
#gallery {
	width: 902px;
	margin: 40px auto 25px auto;
	padding-left: 92px;
	overflow: hidden;
	background: #F1F1F1;
	}
#footer {
	background: url(/images/styles/bg_footer.png) repeat-x;
	text-align: center;
	font-size: 1.1em;
	height: 32px;
	line-height: 32px;
	color: #959595;
	margin-top: 10px;
	}

/*#sidebar, #sidebar2, #sidebar3 {*/
.sidebar {
	padding: 80px 0 0 10px;
	text-align: center;
	float: right;
}

#sidebar {
	width: 137px;
}

#sidebar2, #sidebar3 {
	padding-top: 45px;
	padding-right: 10px;
	text-align: left;
	position: relative;
}

#sidebar-presentation {
  padding: 15px 0 0 15px;
	width: 285px;
	text-align: left;
  background: transparent url(/images/styles/bg_presentation_sidebar.png) top left repeat-y;
}

#sidebar-presentation p {
margin-left: 0;
}

#sidebar2 {
	width: 278px;
}

#sidebar3 {
	width: 288px;
	padding-left: 0;
}
	
.bloc_content, .bloc_content2,  .bloc_content3 {
	width: 750px;
	padding: 0 5px 8px 369px;
	border: #dadada solid 1px;
	border-left: none;
	margin-bottom: 10px;
	position: relative;
	margin-left: -369px;
	background: #FFF;
	}
.bloc_content2 {
	width: 614px;
	padding-bottom: 30px;
	margin-bottom: 0;
	}
.bloc_content3 {
	width: 907px;
	margin-bottom: 0;
	}
#presentation_bloc.bloc_content {
	padding-left: 542px;
	padding-top: 44px;
	width: 577px;
	position: relative;
	height: auto !important;
	height: 148px;
	min-height: 148px;
	}
#actualites_bloc.bloc_content {
	margin-bottom: 0;
	}
.bloc_content_inside {
	width: 750px;
	float: right;
	}
	
	
/**** navigation ***/
ul#nav {
	list-style-type: none;
	height: 34px;
	position: absolute;
	left: 50%;
	margin-left: -455px;
	top: 124px;
	width: 924px;
	}
ul#nav li {
	float: left;
	height: 35px;
	line-height: 35px;
	}
ul#nav li a {
	background: url(/images/styles/bg_nav.jpg) bottom no-repeat;
	height: 34px;
	display: block;
	}
	
ul#nav li span {
	display: none;
	}
	
ul#nav li#bt_1 a {
	background-position: left bottom;
	width: 54px;
	}
ul#nav li#bt_1 a:hover, ul#nav li#bt_1 a:focus, ul#nav li#bt_1.on a{
	background-position: left top;
	}
	
ul#nav li#bt_2 a {
	background-position: -54px -35px;
	width: 96px;
	}
ul#nav li#bt_2 a:hover, ul#nav li#bt_2 a:focus, ul#nav li#bt_2.on a {
	background-position: -54px 0;
	}
	
ul#nav li#bt_3 a {
	background-position: -150px -35px;
	width: 111px;
	}
ul#nav li#bt_3 a:hover, ul#nav li#bt_3 a:focus, ul#nav li#bt_3.on a {
	background-position: -150px 0;
	}
	
ul#nav li#bt_4 a {
	background-position: -261px -35px;
	width: 71px;
	}
ul#nav li#bt_4 a:hover, ul#nav li#bt_4 a:focus, ul#nav li#bt_4.on a {
	background-position: -261px 0;
	}
	
ul#nav li#bt_5 a {
	background-position: -332px -35px;
	width: 118px;
	}
ul#nav li#bt_5 a:hover, ul#nav li#bt_5 a:focus, ul#nav li#bt_5.on a {
	background-position: -332px 0;
	}
	
ul#nav li#bt_6 a {
	background-position: -689px -35px;
	width: 102px;
	margin-left: 239px;
	}
ul#nav li#bt_6 a:hover, ul#nav li#bt_6 a:focus, ul#nav li#bt_6.on a {
	background-position: -689px 0;
	}
	
ul#nav li#bt_7 a {
	background-position: -791px -35px;
	width: 75px;
	}
ul#nav li#bt_7 a:hover, ul#nav li#bt_7 a:focus, ul#nav li#bt_7.on a {
	background-position: -791px 0;
	}


/*** elements ***/
a {
	text-decoration: none;
	font-weight: bold;
	color: #575757;
	}
a:hover, a:focus, a:active {
	text-decoration: underline;
	}
	
h1 {
	color: #1b3578;
	/*font-size: 1.4em;*/
	font-size: 14px;
	font-weight: bold;
	width: 747px;
	height: 33px;
	line-height: 33px;
	margin-bottom: 9px;
	}
h1#presentation {
	background: url(/images/styles/tt_presentation.png) no-repeat;
	position: absolute;
	top: 0;
	right: 9px;
	}
h1#calendrier {
	background: url(/images/styles/tt_calendrier.png) no-repeat;
	}
h1#resultats {
	background: url(/images/styles/tt_home_resultats.png) no-repeat;
}
h1#actualites {
	background: url(/images/styles/tt_actualites.png) no-repeat;
	}
h1#actualites3 {
	background: url(/images/styles/tt_actualites3.png) no-repeat;
	width: 900px;
	}
h1#moisson {
	width: 609px;
	background: url(/images/styles/tt_moisson.png) no-repeat;
	}
h1#vide {
	width: 609px;
	background: url(/images/styles/tt_vide.png) no-repeat;
	}
h1#vide span {
  display: inline;
}
h1#presentation_page {
	width: 609px;
	background: url(/images/styles/tt_presentation_page.png) no-repeat;
	}
h1#contact_pilot {
	width: 609px;
	background: url(/images/styles/tt_contact_pilot.png) no-repeat;
	}
h1 span, h2 span, h3 span {
	display: none;
	}
	
h2#communique {
	width: 300px;
	height: 30px;
	background:  url(/images/styles/tt_communique.png) no-repeat;
	position: relative;
	margin-left: -22px;
	z-index: 150;
	margin-bottom: 8px;
	}

h3.sidebar_vide {
	width: 300px;
	height: 25px;
	background:  url(/images/styles/tt_sidebar_vide.png) no-repeat;
	position: relative;
	margin-left: -22px;
	z-index: 150;
	margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}
h3.sidebar_vide span { 
  display: inline; 
  margin-left: 25px;
}
h3#world_kart_champ {
	width: 300px;
	height: 25px;
	background:  url(/images/styles/tt_world_kart_champ.png) no-repeat;
	position: relative;
	margin-left: -22px;
	z-index: 150;
	margin-bottom: 8px;
	}
h3#resultats {
	width: 300px;
	height: 25px;
	background:  url(/images/styles/tt_resultats.png) no-repeat;
	position: relative;
	margin-left: -22px;
	z-index: 150;
	margin-bottom: 8px;
	}
h3#photo_course {
	width: 300px;
	height: 25px;
	background:  url(/images/styles/tt_photo_course.png) no-repeat;
	position: relative;
	margin-left: -22px;
	z-index: 150;
	margin-bottom: 8px;
	}
h3#contact_team {
	width: 288px;
	height: 25px;
	background:  url(/images/styles/tt_contact_team.png) no-repeat;
	position: relative;
	margin-left: -12px;
	z-index: 150;
	margin-bottom: 8px;
	}
h3#contact_media {
	width: 288px;
	height: 25px;
	background:  url(/images/styles/tt_contact_media.png) no-repeat;
	position: relative;
	left: -12px;
	z-index: 150;
	margin-bottom: 8px;
	}

h3#presentation_profil {
	width: 288px;
	height: 25px;
	background:  url(/images/styles/tt_presentation_profil.png) no-repeat;
	position: relative;
	left: -28px;
	z-index: 150;
	margin-bottom: 8px;
}


p, td, th {
	color: #474747;
  font-size: 11px;
	/*font-size: 1.1em;
	line-height: 1.5em;*/
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-left: 17px;
	}
#sidebar2 p {
	margin-left: 0;
	/*font-size: 1.2em;*/
  font-size: 11px;
	}
#sidebar3 p {
	margin-left: 10px;
	font-size: 1;
	}
#sidebar3 p.contact_info {
	margin-left: 0;
	padding: 10px;
	background: url(/images/styles/bg_contact_info.png) left top repeat-y;
	font-size: 1;
	margin-bottom: 27px;
	}
.bloc_content2 p {
	margin-right: 50px;
	}
img.photo {
	position: absolute;
	right: 580px;
	top: -20px;
	z-index: 100;
	}
.more {
	margin: 0;
	height: 27px;
	}
.more a {
	float: right;
	display: block;
	color: #a4a4a4;
	text-decoration: none;
	height: 27px;
	width: 77px;
	background: url(/images/styles/bg_more.png) no-repeat;
	padding-left: 21px;
	margin-right: 10px;
	line-height: 25px;
	font-weight: normal;
	white-space: nowrap;
	}
.more a:hover, .more a:focus {
	text-decoration: underline;
	}
#footer a {
	color: #797979;
	}

.right {
	float: right;
	}
.left {
	float: left;
	}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}
	
#pages {
	text-align: right;
	color: #a4a4a4;
	/*font-size: 1.1em;*/
	font-size: 11px;
	padding-right: 27px;
	}
#pages a {
	color: #a4a4a4;
	text-decoration: none;
	font-weight: normal;
	}
#pages a:hover, #pages a:focus, #pages a.on {
	color: #f2a231;
	}
#pages a:hover, #pages a:focus {
	text-decoration: underline;
	}
	
#gallery a {
	display: block;
	width: 129px;
	height: 94px;
	text-decoration: none;
	border: none;
	background: url(/images/styles/bg_photo.png) left top no-repeat;
	padding: 4px 0 0 11px;
	margin-right: 10px;
	float: left;
	}
#gallery a:hover, #gallery a:focus, #gallery a.on {
	background-position: left bottom;
	}

.la_photo {
	background: url(/images/styles/bg_photo_course.png) no-repeat;
	padding: 1px 1px 9px 1px;
	width: 277px;
	}
img.flag{
	background: url(/images/styles/bg_flag.png) no-repeat;
	padding: 2px 2px 3px 3px;
	width: 15px;
	height: 12px;
	float: left;
	margin-right: 3px;
	}
	
#contactform {
	margin: 15px 0 0 44px;
	}
label {
	display: block;
	color: #e9420f;
	/*font-size: 1.3em;*/
	font-size: 11px;
	font-weight: bold;
	}
input, textarea {
	border: #CCC solid 1px;
	background: #f6f6f6 url(/images/styles/bg_input.png) top repeat-x;
	color: #868686;
	font-size: 11px;
	}
#contact_name, #contact_email, #contact_subject {
	width: 300px;
	padding: 5px;
	}
#contact_name{
	width: 190px;
	}
#contact_message {
	width: 500px;
	padding: 5px;
	}
/*#f_name, #f_email, #f_object {
	width: 300px;
	padding: 5px;
	}
#f_name{
	width: 190px;
	}
#f_other {
	width: 500px;
	padding: 5px;
	}
*/
input.submit {
	border: none;
	}
	
/*** Listes ***/
ul#partenaires {
	list-style: none;
	}
ul#partenaires li {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #e6e5e6 solid 1px;
	}
ul#partenaires li a {
	display: block;
	width: 133px;
	background-position: left;
	}
ul#partenaires li#julie a {
	background-image: url(/images/logos/logo_02.png);
	height: 72px;
	}
ul#partenaires li#kc a {
	background-image: url(/images/logos/logo_04.jpg);
	height: 35px;
	}
ul#partenaires li#ksp a {
	background-image: url(/images/logos/logo_06.jpg);
	height: 36px;
	}
ul#partenaires li#jcp a {
	background-image: url(/images/logos/logo_08.jpg);
	height: 50px;
	}
ul#partenaires li#arai a {
	background-image: url(/images/logos/logo_10.png);
	height: 43px;
	}
ul#partenaires li a:hover, ul#partenaires li a:focus {
	background-position: right;
	}
ul#partenaires li a span {
	display: none;
	}
ul#partenaires li.last {
	border-bottom: none;
	}
	
ul#actu {
	list-style: none;
	margin: 0 0 12px 8px;
	}
ul#actu li {
	background: url(/images/styles/bg_actu.png) no-repeat;
	width: 712px;
	height: 30px;
	margin-bottom: 6px;
	padding: 0 5px 0 10px;
	line-height: 30px;
	overflow: hidden;
	}
ul#actu li.com {
	background: url(/images/styles/bg_actu_com.png) no-repeat;
	color: #FFF;
	}
ul#actu li.com2 {
	background: url(/images/styles/bg_actu_com_2.png) no-repeat;
	color: #FFF;
	}
.bloc_content3 ul#actu li {
	background: url(/images/styles/bg_actu_3.png) no-repeat;
	width: 864px;
	}
.bloc_content3 ul#actu li.com {
	background: url(/images/styles/bg_actu_com_3.png) no-repeat;
	width: 864px;
	}
ul#actu li .date {
	padding-right: 7px;
	border-right: #e0e0e0 solid 1px;
	display: block;
	float: left;
	margin-right: 7px;
	}
ul#actu li.com .date, ul#actu li.com2 .date {
	border-right: #23aec8 solid 1px;
	font-size: 12px;
	}
	
ul#actu li.com2 .date {
  width: 86px;
  border-right: 0;
	}
	
ul#actu li .cat {
	float: right;
	margin-right: 3px;
	}
ul#actu li.com .cat {
	display: none
	}

ul#actu li .titre {
	font-weight: bold;
  font-size: 11px;
	}
ul#actu li a {
	text-decoration: none;
	color: #474747;
	}
ul#actu li.com a, ul#actu li.com2 a {
	color: #FFF;
	}
ul#actu li a:hover, ul#actu li a:focus {
	text-decoration: underline;
	}
ul#actu li img {
	margin-top: 4px;
	}

li.com2 a.actu_flag span {
  display: none !important;
}

li.com2 a.actu_flag {
  display: block;
  height: 30px;
  width: 20px;
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
}

.actu_li_flag_fr {
  background-image: url(/images/styles/actu_li_flag_fr.png);
}
.actu_li_flag_en {
  background-image: url(/images/styles/actu_li_flag_en.png);
}
.actu_li_flag_it {
  background-image: url(/images/styles/actu_li_flag_it.png);
}

li.com2 a.actu_flag_on, li.com2 a.actu_flag:hover {
  background-position: left -30px; 
}
li.com2 span.cat span { display: none; }
li.com2 span.cat {
  display: block;
  height: 30px;
  width: 93px;
  background: transparent url(/images/styles/bg_actu_li_com.png) top left no-repeat;
}	
ul#classement {
	list-style: none;
	/*font-size: 1.2em;*/
	font-size: 12px;
	width: 165px;
	margin-bottom: 1em;
	}
ul#classement li {
	line-height: 2em;
	border-bottom: #dadada solid 1px;
	}
ul#classement li.last {
	border: none;
	}
ul#classement li span {
	font-weight: bold;
	} 
ul#classement li sup {
	vertical-align: top;
	/*font-size: .7em;*/
	font-size: 9px;
	font-weight: normal;
	padding-left: 2px;
	}
	
/*** tables ***/
table#tb_calendrier {
	width: 727px;
	margin-left: 10px;
	background: url(/images/styles/bg_table_top.png) top;
	font-size: 1.1em;
	}
table#tb_calendrier td {
	height: 24px;
	vertical-align: middle;
	padding: 0 5px;
	}
table#tb_calendrier tr.paire td {
	background: #f1f1f1;
	}
table#tb_calendrier td.td_date {
	width: 130px;
	}
table#tb_calendrier td.td_course,
table#tb_calendrier td.td_lieu,
table#tb_calendrier td.td_date {
	border-right: #e0e0e0 solid 1px;
	}
table#tb_calendrier tr.last td.td_date {
	background-image: url(/images/styles/bg_table_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
table#tb_calendrier tr.last td.td_detail {
	background-image: url(/images/styles/bg_table_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
.td_date span {
	font-weight: bold;
	/*background: url(/images/styles/bg_date.png) no-repeat left;*/
	/*display: block;
	height: 24px;
	margin-left: 3px;
	padding-left: 27px;*/
	line-height: 24px;
	}
.paire .td_date span {
	/*background: url(/images/styles/bg_date_paire.png) no-repeat left;*/
	}

/*** page height dyn reset ****/
.content_new .bloc_content2 {
  background: none;
  border-right: 0;
}
.page_container #container2 {
  background: #fff;
}

/*** presentation ****/
/*** presentation background ****/
#presentation_content, #press_releases_content { 
  background: #fff url(/images/styles/bg_presentation_content.png) top left repeat-y;
}

#presentation_container_bottom, #press_releases_container_bottom {
  background:  #DADADA url(/images/styles/bg_presentation_content_bottom_2.png) center bottom no-repeat;
  height: 1px;
}

/*** presentation content ****/
#bloc_presentation_content, #bloc_press_releases_content  {
  border-bottom: 0;
}
#bloc_presentation_content h3, #bloc_press_releases_content h3 {
margin: 15px 0 15px 17px;
color: #e9420F;
font-weight: bold;
font-size: 1.2em;
}

#sidebar-presentation p { width: 240px; }
#sidebar-presentation h3#presentation-parcours {
	color: #474747;
	font-size: 1.1em;
	line-height: 1.5em;
}
#sidebar-presentation table { width: 240px; }
#sidebar-presentation table tr td { line-height: 1.8em; }
#sidebar-presentation table th {
  text-align: left;
  width: 40px;
}

/*** new container ***/

.bloc_content4 {
  width: 918px;
  position:relative;
  padding-left: 50%;
  left: -459px;
  background: #fff;
  border: solid 1px #dadada;
  border-left: 0;
  margin-bottom: 15px;
}

.container4 {
  background: #f1f1f1;
}

/** competition ***/

h1#competitions_calendrier {
  width: 903px;
	background: url(/images/styles/tt_competition_calendrier.png) no-repeat;
}

#competitions_container table#tb_calendrier, #photos_container table#tb_calendrier {
  width: 880px;
	background: url(/images/styles/bg_table_top_calendrier.png) top;
  margin-bottom: 0;
}

#tb_calendrier_bottom {
  font-size: 0;
  line-height: 0;
  height: 3px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.bloc_content4 #tb_calendrier_bottom {
  background: url(/images/styles/bg_table_bottom_calendrier.png) no-repeat bottom left;
  width: 878px;
}

.bloc_content #tb_calendrier_bottom {
  background: url(/images/styles/bg_table_bottom_calendrier_2.png) no-repeat bottom left;
  width: 727px;
}

h1#competitions_resultats {
  width: 879px;
  padding-right: 30px;
	background: url(/images/styles/tt_competitions_resultats.png) no-repeat;
}

h1#selection_par_championnat {
  width: 879px;
  padding-right: 30px;
	background: url(/images/styles/tt_selection_par_championnat.png) no-repeat;
}

h1#competitions_resultats a.year, h1#selection_par_championnat a.year {
  display: block;
  float: right;
  background: red;
  width: 47px;
  height: 33px;
  background: transparent url(/images/styles/tt_result_year.png) top left no-repeat;
  margin-left: 5px;
  font-size: 12px;
  color: #868686;
  text-decoration: none;
}
h1#competitions_resultats a.year_on, h1#competitions_resultats a.year:hover, h1#selection_par_championnat a.year_on, h1#selection_par_championnat a.year:hover {
  color: #474747;
}

/*
.flags_calendrier {
  width: 15px;
  height: 12px;
  padding: 5px;
  background: transparent url(/images/styles/bg_flag_calendrier.png) top left no-repeat;
  line-height: 0;
  margin-top: 2px;
  float: left;
  font-size: 0;
}
*/

.flags_calendrier img {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 15px;
  height: 12px;
}
.flags_calendrier {
  width: 15px;
  height: 12px;
  position: relative;
  top: 4px;
  margin: 0;
  margin-right : 3px;
  padding: 2px 3px 4px 3px;
  background: transparent url(/images/styles/bg_flag-trans.png) top left no-repeat;
  float: left;
}
/*
.paire .flags_calendrier {
  background: transparent url(/images/styles/bg_flag_calendrier_paire.png) top left no-repeat;
}*/

#tb_resultats_container {
	margin-left: 10px;
  background: #e2e2e2 url(/images/styles/bg_table_result.png) repeat-y top left;
  width: 862px;
  padding: 3px 8px 0 8px;
}

.bloc_content #tb_resultats_container {
  background: #e2e2e2 url(/images/styles/bg_table_result_hp.png) repeat-y top left;
  width: 711px;
}

#tb_resultats_top {
  font-size: 0;
  line-height: 0;
  height: 6px;
  background: #e2e2e2 url(/images/styles/bg_table_top_result.png) no-repeat top left;;
	margin-left: 10px;
  width: 878px;
}

.bloc_content #tb_resultats_top {
  background: #e2e2e2 url(/images/styles/bg_table_top_result_hp.png) no-repeat top left;;
  width: 727px;
}

#tb_resultats_bottom {
  font-size: 0;
  line-height: 0;
  height: 7px;
  background: #e2e2e2 url(/images/styles/bg_table_bottom_result.png) no-repeat bottom left;
	margin-left: 10px;
	margin-bottom: 15px;
  width: 878px;
}

.bloc_content #tb_resultats_bottom {
  background: #e2e2e2 url(/images/styles/bg_table_bottom_result_hp.png) no-repeat bottom left;
  width: 727px;
}

#tb_resultats {
  width: 100%;
}
#tb_resultats th {
  height: 25px;
  line-height: 20px;
  /*font-size: 1.3em;*/
  font-size: 13px;
  border-left: solid 1px #ccc;
  padding-left: 5px;
}

#tb_resultats td {
  background: #ebebeb;
  height: 25px;
  line-height: 25px;
  border-left: solid 1px #ccc;
  padding-left: 5px;
  vertical-align: top;
}

#tb_resultats tr.paire td {
  background: #f6f6f6;
}

#tb_resultats th.competition {
  text-align: left;
  border-left: 0;
}

#tb_resultats tr.first-row td {
  border-top: solid 1px #ccc;
}
#tb_resultats td.tb_lieu {
  border-left: 0;
}

#tb_resultats td.tb_epreuve {
  width: 185px;
}

#tb_resultats td.tb_manche {
  width: 150px;
}

#tb_resultats .result {
  width: 125px;
  text-align: center;
  font-weight: bold;
}
#tb_resultats th.result {
  background: #d8d8d8;
}
#tb_resultats tr td.result {
background: #e1e1e1;
}
#tb_resultats tr.paire td.result {
background: #ebebeb;
}

img.flag_result {
/*
  border: solid 2px #ccc;
  margin: 4px;
  display: block;
  float: left;*/
}
/*
.tb_lieu .flags_calendrier {
  background: transparent;
}*/

/*** gallery ***/
h1#photos {
  width: 903px;
	background: url(/images/styles/tt_photos.png) no-repeat;
}
#photos_container #gallery {
  padding-left: 0;
  background: #fff;
}
#photos_container #gallery a {
	background: url(/images/styles/bg_photo_2.png) left top no-repeat;
}

#photos_competition {
  display: inline;
  float: right;
  margin-right: 15px;
	color: #474747;
	font-size: 12px;
	line-height: 32px;
}
#photos_competition .flag_result {
  margin-top: 7px; 
}

/**** PARTENAIRES ******/
h1#partenaires {
  width: 903px;
	background: url(/images/styles/tt_partenaires.png) no-repeat;
}
a.partenaire {
  display: block;
  margin: 0 10px 0px 10px;
  padding: 15px 0 0 282px;
  height: 130px;
  width: 600px;
  border-bottom: #bbb 1px solid;
  background-repeat: no-repeat;
  background-position: top left;
}

#partenaires_list .last {
  border-bottom: 0;
}

a.partenaire:hover, a.partenaire:focus, a.partenaire:active { 
  text-decoration: none; 
  background-position: left -145px;
}

a.partenaire:hover span.partenaire_nom { 
  color: #222;
}

a.partenaire:hover span.partenaire_url { 
  color: #444;
}

a.partenaire span {
  border-left: #bbb 1px solid;
  display: block;
  font-size: 14px;
  height: 57px;
  padding-left: 25px;
}
a.partenaire span.partenaire_nom {
  color: #474747;
  font-weight: bold;
  padding-top: 25px; 
  height: 32px;
}
a.partenaire span.partenaire_url {
  font-size: 12px;
  color: #868686;
  font-weight: normal;
}

#partenaire_julie {
  background-image: url(/partners/julie_tonelli.png);
}
#partenaire_arai {
  background-image: url(/partners/arai.png);
}
#partenaire_cik {
  background-image: url(/partners/cik.png);
}
#partenaire_kartcom {
  background-image: url(/partners/kartcom.png);
}
#partenaire_ksp {
  background-image: url(/partners/ksp.png);
}
#partenaire_ffsa {
  background-image: url(/partners/ffsa.png);
}
#partenaire_kartmag {
  background-image: url(/partners/kartmag.png);
}
#partenaire_jcb {
  background-image: url(/partners/jcb.png);
}
#partenaire_malevaut {
  background-image: url(/partners/malevaut.png);
}
#partenaire_vroom {
  background-image: url(/partners/vroom.png);
}
#partenaire_sparco {
  background-image: url(/partners/sparco.png);
}
#partenaire_tonykart {
  background-image: url(/partners/tonykart.png);
}
#partenaire_vortex {
  background-image: url(/partners/vortex.png);
}
#partenaire_otk {
  background-image: url(/partners/otk.png);
}

/** Actualite **/
#bloc_press_releases_content h1#vide {
  width: 600px;
  padding-right: 9px;
}
#bloc_press_releases_content h1#vide span {
  padding-left: 17px;
}
.surligne {
  font-weight: bold;
}

a.press_release_lang_link span { display: none !important; }
.press_release_lang_link { 
  display: block;
  width: 20px;
  height: 33px;
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
}
.title_flag_fr {
  background-image: url(/images/styles/tt_flag_fr.png);
}
.title_flag_en {
  background-image: url(/images/styles/tt_flag_en.png);
}
.title_flag_it {
  background-image: url(/images/styles/tt_flag_it.png);
}
.title_flag_on, .press_release_lang_link:hover {
  background-position: left -33px; 
}

/*** home photos ****/

#photos_container .bloc_content h1#photos {
  width: 747px;
	background: url(/images/styles/tt_home_photos.png) no-repeat;
}
#photos_container .bloc_content #gallery {
  width: 727px;
}
#photos_container .bloc_content #gallery a { margin-right: 4px; }
  
.more2 a {
	background: url(/images/styles/bg_more_2.png) no-repeat;
  width: 129px;
	margin-right: 5px;
}

