dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 103px;
z-index:100;
width: 100%; /* correction pour Opera */
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#menu dl {
float: left;
width: 115px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
#menu dd {
display: none;
border: 1px solid gray;
color: #00FF33;

	
}
#menu li {
text-align: center;
	background-color: #FFFFFF;
}
#menu li a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
	font-size: larger;

}

#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	}


#menu li a:hover, #menu li a:focus {
	color: #0033FF;
	font-size: 12px;
	background-color: #F7C173;
	font-weight: bolder;
}


#menu dt a:hover, #menu dt a:focus {

	color: #083194;
}


