body {
margin: 0;
padding: 0;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu dl {
/*float: left;*/
width: 195px;
padding-right: 5px;
}
#menu dt {
cursor: pointer;
text-align: left;
font-size: 12px;
font-weight: bold;
background-image: url(/2009/img/puce.gif);
background-repeat:no-repeat;
color: #fff;
padding: 5px 0 5px 40px;
border-bottom: 1px solid #741a00;
}
#menu dt:hover {
	border-bottom: 1px solid #fff;
}

#menu dd {
	padding: 0px;
	margin-top: -20px;
	margin-left:180px;
	position: absolute;
	display: none;	
	font-size: 12px;
	border: 1px solid #fff;
	width: 208px; 
}
#menu dt a {
	color: #fff;
	text-decoration: none;
	
}
#menu li {
	background-color:#b80c00;
	padding: 4px;
	line-height: 15px;
	width: 200px; 
}
#menu li a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 100%;
	color: #fff;
}
#menu li a:hover, #menu li a:focus {
background-color: #e14e44;
}
#site {
z-index: 1;
}