<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;

}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 110px;
/*width: 12em;*/
}
#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;
}
#menu dd {
display: none;
border-bottom: 1px solid #B0B2B2;
border-left: 1px solid #B0B2B2;
border-right: 1px solid #B0B2B2;
position:absolute;
}
#menu li {
text-align: left;
background: #fff;
list-style-type: none;
/*Taille des sous menu - A définir selon logueur des textes*/
width: 180px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}
#menu li a:hover, #menu li a:focus {
background: #CB0035;
color: #FFF;
font-weight: bold;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.a.fontWhite, .a.fontWhite:hover, .a.fontWhite:visited
{
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
text-decoration:none;
}

.fontBlack
{
font-family: Arial;
font-size: 12px;
color: #000000;
font-weight: bold;
}
-->
