
#conteneur-menu {
/*background-color:#e5e5e5;*/
height:40px;
position:relative;
}

#menu {
height:40px;
position:absolute;
}


dl {
height:40px;
margin:0; padding:0;
display:block;
float:left;

}

#menu dt {
	width:100px;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	border-right:dotted 1px #903;
	cursor:pointer;
	color:#ffcc00;
	background: #996600;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #996600 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#996600));
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #996600;
	border-bottom: 1px solid #232323;
	border-top: 1px solid #545454;
}

dd {
height:35px;
width:100px;
display:block;
margin:0; padding:0;

}

dd ul {
width:100px;
margin:0; padding:0;
text-align:center;
list-style:none;
display:block;
background:#FF9900;
}

dd ul li {
color:#FFCC00;
display:block;
margin:0; padding:0;
 width: 150px;
 display: block;
}

dd ul li a {
	color:#FFCC00;
	display:block;
	line-height:30px;
	text-decoration:none;
/*	border-top:dotted  1px #ccc;
	border-bottom:dotted  1px #ccc;*/
	width:100px;

	background: #996600;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #996600 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#996600));
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #996600;
	border-bottom: 1px solid #232323;
	border-top: 1px solid #545454;
}

dd ul li a:hover {
	color:#ffcc00;
	background: #2a0d65;
	background: -moz-linear-gradient(top, #003, #036);
	background: -webkit-gradient(linear, left top, left bottom, from(#003), to(#036));
	background: #cc3300;
}

dl dd{
display:none;
}

dl:hover dd{
	display:block;
}