/*******************************************************************
	REDEFINITION DE BALISES
*******************************************************************/

body { 
	width: 100%;
	margin: 0 auto;
	background-color: #f8ebc8;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/fond.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #f95f22;
}

a:hover {
	color: #f99b22;
}

/*******************************************************************
	DESIGN SITE
*******************************************************************/

div#conteneur {
	position: relative;
	width: 848px;
	margin: 0 auto;
}

/****************************** Header ****************************/

div#header {
	height: 375px;
}
	
	/* Logo*/
	h1#logo {
		position: absolute;
		left: 11px;
		top: 17px;
		width: 200px;
		height: 45px;
		background: url(img/logo-titre.png) no-repeat left top;
		text-indent: -3000px;
	}

	h1#logo a {
		display: block;
		width: 200px;
		height: 45px;
		text-indent: -3000px;
		font-size: 0;
	}
	
	/* Accès rapide */
	p#quickAccess {
		display: none;
	}
	
	/* Barre de chemin de fer */
	div#bar {
		position: absolute;
		top: 347px;
		left: 4px;
		width: 840px;
		height: 28px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10px;
		background: url(img/chemin.png) no-repeat left top;
	}
		
		/* Liens */
		div#bar a {
			color: #9a5e2f;
			text-decoration: none;
		}
		div#bar a:hover {
			text-decoration: underline;
		}
		
		/* Chemin de fer */
		div#path {
			float: left;
			margin-top: 6px;
			color: #9a5e2f;
			text-indent: 20px;
		}
		
		/* Menu Accueil - Contact */
		ul#annexMenu {
			float: right;
			width: 200px;
			margin-top: 6px;
			margin-right: 20px;
		}
	
		ul#annexMenu li {
			float: right;
		}
		
		ul#annexMenu li a {
			padding-left: 16px;
		}
		li#menua1 a { background: url(img/picto-contact.gif) no-repeat left 1px; margin-right: 0; }
		li#menua2 a { background: url(img/picto-home.gif) no-repeat left 1px; margin-right: 10px; }
		
		ul#annexMenu li.icon a {
			padding: 0;
			margin-left: 3px;
		}
		
		ul#annexMenu li#facebook a {
			margin-left: 9px;
		}
		


/******************************* Main *****************************/

div.main {
	margin-top: 4px;
	padding-bottom: 20px;
	overflow: auto;
}
div.main#home { padding-bottom: 10px; }

div.main h1 {
	display: none;
}

/* Style général des boîtes */
div.box {
	margin-top: 1px;
	padding-bottom: 17px;
}

	/* Titre de boîte */
	div.box h2, div.box h1 {
		display: block;
		height: 27px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 24px 0 24px;
	}
	
/* Colonne gauche */
div#left {
	float: left;
	width: 525px;
	margin-right: 1px;
}

	/* Boite */
	div#left div.box { background: url(img/box_col1_bottom.png) no-repeat left bottom; }
	div#left h2, div#left h1 { background: url(img/box_col1_top.png) no-repeat left top; }
	div#left div.content { 
		background: url(img/box_col1_line.png) repeat-y left top; 
		color: #404040;
		width: 447px;
		padding: 10px 39px;
	}
	
/* Colonne droite */
div#right {
	float: left;
	width: 322px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	/* Boite */
	div#right div.box { background: url(img/box_col2_bottom.png) no-repeat left bottom; }
	div#right h2 { background: url(img/box_col2_top.png) no-repeat left top; }
	div#right div.content { 
		background: url(img/box_col2_line.png) repeat-y left top;
		color: #e5e5e5;
		width: 274px;
		padding: 0 24px;
	}

/* Version 1 colonne */
div#bigCol {
	width: 848px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

	/* Boite */
	div#bigCol div.box { background: url(img/box_big_bottom.png) no-repeat left bottom; }
	div#bigCol h2 { background: url(img/box_big_top.png) no-repeat left top; }
	div#bigCol div.content { 
		background: url(img/box_big_line.png) repeat-y left top;
		color: #404040;
		width: 770px;
		padding: 10px 39px;
	}

/****************************** Footer ****************************/

div#footer {
	clear: both;
	margin: 0 0 0 27px;
	padding-top: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d8779;
}
#home div#footer div {
	color: #454545;	
}
	
	/* Liens */
	div#footer a {
		color: #8d8779;
		text-decoration: none;
	}
	#home div#footer a { color: #454545; }
	div#footer a:hover { text-decoration: underline; }
	
	/* MxPlanet */
	div#mxplanet {
		float: left;
		margin-right: 10px;
	}
	
	div#mxplanet a {
		padding-right: 89px;
		background: url(img/logo-mxplanet2.png) no-repeat right 3px;
	}
	#home div#mxplanet a { background-image: url(img/logo-mxplanet.png); }
	
	/* Stanley Leroux Design */
	div#design a {
		padding-left: 26px;
		background: url(img/logo-stan2.png) no-repeat left 1px;
	}
	#home div#design a { background-image: url(img/logo-stan.png); }

/*******************************************************************
	MENU : ONGLETS
*******************************************************************/

ul#menu {
	position: absolute;
	left: 443px;
	top: 22px;
	width: 394px;
	height: 20px;
}
ul.en#menu, ul.de#menu {
	left: 481px;
	width: 364px;
}

	li.onglet {
		float: left;
		background: url(img/menu_fr.gif) no-repeat left top;
	}
	.en#menu li.onglet { background-image: url(img/menu_en.gif); }
	.pt#menu li.onglet { background-image: url(img/menu_pt.gif); }
	.de#menu li.onglet { background-image: url(img/menu_de.gif); }
	
	a.onglet {
		display: block;
		height: 20px;
		padding-bottom: 3px;
		text-indent: -3000px;
		cursor: pointer;
	}
	a.onglet:hover { background: url(img/menu_fr.gif) no-repeat left top; }
	.en#menu a.onglet:hover { background-image: url(img/menu_en.gif); }
	.pt#menu a.onglet:hover { background-image: url(img/menu_pt.gif); }
	.de#menu a.onglet:hover { background-image: url(img/menu_de.gif); }
	
	li#menu1 { width: 128px; background-position: 8px 0; }
	li#menu2 { width: 93px; background-position: -120px 0; }
	li#menu3 { width: 91px; background-position: -213px 0; }
	li#menu4 { width: 82px; background-position: -304px 0; }
	li#menu1 a.onglet:hover { background-position: 8px -30px; }
	li#menu2 a.onglet:hover { background-position: -120px -30px; }
	li#menu3 a.onglet:hover { background-position: -213px -30px; }
	li#menu4 a.onglet:hover { background-position: -304px -30px; }

	.en#menu li#menu1, .de#menu li#menu1 { width: 95px; background-position: -30px 0; }
	.en#menu li#menu2, .de#menu li#menu2 { width: 88px; background-position: -125px 0; }
	.en#menu li#menu3, .de#menu li#menu3 { width: 91px; background-position: -213px 0; }
	.en#menu li#menu4, .de#menu li#menu4 { width: 82px; background-position: -304px 0; }
	.en#menu li#menu1 a.onglet:hover, .de#menu li#menu1 a.onglet:hover { background-position: -30px -30px; }
	.en#menu li#menu2 a.onglet:hover, .de#menu li#menu2 a.onglet:hover { background-position: -125px -30px; }
	.en#menu li#menu3 a.onglet:hover, .de#menu li#menu3 a.onglet:hover { background-position: -213px -30px; }
	.en#menu li#menu4 a.onglet:hover, .de#menu li#menu4 a.onglet:hover { background-position: -304px -30px; }


/*******************************************************************
	MENU DEROULANT
*******************************************************************/

/* Bloc de sous menu */
ul#menu ul {
	position: absolute;
	left: -999em;
	width: 150px;
	padding: 4px 0 0 0;
	z-index: 1;
	display: none;
}

	/* Elements des sous menu */
	ul#menu ul li.first { padding-top: 5px; background: url(img/smenu_top.png) no-repeat left top; }
	ul#menu ul li { background: url(img/smenu_top.png) no-repeat left bottom; }
	ul#menu ul li.last { padding-bottom: 5px; background: url(img/smenu_bottom.png) no-repeat left bottom; }
	ul#menu ul li.only { padding: 5px 0; background: url(img/smenu_only.png) no-repeat left center; }
	
	/* Liens des sous menu */
	ul#menu ul a {
		display: block;
		width: 142px;
		margin: 0 4px;
		height: 23px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		text-indent: 12px;
		line-height: 23px;
		text-transform: uppercase;
	}
	ul#menu ul a:hover { color: #f95f22; background: url(img/smenu.png) no-repeat left top; }
	
	/* Gestion du menu déroulant */
	ul#menu li:hover ul, ul#menu li.on ul { left: auto; display: block; }


/*******************************************************************
	ELEMENTS DE DETAIL
*******************************************************************/

img.flag {
	margin-right: 3px;
	vertical-align: -5px;
}

img.logoChampionship {
	margin-right: 3px;
	vertical-align: -8px;
}

span.image {
	display: block;
	float: left;
	margin: 1px 10px 0 0;
	border: 1px solid #ece1c9;
	clear: both;
}

a.image, div.image {
	display: block;
	width: 80px;
	height: 80px;
	border: 5px solid #FFFFFF;	
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
div.text span.image a.small, div.text span.image div.small {
	width: 80px;
	height: 80px;
}

a.image:hover { border-color: #FFFFCC; }

.item {
	clear: both;
	padding: 6px 0;
	overflow: auto;
}

.item a {
	text-decoration: none;
	color: #444444;
}
.item a:hover {
	color: #777777;
}
.item a.link {
	text-decoration: underline;
	color: #f95f22;
}
.item a.link:hover {
	color: #f99b22;
}


.bigImage {
	display: block;
	width: 435px;
	text-align: center;
	margin: 0px 0;
	clear: both;
}
.bigImage img {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #ece1c9;
}
.bigImage:hover img {
	background: #ffffcc;
}

/*******************************************************************
	PAGE HOME
*******************************************************************/

#home #left .box { background-image: url(img/box_col1_home_bottom.png); }
#home #left .box h2 {	background-image: url(img/box_col1_home_top.png); }
#home #left .box .content { background-image: url(img/box_col1_home_line.png); color: #FFFFFF; padding: 10px 32px; width: 461px; }
#home #right .box { background-image: url(img/box_col2_home_bottom.png); }
#home #right .box h2 {	background-image: url(img/box_col2_home_top.png); }
#home #right .box .content { background-image: url(img/box_col2_home_line.png); color: #fefefe; }

/* Prochaine course */
#nextRace img {
	float: left;
	margin: 8px 8px 0 0;
}

#nextRace dl {
	height: 1%;
	padding: 0 0 8px 0;
}

#nextRace dt {
	float: left;
}

#nextRace dd {
	padding: 7px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #7b7b7b;
}

#nextRace dd strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/* Dernières news */
#lastNews .content {
	min-height: 212px;
}

* html #lastNews .content { /* IE != 7 seulement */
	height: 212px;
}

#lastNews h3 {
	margin-top: 0;
}

#lastNews .item {
	padding: 9px 0;
}

#lastNews .item p a {
	text-decoration: none;
	color: #FFFFFF;
}
#lastNews .item p a:hover {
	color: #BBBBBB;
}
#lastNews .item a.link {
	text-decoration: underline;
	color: #f95f22;
}
#lastNews .item a.link:hover {
	color: #f99b22;
}

#lastNews span.image { border: none; margin-right: 14px; }
#lastNews a.image { border-width: 1px; }

#lastNews h3 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3fb4eb;
	text-decoration: none;
}
#lastNews h3 a:hover { color: #ff4e00; }

/* Tableaux de résultats */
#right .results {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

	#right .results caption h3 {
		text-align: center;
		font-size: 11px;
		font-weight: normal;
		padding: 3px 0 10px 0;
	}
	
	#right .results td {
		height: 20px;
		border-top: 1px solid #524f4e;
		line-height: 11px;
	}
	
	#right .results td.highlight {
		color: #3fb4eb;
		font-weight: bold;
		background: #333333;
	}
	
	#right .results td.number {
		width: 7%;
		font-weight: bold;
		text-align: right;
		padding-right: 7px;
	}
	
	#right .results td.name {
		width: 43%;
	}

	#right .oneCol td.number { width: 15%; }	
	#right .oneCol td.name { width: 65%; }
	#right .oneCol td.points { width: 20%; }
	
	#right .results th {
		height: 20px;
		background: #000000;
		text-align: left;
		font-weight: normal;
		font-size: 10px;
		color: #999999;
		line-height: 11px;
	}

/* Tableaux de classements */
#standings td.number { width: 2%; }
#standings td.name { width: 56%; }
#standings td.points { width: 22%; }
#standings td.gap { width: 20%; }

/* Boite de pub */
#home div#right div.pub
{
	background: url(img/box_col2_bottom_pub.png) no-repeat left bottom;
}

div#right div.pub
{
	padding-bottom: 9px;
	background: url(img/box_col2_home_bottom_pub.png) no-repeat left bottom;
}

div#right div.pub img {
	display: block;
}

div#right div.pub h2 {
	height: 19px;
}

div#right div.pub div.content {
	padding: 0 9px;	
	width: 304px;
}


/*******************************************************************
	PAGE NEWS
*******************************************************************/

div.main h3 {
	margin-top: 3px;
}

div.main h3 a, div.main #left h3 {
	color: #1087b6;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.main h3 a:hover {
	color: #ff4e00;
}

.linkBar {
	clear: both;
	margin-top: 20px;
	padding: 7px 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#newsDetail .linkBar { margin-top: 0px; /*margin-top: 12px;*/ }

.linkBar a {
	text-decoration: none;
}

#left .content h1, #bigCol .content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	letter-spacing: -1px;
	color: #1087b6;
	padding: 0;
	background: none;
	line-height: 26px;
	font-weight: normal;
	text-transform: none;
	padding: 12px 0 20px 0;
	height: auto;
}

#left .content div.text, #bigCol .content div.text {
	/*line-height: 18px;*/
	text-align: justify;
	overflow: hidden;
	margin-top: 1px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 1%;
}

#left .content div.text span.image, #bigCol .content div.text span.image {
	margin-top: 5px;
}

#left .content div.text strong, #bigCol .content div.text strong {
	font-weight: bold;
	color: #15789f;
}

div#left div.content div.text h3, div#bigCol div.content div.text h3 {
	color: #ff4e00;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -0.2px;
	line-height: 17px;
	font-weight: normal;
}

.listBigRight ul {
	padding: 2px 0 3px 0;
}

.listBigRight ul {
	height: 1%;
}

.listBigRight a {
	display: block;
	height: 1%;
	font-size: 11px;
	color: #e7d4af;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 8px 29px;
	background: url(img/picto-retour.gif) no-repeat 4px 7px;
}
.listBigRight a:hover { color: #ff4e00; }

.listSmallRight li {
	height: 1%;
}

.listSmallRight a {
	display: block;
	height: 1%;
	padding: 2px 0 2px 10px;
	border-top: 1px solid #4c4a48;
	color: #e5e5e5;
	text-decoration: none;
}
.listSmallRight a:hover, .listSmallRight a.on {
	background: #101010;
	color: #FFDD99;
}

.listSmallRight .first a { border: none; }
.listSmallRight ul {
	padding: 4px 0 2px 0;
}

div.signature {
	text-align: right;
	margin: 15px 10px 0 0;
}

div.text a.image, div.text div.image {
	width: auto;
	height: auto;
}

div.text a.image img, div.text div.image img {
	display: block;
}

/***************************************************
	BALISES FORMULAIRES
***************************************************/

fieldset  { 
	border: none;
}

fieldset p { 
	width: 445px;
}

legend { 
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

/*******************************************************************
	PAGE CONTACT
*******************************************************************/

/* Boite design */
#designed .content {
	height: 60px;
	text-align: center;
}

#designed .content h3 {
	display: none;
}

#designed .content img {
	padding-top: 5px;
}

/* Formulaire */
form.form {
	margin-top: 15px;
	width: 308px;
}

form.form label {
 	float: left;
	width: 85px;
	text-align: right;
	margin-right: 5px;
	line-height: 23px;
}

form.form label#message-label {
	display: none;
}

form.form input, form.form select, form.form textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin: 1px 0;
}

form.form input { 
	width: 266px; 
	padding: 4px 6px;
}

form.form select {
	width: 280px;
	height: 22px;
}

form.form textarea {
	width: 437px;
	height: 150px;
	padding: 5px 6px;
}

form.form input:focus, form.form select:focus, form.form textarea:focus, form.form .focus {
	background-color: #FAFAFA;
}

form.form input#valid {
	width: 65px;
	height: 23px;
	margin-left: 191px;
}

p.warningMessage {
	padding: 12px 15px;
	margin-bottom: 28px;
	background: #fcf4d8;
	border: 1px solid #e9e6df;
}

/*******************************************************************
	PAGE CALENDRIER
*******************************************************************/

#left .content h2, #bigCol .content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: none;
	font-weight: bold;
	text-transform: none;
	padding: 0 !important;
	margin: 0 !important; 
	height: inherit;
	line-height: normal;
}
#left .content h2 a {
	color: #404040;
}

table.calendarTab {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.calendarTab td { 
	padding: 4px 0; 
	border-top: 1px solid #e9e6df;
}

table.calendarTab td.title { 
	border: 0;
	padding: 32px 10px 13px 16px;
}

table.calendarTab td.first { 
	padding-top: 13px;
}

table.calendarTab td.impair { 
	background: #f3eee7;
}

table.calendarTab td.date {
	text-indent: 16px;
	width: 15%;
}
table.calendarTab td.flag {
	width: 8%;
}
table.calendarTab td.event {
	width: 42%;
}
table.calendarTab td.location {
	width: 36%;
}

table.calendarTab a { text-decoration: none; }

.logoChampionnat {
	vertical-align: -6px;
	padding-right: 5px;
}

/*******************************************************************
	PAGE PHOTOS
*******************************************************************/

/* Liste des saisons */
table.calendarTab th {
	padding-bottom: 3px;
}

td.year, td.galleries, td.photos { text-align: center; width: 33%; }


/* Liste des galeries */
ul.thumbs {
	overflow: hidden;
	height: 1%;
	width: 444px;
	margin: 0 0 15px 3px;
}

ul.thumbs li {
	float: left;
}

dl.thumb {
	width: 146px;
}

dl.thumb dt {
	background: url(img/fond_item.gif) no-repeat center center;
	width: 146px;
	height: 146px;
}

dl.thumb table {
	border-spacing: 0px;
	border-collapse: collapse;
}

dl.thumb dt td {
	width: 146px;
	height: 146px;
	text-align: center;
	vertical-align: middle;
}

dl.thumb dt img {
	display: block;
	margin: auto;
}
dl.thumb dt img.jpg { border: 1px solid #e9e6df; }

dl.thumb dd {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 0 10px 0;
	height: 35px;
}
dl.thumb dd span { font-size: 10px; }

a.thumb {
	text-decoration: none;
	color: #636354;
}

a.thumb:hover, a.thumb:hover img {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

#left .content div#galleries h2 {
	height: 27px;
	text-indent: 10px;
}

#left .content div#galleries h1 {
	padding-bottom: 10px;
	border-top: 1px solid #e9e6df;
}

/* Détail d'une galerie */
div#bigCol div.content#galleryContent {
	width: 780px;
	padding: 10px 34px;
}

h1#galleryTitle
{
	width: 75%;
	float: left;
}

div#backLink {
	float: right;
	text-align: right;
	margin-top: 19px;
}

div#backLink a {
	color: #404040;
}

div#galleryDesc {
	clear: both;
/*	padding: 1px 0 17px 0;*/
	padding: 1px 0 0px 0;
}

div#flash {
	font-size: 12px;
	padding: 20px;
}

div#flashContainer {
	border: 5px solid #000000;
	height: 548px;
	margin-bottom: 5px;
}

div#flashContainer object {
	display: block;
}

/*******************************************************************
	MODULE PAGES
*******************************************************************/

div.text#pageContent {
	margin-bottom: 15px;
}

dl.fiche {

}

dl.fiche dt {
	min-width: 39px;
	float: left;
	font-weight: bold;
	clear: both;
	padding: 5px 5px 5px 10px;
	/*color: #0b97a8;*/
	/*color: #f95f22;*/
	border-top: 1px solid #e9e6df;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
* html dl.fiche dt { /* IE != 7 seulement */
	width: 39px;
}


/*dl.fiche dt.impair { color: #0b85a8; }
dl.fiche dt.impair { color: #c14018; }*/
dl.fiche dd {
	padding: 5px 0;
	border-top: 1px solid #e9e6df;
	/*font-style: italic;*/
	text-align: left;
}

dl.fiche .impair { 
	background: #f3eee7;
}

/*******************************************************************
	MODULE RESULTATS
*******************************************************************/

#results #left .content h2.liste {
	padding: 17px 10px 13px 16px !important;
}

ul.liste {
	border-bottom: 1px solid #e9e6df;
	margin-bottom: 15px;
}
ul.liste li {
	border-top: 1px solid #e9e6df;
}
ul.liste li.impair {
	background: #f3eee7;
}
ul.liste li a { 
	display: block;
	text-decoration: none;
	padding: 7px 5px 7px 70px;
	background-repeat: no-repeat;
	background-position: 16px 4px;
}

#champList {
	min-height: 321px;
}

* html #champList { /* IE != 7 seulement */
	height: 321px;
}

#champCalendar {
	min-height: 413px;
}

* html #champCalendar { /* IE != 7 seulement */
	height: 413px;
}

dl#local {
	padding-bottom: 5px;
}
dl#local dt {
	float: left;
	height: 30px;
}
dl#local img {
	display: block;
	margin: 8px 8px 0 12px;
}
dl#local dd h3 {
	margin: 0;
	padding: 0;
	color: #f95f22 !important;
}

#calendarListBox a {
	padding: 3px 0 3px 10px;
}
#calendarListBox img {
	float: left;
	margin: 1px 8px 0 0;
}
#calendarListBox span.date {
	display: block;
	float: left;
	width: 38px;
	color: #AAAAAA;
}
#calendarListBox li.first span.noLink {
	border: 0;
}
#calendarListBox span.noLink {
	display: block;
	height: 1%;
	padding: 3px 0 3px 10px;
	border-top: 1px solid #4c4a48;
	color: #e5e5e5;
}

#left .content h2.subTitle {
	border-top: 1px solid #e9e6df;
	border-bottom: 1px solid #e9e6df;
	padding: 5px 0 5px 15px !important;
	margin: 23px 0 11px 0 !important;
	background: #f3eee7 !important;
	clear: both;
	height: 18px;
}

div#champEvent {
	padding-bottom: 5px !important;
}

.resultsTab {
	width: 49.9%;
	border-spacing: 0px;
	border-collapse: collapse;
	float: left;
	margin: 0 0 10px 0;
}
.resultsTab caption {
	border-bottom: 2px solid #d6d1c7;
}
.resultsTab caption h3 {
	text-transform: uppercase;
}
.resultsTab td, .resultsTab th {
	border-top: 1px solid #e9e6df;
	padding: 3px 0;
}
.resultsTab .number {
	text-align: right;
	width: 15%;
	padding-right: 12px;
}
.resultsTab .name {
	width: 60%;
}
.resultsTab .points {
	width: 25%;
	text-align: right;
	padding-right: 12px;
}
.resultsTab caption {
	padding: 5px 0;
}
.resultsTab .highlight {
	font-weight: bold;
	color: #f95f22;
}

/*******************************************************************
	FORUM
*******************************************************************/

div.button a {
	background: #e0d9ce;
	padding: 5px 10px;
	border: 1px solid #c6c0b3;
	text-decoration: none;
	color: #404040;
/*	float: left;*/
}
div.button a:hover { background: #f3eee7; }

div.message {
	padding: 10px 0;
}

div.right {
	text-align: right;
}

table.forum {
	margin: 10px auto;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.forum th {
	background-color: #fcf4d8;
}
table.forum tr td, table.forum tr th {
	border-top: 1px solid #e9e6df;
	padding: 8px;
}
table.forum tr.pair {
	background: #fffbed;
}
table.forum tr.impair {
	background: white;
}
table.forum tr:hover, table.forum tr.on  { background-color: #fcf4d8; }
table.forum td.img {
	text-align: center;
	width: 5%;
}
table.forum td.img img {
	vertical-align: -4px;
}
table.forum td.topic {
	width: 55%;
	padding-left: 0;
}
table.forum td.reply {
	width: 10%;
	text-align: center;
	border-left: 1px solid #faf6ef;
	border-right: 1px solid #faf6ef;
}
table.forum td.last {
	width: 30%;
	padding-left: 15px;
}


form#formSearch {
	text-align: center;
	margin: 15px 0 10px 0;
}

#forumForm {
	margin: 10px auto 0 auto;
	width: 650px;
	height: 340px;
	padding: 24px 25px;
	background: url(img/form.gif) no-repeat center top;
}

#forumForm label { width: 50px; text-align: left; }
#forumForm p { width: 100%; }
#forumForm textarea { width: 636px; font-size: 12px; }
#forumForm #piedForm { text-align: center; }
#forumForm #piedForm input { margin: 0; }

/*
Orange foncé : fcf4d8
Orange clair : fffbed
*/

dl.message {
	width: 100%;
	overflow: auto;
	background: #fcf4d8 url(img/forum_msg1_bas.gif) no-repeat center bottom;
	margin-bottom: 4px;
}
dl.message.pair { background: #fffbed url(img/forum_msg3_bas.gif) no-repeat center bottom; }

dl.message dt {
	background: url(img/forum_msg1_haut1.gif) no-repeat left top;
	float: left;
	padding: 15px;
}
dl.message dt strong { color: #f95f22; }
dl.message.pair dt strong { color: #f99b22; }
dl.message.pair dt { background: url(img/forum_msg3_haut1.gif) no-repeat left top; }
dl.message dd {
	background: url(img/forum_msg1_haut2.gif) no-repeat right top;
	padding: 20px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #303030;
	margin-left: 195px;
	text-align: justify;
}
dl.message.pair dd { background: url(img/forum_msg3_haut2.gif) no-repeat right top; }

dl.message.msgPilote {
	background: #ffffff url(img/forum_msg2_bas.gif) no-repeat center bottom;
}
dl.message.msgPilote dt {
	background: url(img/forum_msg2_haut1.gif) no-repeat left top;
}
dl.message.msgPilote dd {
	background: url(img/forum_msg2_haut2.gif) no-repeat right top;	
}
dl.message.msgPilote dt strong, dl.message.msgAdmin dt strong {
	color: #1087b6 !important; 
}

.cache { display: none; }
