dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
z-index:100;
width:770px ;
 /* width: 100%; /* correction pour Opera */
height: 35px ;
color: #666657;
background: url(design/bg_menu.gif) repeat-x 0 -25px ;
position: absolute; 
}
#menu dl {
float: left;
width: 12em;

}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
line-height: 25px ;
			font-size: 1.2em ;
background: #ccc;
background: url(design/bg_menu.gif) repeat-x 0 -25px ;
margin: 1px;
height: 35px ;
border-right: 2px solid #dea ;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #EFF1E9;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color: #666666;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
background: url(design/bg_menu.gif) repeat-x 0 0 ;
color: #ffffff;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #ff0000;
background-color: #ff0000;
padding: 5px;

}

