/* Grouin du Cou */
#container, #conteneur {
	z-index:10;	
	width: 1003px;
	margin: 0 auto;	
	position: relative; 
	top: -20px;		
}
#nav, #nav ul {
	float: left;
	margin-left:auto;						/* auto left right indispensable pour IE   */
	margin-right:auto;
	list-style: none;
	background: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li {
	float: left;	
	padding: 0;
}											/*   niveau DEUX   */

#nav li ul {				/* Boîte Conteneur de la liste */
	position: absolute;
	left: -999em;
	height: auto; 
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
	background: #FF0000;     /*  ROUGE Couleur d'AP des listes déroulantes. Invisible derrière les couleurs des classes */
}
.anim ul {width:203px;} 					/* largeur de la liste - indispensable, indépendant du menu de niveau 1   */
.anim ul a{ width:196px; }					/* hover : largeur de la surbrillance et flèche niveau 2 si on met une flèche */

.publi ul { width:200px;}						
.publi ul a{ width:193px;}						

.vendee ul { width:200px;}						
.vendee ul a{ width:187px;}						
			
#nav li li {
	padding-right: 0px;		/* ajuste la longueur de la surbrillance niveau 2 */
}

.anim ul li a, .publi ul li a {				/* listes : niveau 2 sous les menus  */
	color:white;    
	font-size: 14px;
	line-height:23px;
	text-align:center;
	padding-left:7px;	  /*   oui   */
}

#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;
}


												/* HOVER  */
#nav li:hover, #nav li.sfhover {background: #996452 ;}		   /* hover surbrillance Peu importe la couleur : Indispensable pour IE  */
														
li a:hover {color:#ffbc20; }		/*  texte en blanc au passage de la souris */

/* #nav li ul a:hover {color:#ffbc20;}	*/

												/* texte "normal" non activé  */
.menu1, .menu2, .menu3, .menu4, .menu5, .menu51, .menu52 {		
	text-align:center;
	color:white; 	/*# ffbc20;	  jaune orangé  */
	font-weight:bold;
	line-height:22px;     
	font-size:14px;
	width:200px;
}

.menu1 {width:203px;}

.menu1 {background:#797E22; }  
.menu2 {background:#33C386; }
.menu3 {background:#2F3452; }
.menu4 {background:#A29F74; }
.menu5 {background:#B1C66B; }  

.cours, .cours a:hover {background:#83882A; }	
.sorties, .sorties a:hover {background:#919330; }
.conf, .conf a:hover {background:#9D9E36; }
.voyages, .voyages a:hover {background:#AAAC41; }
.chantiers, .chantiers a:hover {background:#B6BA42; }
.expos, .expos a:hover {background:#C2C84A; }

.mono, .mono a:hover {background:#3CD191; }
.bulletins, .bulletins a:hover {background:#44DF9B; }
.lettres, .lettres a:hover {background:#4AEFAA; }
.biblio, .biblio a:hover {background:#55FDB2; }

.anim ul li a:hover {color:#ffbc20;}		
.publi ul li a:hover {color:#797E22;}  

