/*  ----------------------------------------------------------- */
/*  Feuilles de styles du menu                                  */
/*  ----------------------------------------------------------- */
#menu {
position: absolute;
top: 0px;
left: 50%;
margin-left: -19.9em;
width: 609px;
height: 207px;
background: url("../img/bg_menu.png") no-repeat;
}

#menu dl,
#menu dt,
#menu dd,
#menu ul,
#menu li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 13px;
}

#menu dl {
font-size: 1em;
margin-left: 80px;
margin-top: 17px;
width: 190px;
}

#menu dt {
cursor: pointer;
line-height: 18px;
text-align: right;
background: url("../img/puce_off.gif") right no-repeat;
display: block;
width:100%;
color:#3a350f;
text-decoration: none;
padding-right: 20px;
}

#menu dt a {
display:block;
width: 100%;
color:#3a350f;
text-decoration: none;
}

#menu dt a:hover {
color: #fff;
display:block;
width: 100%;
background: #4c5c0f url("../img/puce_on.gif") right no-repeat;
padding-right: 20px;
}

#menu dd {
display: none;
position:absolute;
z-index: 999;
left: 290px;
line-height: 18px;
width: 240px;
background-color: #afb70d;
margin-top: -18px;
font-stretch: condensed;
}

#menu li {
text-align: left;
}

#menu li a  {
color: #fff;
text-decoration: none;
padding-left: 10px;
display: block;
background-color: #4c5c0f;
width: 100%;
}

#menu li a:hover {
color: #fff;
background-color: #c60;
}

#menu dt a.sanssrub:hover {
color: #fff;
background-color: #c60;
}

#menu acronym {
cursor: help;
border: 0px;
display: inline;
}

/* Corrections menu 
dd#smenu6 {
margin-top: -54px;
}*/