/* -----------------------------------------------------------------------
----- EIVP 2005 Site public
----- Feuille de style ÉCRAN/onglets menus NOUVO v4 (revision aout 2006)
----- -------
----- les bugs d'affichage sont à rapporter à :
----- agnes.leonard@eivp-paris.fr    ET    aurelien.ferlito@free.fr
-------------------------------------------------------------------------- */
/* -- origine du menu ici customisé : ypslideoutmenus.sourceforge.net  --- */

a#act0,
a#act1,
a#act2,
a#act3,
a#act4,
a#act5,
a#act6,
a#act7 {
	position: absolute;
	font-size: 11px;
}
a#act0 {
	left: 2px;
}
a#act1 {
	left: 61px;
}
a#act2 {
	left: 147px;
}
a#act3 {
	left: 239px;
}
a#act4 {
	left: 336px;
}
a#act5 {
	left: 427px;
}
a#act6 {
	left: 542px;
}
a#act7 {
	left: 637px;
}
#menuBarre { /* conteneur horizontal */
	position: absolute;
	width: 740px;
	left: 20px;
	top: 11px;
}
#menuBarre a { /* intitulé */
	color:#333333;
	padding-left:5px;
	padding-right:22px;
	text-decoration:none;
	font-weight: bold;
}
#menuBarre a.etatDessus { /* intitulé en hover */
	color: #000000;
}
.menu .menuItem { /* aspect des menus déroulants */
	margin-right:1px;
	margin-bottom:1px;
	border-top:none;
	border-bottom:none;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	background-color:#4A4A48;
	opacity: 0.95;
	z-index: 100; /* oblige IE a passer les menus deroulants dessus */
}
.menu a { /* item des menus : état normal */
	color:#E9E9E9;
	display:block;
	padding:3px 10px;
	text-decoration:none;
	background-color:transparent;
}
.menu a:hover { /* items des menus : hover */
	background-color:#666666;
	color:#ffffff;
}