
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#liens {
	position: absolute;
	z-index: 100;
	background: url(../img/index_fond.gif) repeat-x left top;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	width: 600px;
	height: 42px;
	font-size: 0.8em;
	font-family :  Arial, Verdana, Helvetica, Geneva, sans-serif; 
	text-align: center;
}
#liens dl {
	margin-top: 13px;
	float: left;
	width: 119px;
}
#liens dt {
	color: white;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	margin-left: 1px;
}
#liens dd {
	margin-top: -2px;
	display: none;
	border: 1px solid gray;
}
#liens li {
	text-align: left;
	background: #fff;
}

#liens li a {
	color: #000;
	background: #FED3C0;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
background: #8A8A8A;
}

#liens dt a {
	color: #FFF;
	background: #8A8A8A;/*FC8857*/
	text-decoration: none;
	display: block;
	height: 16px;
	border: 0 none;
}


#liens li a:hover, #liens li a:focus{
	color: #FFF;
	background: #CC0033;/*7A4DA0*/
}

 #liens dt a:hover, #liens dt a:focus {
	background: #CC0033; /*7A4DA0*/
	font-weight: bold;
}

#menu a{
		display: none;
}