body {
	background-image:url(images/fond.gif);
	background-position:50% 0%;
	background-color:#FFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	margin-top:10px;
	position:relative;
	width:760px; 
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
	font-size:11px;
}

input, form, textarea, select { margin:0px; padding:0px; font-family:Arial, Verdana, Helvetica, sans-serif; }
body, input, textarea, select { color:#000; font-size:10px; }
table, td, tr { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:11px; }

h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; color:#999; }
h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }
h6 a:active, h6 a:visited, h6 a:link { color:#999; font-weight:bold; text-decoration:underline; }
h6 a:hover { color:#369; text-decoration:overline underline; }

a:active, a:visited, a:link { color:#369; font-weight:bold; text-decoration:none; }
a:hover { color:#F93; }

a.footer:active, a.footer:visited, a.footer:link { color:#fff; font-weight:bold; text-decoration:none; }
a.footer:hover { color:#F93; }
a.footer_leg:active, a.footer_leg:visited, a.footer_leg:link { color:#F93; font-weight:bold; text-decoration:underline; }
a.footer_leg:hover { color:#fff; text-decoration:overline underline; }

.gris { color:#999; }
.gris_menu { color:#999; padding:0 0.7em; }
.bleu { color:#369; }
.orange { color:#F93; }
.blanc { color:#fff; }
a.orange:active, a.orange:visited, a.orange:link { color:#F93; font-weight:bold; text-decoration:none; }
a.orange:hover { color:#369; }
.bord_haut_orange { border-top:1px solid #F93; border-collapse:collapse; }
.bord_droit_orange { border-right:1px solid #F93; border-collapse:collapse; }
.bord_bas_orange { border-bottom:1px solid #F93; border-collapse:collapse; }
.bord_gauche_orange { border-left:1px solid #F93; border-collapse:collapse; }
.bord_orange { border:1px solid #F93; border-collapse:collapse; }

.bouton_valider, .bouton_annuler { background-color:#ECECEC; font-size:12px; font-weight:bold; cursor:pointer; padding:0 5px 0 5px; }
.bouton_valider { border:1px solid #369; color:#369; }
.bouton_annuler { border:1px solid #F93; color:#F93; }

#menu_haut {
	width:auto;
	line-height:2em;
	height:2em;
	margin:0px;
	border-right:0px;
}

#menu_haut ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	display:inline;
}
	
#menu_haut li {
	display:inline;
	float:left;
	font-size:12px;
	border-right:1px solid #369;
	font-weight:bold;
}

#menu_haut li a {
	width:auto;
	display:block;
	text-decoration:none;
	color:#369;
	padding:0 1em;
}

#menu_haut li a:hover {
	text-decoration:none;
	background-color:#F93;
}

#menu_service {
 	line-height:2em;
	height:2em;

	border-right:0px;
}

#menu_service ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	display:inline;
}
	
#menu_service li {
	display:inline;
	float:left;
	font-size:12px;
	border-right:1px solid #369;
	font-weight:bold;
}

#menu_service li a {
	width:auto;
	display:block;
	text-decoration:none;
	color:#369;
	padding:0 0.7em;
}

#menu_service li a:hover {
	text-decoration:none;
	background-color:#F93;
}


#menu_stat {
	width:auto;
	line-height:30px;
	height:30px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:30px;
	float:left;
	width:600px;
}

#menu_stats ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:5px;
	float:left;
	font-size:12px;
	font-weight:bold;
}
	
#menu_stats li { 
	display:block;
	position:relative;
	float:left;
}

#menu_stats li a {
	display:block;
	width:auto;
	text-decoration:none;
	color:#FFF;
	background-color:#999;
	padding:0 1em;
	font-size:12px;
	font-weight:bold;
	border:1px solid #369;
}

#menu_stats li a:hover {
	text-decoration:none;
	background-color:#FFF;
	color:#F93;
}

#menu_stats p {
	margin-bottom:5px;
	float:none;
	display:block;
	
}
#menu_stats ul.pas_tour { border:0px; background-color:#FFF; }
#menu_stats li.pas_tour { border:0px; background-color:#FFF; }
