/* style de la nav horizontale */

dl,dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:absolute;
left:-2px;
top:-20px;
z-index:1;
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 11px;
color: #FFFFFF;
}
#menu dl {
float: left;
width: 117px;
height:22px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
height:18px;
font-weight: bold;
padding: 2px 0 0 0;
background: #358EAD;
/*background: url(../images/fd_cell_onglets_menu.gif) repeat-x;*/
}
#menu dd {
border: 1px solid gray;display:none;
}
#menu li a {
font-size: 11px;
font-weight: normal;
padding-left: 2px;
text-align: left;
color: #006699;
text-decoration: none;
display: block;
height: 100%;
border: none;
border-color: #30819D;
background-color: #FFFFFF; 
line-height: 20px
}
#menu li a:hover, #menu dt a:hover {
background: #B7D8E3;
}
#menu dt a  { 
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
 }
li  {
 }
