dl, dt, dd, ul, li {
margin: 0px 0 0 0px;
padding: 0;
list-style-type: none;
}
#menu {
z-index:100;
width:856px ;
height:30px;
margin: 17px 0 0 5px;
 /* width: 100%; /* correction pour Opera */
 
    display:block;

color: #F5DEB3;
background: #FF9148;
border-left: 2px solid #000000; 
border-bottom: 4px solid #C97011; 
position: absolute;



}
#menu dl {
float: left;
width: 12em;

}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
line-height: 25px ;
font-size: 1.2em ;
background: #E0691A;
margin: 1px;
height: 28px ;
border-right: 2px solid #000000 ;
}

#menu dd {
display: none;
border: 1px solid #000000;
}
#menu li {
text-align: center;
background: #EFF1E9;
}
#menu li a, #menuv dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color: #666666;
}
#menu li a:hover {
background: #F5E39E;

color: #E0691A;
}

#menu li a:focus{
background: #eee;
background: url(design/bg_menu.gif) repeat-x 0 0 ;
color: #ff0000;
}

#menu dt a:hover{
background: #eee;
background: url(design/bg_menu.gif) repeat-x 0 0 ;
color: #ffffff;
}

#menu dt a:focus {
background: #eee;
background: url(design/bg_menu.gif) repeat-x 0 0 ;
color: #ffffff;
}



