
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 725px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/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: 68px; }
li#menu_02 a { width: 93px; }
li#menu_03 a { width: 123px; }
li#menu_04 a { width: 69px; }
li#menu_05 a { width: 56px; }
li#menu_06 a { width: 59px; }
li#menu_07 a { width: 51px; }
li#menu_08 a { width: 65px; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -68px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -161px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -284px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -353px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -409px no-repeat; }
li#menu_07 a:hover { background: transparent url(../images/menu-on.jpg) -468px no-repeat; }
li#menu_08 a:hover { background: transparent url(../images/menu-on.jpg) -519px 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/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/menuspecial-on.jpg) 0px no-repeat; }
li#menuVente_02 a:hover { background: transparent url(../images/menuspecial-on.jpg) -149px no-repeat; }
li#menuVente_03 a:hover { background: transparent url(../images/menuspecial-on.jpg) -320px no-repeat; }
li#menuVente_04 a:hover { background: transparent url(../images/menuspecial-on.jpg) -554px no-repeat; }
/*----------------------------------------------------------------------*/
/* fin - gestion du menu special */
/*----------------------------------------------------------------------*/
