dl, dt, dd, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu {
position: relative;
bottom: 0;
left: 0;
z-index:100;
width: 100%;
height:100%;
}

#menu dl {
float: left;
width: 110px;
position: relative;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #292929;
	font: 1em "Trebuchet MS", helvetica, sans-serif;
}
#menu dd {
	background-color: #000000;
	position: absolute;
	bottom:1.5em;
	width:100%;
	-moz-opacity:0.8;
	filter: alpha(opacity=80)
	}
/* pour IE 6 */
	height : 1px;
}
/* pour les autres navigateurs */
* > .menu {
	height: auto;
}
/* pour IE 7 */
*+html .menu {
	min-height : 1px;

	
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 1px solid #1E2112;
		}
#menu li a:hover, #menu dt a:hover {
	background-color: #867A69;
}

#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	background-color: #BFBCA2;

	border: 1px solid gray;
}

a {text-decoration: none;
color: #CC6600;
color: #222;
}
