dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
display: block;
background-color: #FFCC00;
width: 100px; /* correction pour Opera */
z-index: 100;
margin: 92px 0 0 297px;
/*border: 1px solid red;*/
}
#menu li a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #54632C;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
#menu dt a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #54632C;
	text-decoration: none;
	text-align: center;
	height: 14px;
	padding: 3px;
}
#menu dl {
	float: left;
	background-color: #FFCC00;
}
#menu dt {
	width: 100px;
	cursor: pointer;
	text-align: center;
}
#menu dt a:hover {
	color: #006600;
}
#menu dd {
	position: absolute;
	z-index: 110;
	display: none;
	width: 181px;
	text-align: left;
	padding: 0;
	top: 195px;
	*top: 197px;
	background-color: #FFCC00;
}
#menu dd li {
	background-color: #FFCC00;
	height: 20px;
}
#menu li {
	text-align: left;
}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	background-color: #FFCC00;
	text-indent: 3px;
	/*border-right: 1px solid #E26D10;*/
}
#menu li a:hover, #menu li a:focus {
	background-color: #006600;
	text-indent: 3px;
	color: #fff;
	height: 20px;
}
