/* CSS issu des tutoriels www.alsacreations.com/articles */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
z-index:100;
margin-left:20px;
margin-top:5px;
}
#menu dl {
float: left;
margin: 0 5px;
height:20px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
}
#menu dd {
	position:absolute;
	width:300px;
	background: #93bd2d;
}
#menu li {
text-align: left;
padding-left:5px;
padding-right:5px;
height:15px;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
font-weight:bold;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color: #47210e;
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
#menu0 a.niveau1 {
	background:url(../images/accueil.png) no-repeat 0px 0px;
	display:block;
	width:46px;
	line-height:30px;
}
#menu0 a.niveau1:hover {
	background:url(../images/accueil.png) no-repeat 0px -40px;
}
#menu0 span {
	visibility:hidden;
}
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
#menu1 a.niveau1 {
	background:url(../images/magasins.png) no-repeat 0px 0px;
	display:block;
	width:57px;
	line-height:30px;
}
#menu1 a.niveau1:hover {
	background:url(../images/magasins.png) no-repeat 0px -40px;
}
#menu1 span {
	visibility:hidden;
}
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
#menu2 a.niveau1 {
	background:url(../images/catalogue.png) no-repeat 0px 0px;
	display:block;
	width:63px;
	line-height:30px;
}
#menu2 a.niveau1:hover {
	background:url(../images/catalogue.png) no-repeat 0px -40px;
}
#menu2 span {
	visibility:hidden;
}
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
#menu3 a.niveau1 {
	background:url(../images/dev-durable.png) no-repeat 0px 0px;
	display:block;
	width:141px;
	line-height:30px;
}
#menu3 a.niveau1:hover {
	background:url(../images/dev-durable.png) no-repeat 0px -40px;
}
#menu3 span {
	visibility:hidden;
}
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
#menu4 a.niveau1 {
	background:url(../images/qui.png) no-repeat 0px 0px;
	display:block;
	width:74px;
	line-height:30px;
}
#menu4 a.niveau1:hover {
	background:url(../images/qui.png) no-repeat 0px -40px;
}
#menu4 span {
	visibility:hidden;
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
#menu5 a.niveau1 {
	background:url(../images/franchise.png) no-repeat 0px 0px;
	display:block;
	width:147px;
	line-height:30px;
}
#menu5 a.niveau1:hover {
	background:url(../images/franchise.png) no-repeat 0px -40px;
}
#menu5 span {
	visibility:hidden;
}











#smenu0, #smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7 {
	display:none; /* par défaut, on cache les sous menus */
}




