/* menu haut */
#menu {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
margin: 0;
padding: 0;
text-align: center;
border-width:0px;
border-color:black;
border-style:solid;
width:auto;

}
#menu LI {
display: inline;
margin: 0;
padding: 0;
margin-top:0px;
float: left;
text-align: center;
width:auto;
cursor:pointer;
_width:140px;
}


#menu LI UL { /* listes de deuxieme niveau */
padding: 0px;
position: absolute;
width:auto;
border: 0px solid #EA5A00;
_display:none;
left: -1500em; /* on met left plutot que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'ecran */
}
#menu LI UL LI { /* sous-listes */
float: none;
width:auto;
cursor:pointer;
}
#menu LI UL LI A { /* sous-listes */
border: 1px solid red;
border-top-width: 0px;
cursor:pointer;
text-align: left;
padding:0px;
height:18px;
_height:21px;
padding-top:3px;
padding-left:30px;
padding-right:5px;
width:auto;
_width: 100%;

}
#menu LI UL LI A:hover, #menu LI UL LI .menu_selected { /* sous-listes */
border: 1px solid red;
border-top-width: 0px;
font-weight:normal;
cursor:pointer;
color:black;
background-color:#e8e9eb;
}
#menu LI:hover UL { /* listes imbriquees sous les items de listes survoles */
left: auto;
_display:block;
}
#menu LI.sfhover UL { /* listes imbriquees sous les items de listes survoles */
left: auto;
_display:block;
margin-left: -70px;
}
#menu A
{

display: block;
padding: 0px;
margin:0px;
height:23px;
color: #000000;
border: 0px solid #ffffff;
font-size: 12px;
text-decoration: none;
line-height:15px;
vertical-align:middle;
cursor:pointer;
padding-left:10px;padding-right:10px;
}
#menu A td {
font-size:11px;
font-weight:bold;
}
#menu A:hover, #menu LI .menu_selected  {
background-color: #e8e9eb;
border: 0px solid #EA5A00;
color:#EA5A00;

}
