/* CSS Document */

#latmenu {
margin: 0;
padding: 0;
background: white;
font: 1em verdana, arial, sans-serif;
position: absolute;
}

#latmenu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#latmenu {
/*width: 15em;*/
width:183px;/*Correction du bug sur firefox Yaka*/
}
dl#latmenu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color: #187590;
padding: 5px 0 5px 8px;
background: url(../images/latmenu_tab.png) repeat-x;
}
dl#latmenu dd {
padding-left: 10px;
}
dl#latmenu li {
text-align: left;
background: #fff;
}
dl#latmenu li a, dl#latmenu dt a {
color: #187590;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#latmenu li a:hover,#latmenu dt a:hover,#latmenu a:hover {
color: #7f0000;
}

#slatmenu1, #latmenu2, #slatmenu3, #slatmenu4, #slatmenu5 {
/*display: none;*/
}