dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; 
top: 0;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
	float: left;
	width: 50px;
	height: 25px;		
}
/* TITRE PRINCIPALE */
#menu dt {	
	font-size: 11px;
	font-face: Arial;
	cursor: pointer;
	text-align: center;
	font-weight: bold;		
	color : #1b1b1b;
}

#menu dt a {
	font-size: 11px;
	font-face: Arial;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;		
	color : #1b1b1b;
}

#menu dt a:hover ,  #menu dt a:focus{
	color : #01669a;
}

#menu dd {
	position: absolute;
	display: none;
	border: 0px solid gray;
	font-size: 9px;
}
/* SOUS RUBRIQUE */
#menu li {
	cursor: pointer;
	text-align: center;
	background: #d4d4d4; /* transparent*/
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	font-size: 11px;
	font-face: Arial;
	vertical-align: middle;
	height: 20px;
}
#menu li a {
	color: #3e3f41; /**/
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 11px;
}
#menu li a:hover, #menu li a:focus {  /*#menu dt a:hover */
	background: #eee;
}



