
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 902px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/menu.jpg) no-repeat;
	z-index:0;
}
#menu ul{
	list-style-type: 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: 49px;/*24*/
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
li#menu_00 { 
    width: 159px; 
	min-width: 159px;
	height:49px;
}
li#menu_01 a { width: 106px; }
li#menu_02 a { width: 94px; }
li#menu_03 a { width: 151px; }
li#menu_04 a { width: 108px; }
li#menu_05 a { width: 128px; }
li#menu_06 a { width: 156px; }
li#menu_00 a:hover { background: transparent url(../images/menu-on.jpg) -0px 0px no-repeat; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -159px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -265px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -359px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -510px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -618px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -746px 0px no-repeat; }

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

#smenu li ul {
	/* listes du deuxième niveau */
	position: absolute;
	width: 129px;
	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 */
	z-index: 99;
}


/*----------------------------------------------------------------------*/
/* debut - gestion du menu catalogue */
/*----------------------------------------------------------------------*/
#menubis{
	width: 902px;
	height: 40px;
	margin: 0px !important;
	margin: -16px 0px 0px 0px;
	padding: 0px;
	background: transparent url(../images/menubis.jpg) no-repeat;
}
#menubis ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menubis ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menubis ul li a{
	display: block;
	height: 40px;/*24*/
	margin: 0px;
	padding: 0px;
}
#menubis ul li strong{
display: none;
}
li#menubis_01 a { width: 87px; }
li#menubis_02 a { width: 91px; }
li#menubis_03 a { width: 120px; }
li#menubis_04 a { width: 99px; }
li#menubis_05 a { width: 98px; }
li#menubis_06 a { width: 97px; }
li#menubis_07 a { width: 98px; }
li#menubis_08 a { width: 115px; }
li#menubis_09 a { width: 97px; }
li#menubis_01 a:hover { background: transparent url(../images/menubis-on.jpg) -0px 0px no-repeat; }
li#menubis_02 a:hover { background: transparent url(../images/menubis-on.jpg) -87px 0px no-repeat; }
li#menubis_03 a:hover { background: transparent url(../images/menubis-on.jpg) -178px 0px no-repeat; }
li#menubis_04 a:hover { background: transparent url(../images/menubis-on.jpg) -298px 0px no-repeat; }
li#menubis_05 a:hover { background: transparent url(../images/menubis-on.jpg) -397px 0px no-repeat; }
li#menubis_06 a:hover { background: transparent url(../images/menubis-on.jpg) -495px 0px no-repeat; }
li#menubis_07 a:hover { background: transparent url(../images/menubis-on.jpg) -592px 0px no-repeat; }
li#menubis_08 a:hover { background: transparent url(../images/menubis-on.jpg) -690px 0px no-repeat; }
li#menubis_09 a:hover { background: transparent url(../images/menubis-on.jpg) -805px 0px no-repeat; }

/*----------------------------------------------------------------------*/
/* fin - gestion du menu catalogue */
/*----------------------------------------------------------------------*/

#smenubis li ul {
	/* listes du deuxième niveau */
	position: absolute;
	width: 129px;
	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 */
	z-index: 99;
}
