<!-- 


dl, dt, dd, ul, li
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 98px;
left: 140px;
z-index:2;
/*width: 100%;  correction pour Opera */
}

#menu dl
{
float: left;
/*width:100px;*/
}

#menu dt 
{
cursor: pointer;
text-align: center;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}

#menu dd
{
display: none;
border: 1px solid gray;
}

#menu li 
{
text-align: left;
background: #ccc;
}

#menu li a, #menu dt a
{
color: #000;
text-decoration: none;
font-size:10pt;
font-weight : normal;
display:block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus
{
background: #E10033;	/* couleur de fond d'un sous menu lorsqu'on passe dessus */
color: #ffffff;
font-size:10pt;
font-weight : normal;
}

#site {

z-index: 1;
}


-->
