dl, dt, dd, ul, li {
	margin: 0 2 2;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu {
width: 100%; /* correction pour Opera */
}
#menu dl {
	float: left;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	border: 0px solid #005B9B;
	background: #F7CB4D;
	color: #00406F;
}
#menu dd {
position: absolute;
margin-top: 0.2em;
display: none;
width: 15em;
border: 1px solid #F7CB4D;
background: #ffffff;
}
#menu li {
text-align: left;
background: #ffffff;
}
#menu li a, #menu dt a {
color: #00406F;
text-decoration: none;
display: block;
border: 0 none;
}
#menu dt a:hover, #menu li a:hover{
	background: #FADF8D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7CB4D;
}
