#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position : absolute; /* placement du menu, à modifier selon vos besoins */
z-index:10;
width: 800px; /* correction pour Opera */
left: 50%;
top: 130px;
width: 800px;
height: 45px;
margin-left: -400px;
}
#menu dl {
float: left;

}
#menu dt {
color:#F9F400;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
height:40px;
background:url(../images/menu/tabrightF.gif) no-repeat left top;
}
#menu dt:hover {
background:url(../images/menu/tabrightF.gif) no-repeat right top;
background-position:0% -75px;
color: #009DD5;
}
#menu #current dt {
color: #009DD5;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
height:40px;
background:url(../images/menu/tabrightF.gif) no-repeat right top;
background-position:0% -75px;
}

#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a{
color:#F9F400;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background:url(../images/menu/tabrightF.gif) no-repeat left top;
padding:5px;
}
#menu .nouveau a{
color:#F9F400;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background:url(../images/menu/tabrightN.gif) no-repeat left top;
padding:5px;
}
#menu dt a {
color:#F9F400;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a:hover, #menu dt a:focus {
background:url(../images/menu/tabrightF.gif) no-repeat right top;
background-position:0% -75px;
color: #009DD5;
}
#menu li a:hover, #menu li a:focus {
background:url(../images/menu/tabrightF.gif) no-repeat right top;
background-position:0% -75px;
color: #009DD5;
padding:5px;
}
#menu #current dt a {
background:url(../images/menu/tabrightF.gif) no-repeat right top;
background-position:0% -75px;
color: #009DD5;
}
#menu #subcurrent li a{
background:url(../images/menu/tabrightF.gif) no-repeat right top;
background-position:0% -75px;
color: #009DD5;
padding:5px;
}
