
/* © 2006 Bexter Ben CSS - © 2009 VAINCE (corrections)*/

/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 925px;/*996px;*/
	height: 32px;
	margin: 0px;
	padding: 0px 0px 0px 71px;
	background: transparent url(../images/menu.jpg) no-repeat;
	
	/* CHANGEMENT VAINCE
	z-index:10;*/
}

#menu ul{
	list-style-type: none;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li a{
	display: block;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#menu ul li strong{
	display: none;
}

li#menu_01 a { width: 71px; }
li#menu_02 a { width: 131px; }
li#menu_03 a { width: 80px; }
li#menu_04 a { width: 61px; }
li#menu_05 a { width: 81px; }
li#menu_06 a { width: 118px; }
li#menu_07 a { width: 84px; }
li#menu_08 a { width: 59px; }
li#menu_09 a { width: 92px; }
li#menu_10 a { width: 77px; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -71px 0px no-repeat; } 
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -142px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -273px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -353px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -414px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -495px 0px no-repeat; }
li#menu_07 a:hover { background: transparent url(../images/menu-on.jpg) -613px 0px no-repeat; }
li#menu_08 a:hover { background: transparent url(../images/menu-on.jpg) -697px 0px no-repeat; }
li#menu_09 a:hover { background: transparent url(../images/menu-on.jpg) -756px 0px no-repeat; }
li#menu_10 a:hover { background: transparent url(../images/menu-on.jpg) -848px 0px no-repeat; }

/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/

#smenu li ul {/* listes du deuxième niveau */
	position: absolute;
	left: -999em; /* left plutôt que display pour cacher les menus display: none n'est pas lu par les lecteurs d'écran */
	/*width: 83px;*/
	z-index: 99;
	text-align:center;
}

/* CHANGEMENT VAINCE
li#menu_01 ul { width: 71px; }
li#menu_02 ul { width: 131px; }
li#menu_03 ul { width: 80px; }
li#menu_04 ul { width: 80px; }
li#menu_05 ul { width: 110px; }
li#menu_06 ul { width: 118px; }
li#menu_07 ul { width: 84px; }
li#menu_08 ul { width: 80px; }
li#menu_09 ul { width: 92px; }
li#menu_10 ul { width: 77px; }*/

#smenu li ul li {
	/* li du deuxième niveau */
	/* CHANGEMENT VAINCE
	height: auto;*//* 14px;*/
	height: 15px;
	
	width: 100%;/*110px;*/
	background: #FE0000;
}
#smenu li ul li a { /* liens du deuxième niveau */
	/* CHANGEMENT VAINCE
	height: auto;*//* 14px;*/
	height: 15px;
	
	width: auto;/*110px;*/
	padding: 2px 5px;
	text-decoration: none;
	color: #fff;
}
#smenu li ul li a:hover { /* liens survolés du deuxième niveau */
	height: 15px;
    width: auto;
	
	color: #fff;
	background: #680000;
}
#smenu li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}