#menu{
height: 20px;}

dl{
position: absolute;
width: 800px;
}

dl dt{
float: left;
}

dt span{
display: none;
}

#menu a{
display: block;
height: 20px;
}

dd{
position: relative;
z-index: 500;
display: none;
clear: both;
}

#menu dl dd a{
background: #f1d09d;
color: #663333;
font-size: 1em;
text-decoration: none; 
display: block;
clear: both; 
padding-left: 25px;
}

#menu dl dd a:hover{
background: #663333;
color: #f1d09d;}


.accueil{
width: 84px;
background: #f1d09d url(images/menu_01.gif);
}
.accueil:hover{
background: url(images/menuH_01.gif);
}

.magasin{
width: 108px;
background: #f1d09d url(images/menu_02.gif);
}
.magasin:hover{
background: url(images/menuH_02.gif);
}

.sdb{
width: 157px;
background: #f1d09d url(images/menu_03.gif);
}
.sdb:hover{
background: url(images/menuH_03.gif);
}

.cuisines{
width: 115px;
background: #f1d09d url(images/menu_04.gif);
}
.cuisines:hover{
background: url(images/menuH_04.gif);
}

.service{
width: 102px;
background: #f1d09d url(images/menu_05.gif);
}
.service:hover{
background: url(images/menuH_05.gif);
}

.partenaires{
width: 141px;
background: #f1d09d url(images/menu_06.gif);
}
.partenaires:hover{
background: url(images/menuH_06.gif);
}

.contact{
width: 93px;
background: #f1d09d url(images/menu_07.gif);
}
.contact:hover{
background: url(images/menuH_07.gif);
}

#smenu1{
width: 157px;
margin-left: 192px;
}

#smenu2{
width: 115px;
margin-left: 349px;
}
