/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#184b80;
margin-top: 10px;
padding: 0;
background-image:url(/images/bg.gif); 

}
a:link,a:visited,a:active
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#184b80;
text-decoration : none; 
white-space : nowrap; 
} 
a:hover { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#e70000;
text-decoration : none; 
white-space : nowrap; 
} 

#header {
height: 325px;
}
#conteneur {
position: relative;
width: 860px;
margin: 0 auto; 
border:1px solid #ff0000;
background-color: #ffffff; 
}
#centre {
margin-left: 260px;
width: 590px;
padding-left:5px; 
}
#gauche {
float:left;
width: 250px;
padding-left:10px;
}
#pied {
clear:both;
height: 40px;
padding-top:15px;
}
p {margin: 0;}

.img-gauche {float:left;}
.img-droite {float:right;}

#nav{ /* toutes les listes */
width: 840px;
margin: 0 auto; 
list-style: none;
}
#nav ul { /* toutes les listes */
	padding:0;
    margin: 0;
	list-style: none;
	line-height: 22px;
z-index:500;
}
#nav a {
	display: block; color:#FFFFFF;
	width: 168px; 
	text-indent:0px;
	font-size:12px; 
}
#nav li a.bg {
background:url(/boutons/cssplay_0.gif) no-repeat top left;
text-align:center;
font-weight:bold;
line-height: 36px;
}
#nav li a.bg:hover {
background:url(/boutons/cssplay_1.gif) no-repeat top left;
text-align:center;
font-weight:bold;
line-height: 36px;
} 

#nav li { /* tous les items de liste */
	float: left;
	width: 168px; /* largeur obligatoire, sinon opera devient fou */

}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	background-color:#303b97;
	width: 168px;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}
#nav li ul a {
color:#f9f9f9; 
text-indent:10px;

}

#nav li ul a:hover{ /* listes de deuxième niveau */
	background-color:#a40a15;
	text-decoration:none;
	color:#f9f9f9; 
	}
#nav li ul ul { /* listes de troisième niveau et plus */
	margin: -25px 0 0 168px;
}
/*deuxième niveau 250px*/                
#nav ul a {width: inherit;}
#nav ul.niveau2bis ul {left: 200px;}  
#nav ul.niveau2bis {display:block; width:200px;}      
#nav ul.niveau2bis li a {width: 200px;}
#nav li ul.niveau2bis ul { /* listes de troisième niveau et plus 250 px*/
	margin: -25px 0 0 200px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover{
	background: #303b97;
}

/* style texte */
.red {color: #FF0000;}
.small {font-size: x-small; font-style:italic;}
.titre {font-size: large;}

.hrred {
height: 2px;
color: red;
background-color: red;
border: 0;
width:95%;
margin-left: 0;
}