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

#menu-haut
{
	position: absolute;
	top: 0px;
	z-index:100; 
	width:894px; /* Opera */
	font-family:Arial, Helvetica, sans-serif;
	
}

#menu-haut dl
{
	float: left;
	width: 127px;
}

#menu-haut dt
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	font-size:12px;
	height:20px;
	background:url('images/bg_menu.png');
	background-repeat:no-repeat;
	background-position:top left;
	color: #003366;
}

#menu-haut dd
{
	display: none;
	border: 1px solid gray;
}


#menu-haut li a, #menu-haut dt a
{
	display: block;
	height: 100%;
	color: #000066;
	text-decoration: none;
	border: 0 none;
	font-size: 11px;
}

#menu-haut li
{
	text-align: left;
	background: #fff;
	text-indent: 11px;
}

#menu-haut li a:hover, #menu-haut li a:focus, #menu-haut dt a:hover, #menu-haut dt a:focus
{
	background: #eee;
}

