/* CSS Document */

#nav ul.sub {
padding-top: 1px;
line-height: 1.2;
}
#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0.7;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family:  helvetica, verdana, aerial;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: normal;
	vertical-align:text-bottom;
	
}

#nav a.submen { vertical-align: baseline; text-decoration: none; font-family:  helvetica, verdana, aerial; font-size: 12px; color: #7f7f7f; background-image:  url(images/fond_transp.png); background-repeat: repeat; background-color: #ffffff; width: 150px; padding-left:2px; border-right: thin solid #c2aa6c; border-left: thin solid #c2aa6c; }
#nav ul li.final a.submen {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C4C7CD;
}

#nav a.submen:hover {
	text-decoration: none;
	font-family:  helvetica, verdana, aerial;
	font-size: 12px;
	color: #000000;
	/*background-color: #ffffff;*/
	background-image:  url(images/fond_blanc.gif);
	background-repeat: repeat;
	
}

#nav li {
	float: left;
}


#nav li ul { /* listes de deuxi?me niveau */
	position: absolute;
	width: 10em;
	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:hover ul, #nav li.sfhover ul {
	left: auto;
	
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
/* fin menu style */


.sep { font-family:  helvetica, verdana, aerial; font-size: 11px; color: #7f7f7f; width: 100; background-color: #ffffff; font-weight: bold; border-color: #e05d16 #c4c7cd; border-style: solid; border-width: 1px thin; }
