/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/fond.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
	
.bold {
	font-weight:bold;
	
	}
	
h1 {
	color: #1D4E7F;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #1D4E7F;
	margin-bottom: 0;
	}
	
h3 {
	color: WHITE;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background:#1D4E7F;
	font-weight: normal;
	background-position:top center;

	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	margin: 0;
	padding: 0;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #1D4E7F;
	font-size: 0.25ems;

	}
	
img {
	border: 0;
	}
	
.important {
	color: #1D4E7F;
	}
	
.imgGauche {
	float: left;
	}
	
.imgDroite {
	float: right;
	}
	

	
	
	
/****************************
	DEFINITION DES BLOCS
****************************/

#header {
	width: 728px;
	width: 750px;
	margin: 0 auto;
	height: 40px;
	background-image:url(../images/structure/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:-2000px;

	}

#container {
	width: 728px!important;
	width: 750px;
	margin: 5px auto;
	padding: 10px;
	border: 1px solid #999;
	background: white;
	text-align: left;
	}
	
#menu {
	margin: 0;
	padding: 0;
	height: 32px;
	width: auto;
	background-image:url(../images/structure/barre_menu.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
	}
	
#image {
	margin: 0;
	padding: 0;
	height: 150px;
	width: auto;
	}

#sousmenu {
	margin: 0;
	padding: 0;
	height: 20px;
	width: auto;
	background-image:url(../images/structure/barre_sous_menu.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: right;
	}
	
#contenu {
	float: left; 
	width: 535px; 
	margin: 0;
	padding: 5px;
	height:auto ;
	border-right: 1px solid #999;
	min-height:560px;

	}
	
	
#illustration {
	float:right;
	width: 175px; 
	padding-top: 2px;
	height: auto;
	background: white;

	}
	
#footer {
	margin: 0;
	padding-top:4px;
	padding-right: 5px;
	width: auto;
	border-top: 1px solid #999;
	height: 16px!important;
	height: 20px;
	background-image:url(../images/structure/barre_sous_menu.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-align: right;
	}

#bandeauSponsors {
	margin: 0;
	padding: 0;
	width: auto;
	
	}
	
/************************
	DEFINITION DU MENU 
************************/

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	height: auto;
	line-height: 32px;
	list-style-type: none;
	}
	
#menu ul li {
	float: left;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	background-image:url(../images/structure/barre_sep.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#menu ul li a {
	display: block;
	margin: 0px 0px 0px 2px;
	padding: 0px 13px 0px 13px;
	color: white;
	text-decoration: none;
	height: auto;
	}
	
#menu ul li a:hover {
	background-image: url(../images/structure/barre_menu_hover.jpg);
	background-repeat: repeat-x;
	}

#menu ul li a.selected {
	background-image: url(../images/structure/barre_menu_hover.jpg);
	background-repeat: repeat-x;
	}
	
/**************************
	DEFINITION SOUS-MENU 
**************************/

#sousmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 21px!important;
	line-height: 20px;
	float: right;
	}
	
#sousmenu ul li {
	margin: 0px 10px 0px 10px;
	padding: 0;
	float: left;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 1em;
	}
	
#sousmenu ul li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #1D4E7F;
	}
	
#sousmenu ul li a:hover {
	color: #88C;
	}

#sousmenu ul li a.selected {
	color: #fff;
	}
/******************************
*** DEFINITION CONTENUS 
******************************/
#blocnews {
	text-align: left;
	}
	
#listeCoureurs {
	margin-top: 20px;
	width: auto;
	}
	
#listeCoureurs td {
	width: 33%;
	text-align: center;
	}
	
#listeCoureurs a {
	color: #1D4E7F;
	}
	
#listeCoureurs a:visited {
	color: #CCC;
	}

#listeCoureurs tr.last {
	height: 50px;
	font-style: italic;
	}
	
/*************
	Formulaire de contact
	 ****/
	 
#contact {
	font-size: 0.95em;
	}
#contact label {
	display: inline;
	float: left;
	width: 100px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

#contact .longLabel {
	width: 200px;
	}
	
#contactSubmit {
	font-size: 0.9em;
	border: 1px;
	} 
/*************
	Liste Sponsors
	 ****/
	 
ul#sponsors {
	margin-top: 30px;
	list-style-type: none;
	}
	
ul#sponsors li {
	height: 50px;
	}
	
/*************
	Liste Galeries
	 ****/
	 
ul.galeries {
	margin-top: 30px;
	list-style-type: none;
	}
	
.galeries li {
	height: 50px;
	}	 
	
.galeries a:hover {	
	text-decoration: underline;
	}
	
.detailMateriel {
	list-style-type: none;
	}

/*****
	Détails coureurs
	**/
	
table.detailCoureurs {
	margin: 0px 0px 0px 5px;
	width: 100%;
	}
		
.detailCoureurs td {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.detailCoureurs td.colImage {
	width: 140px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	}
	
	
.detailCoureurs td.colLibelle {
	width: 120px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	}
	
.detailCoureurs td.colReponse {
	color: #1D4E7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
/******
	Vente vélos
	***/
	
table.vente {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
.vente td, .vente tr {
	margin: 0;
	padding: 0;
	}
	
.vente thead {
	font-weight: bold;
	}
