
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 725px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/en-menu.jpg) top left no-repeat;
}
#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: 24px;
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}

li#menu_01 a { width: 60px; }
li#menu_02 a { width: 95px; }
li#menu_03 a { width: 146px; }
li#menu_04 a { width: 72px; }
li#menu_05 a { width: 66px; }
li#menu_06 a { width: 65px; }
li#menu_07 a { width: 55px; }
li#menu_08 a { width: 85px; }
li#menu_01 a:hover { background: transparent url(../images/en-menu-on.jpg) 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/en-menu-on.jpg) -60px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/en-menu-on.jpg) -155px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/en-menu-on.jpg) -301px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/en-menu-on.jpg) -373px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/en-menu-on.jpg) -439px no-repeat; }
li#menu_07 a:hover { background: transparent url(../images/en-menu-on.jpg) -504px no-repeat; }
li#menu_08 a:hover { background: transparent url(../images/en-menu-on.jpg) -559px no-repeat; }
/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion du menu special */
/*----------------------------------------------------------------------*/
#menuVente{
	width: 725px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/en-menuspecial.jpg) top left no-repeat;
}
#menuVente ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;

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

}
#menuVente ul li a{
	display: block;
	height: 49px;
	margin: 0px;
	padding: 0px;
}
#menuVente ul li strong{
display: none;
}

li#menuVente_01 a { width: 149px; }
li#menuVente_02 a { width: 171px; }
li#menuVente_03 a { width: 234px; }
li#menuVente_04 a { width: 169px; }
li#menuVente_01 a:hover { background: transparent url(../images/en-menuspecial-on.jpg) 0px no-repeat; }
li#menuVente_02 a:hover { background: transparent url(../images/en-menuspecial-on.jpg) -149px no-repeat; }
li#menuVente_03 a:hover { background: transparent url(../images/en-menuspecial-on.jpg) -320px no-repeat; }
li#menuVente_04 a:hover { background: transparent url(../images/en-menuspecial-on.jpg) -554px no-repeat; }
/*----------------------------------------------------------------------*/
/* fin - gestion du menu special */
/*----------------------------------------------------------------------*/

