body {
margin: 0;
padding: 0;


}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font-size: 11px;
color: #08596d;
position: relative;
top: 4px;
left: 6px;
z-index:100;
width: 100%; /* précision pour Opera */

}
#menu dl {
height:15px;
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
vertical-align:middle;
font-weight: bold;
border: 0px solid white;
margin: 1px;
height:17px;
}
#menu dd {
display: none;
border: 1px solid white;
}
#menu li {
text-align: center;
background: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
    filter:alpha(opacity=90); /*effet de transparence*/
-moz-opacity:0.60;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;

}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

