#menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	cursor: default;
	letter-spacing: 1px;
	}
#menu dl {
	float: left;
	margin: 0;
	margin-right: 1px;
}
#menu dt {
	width:140px;
	background: #ffffcc;
	text-align: center;
	margin: 0;
	font: normal normal normal 0.7em verdana, sans-serif;
	line-height: 2em;
	border: 1px solid #edbb85;
	border-width: 1px 1px 1px 1px;
}
#menu dd {
	border: 1px solid #edbb85;
	border-width: 0 1px 1px 1px;
	display: none;	/* invisible par defaut */
	margin: 0;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	width: 140px;
	text-align: center;
	margin: 0;
	background: #ffffcc;
	font: normal normal normal 0.7em verdana, sans-serif;
}
/* hack to correct IE faulty box model */
* html #menu li {
	width:140px;
	w\idth:138px;
}
/* liens */
#menu li a, #menu dt a, #menu li a:visited, #menu dt a:visited {
	color: #008000;
	text-decoration: none;
	line-height: 2em;
	cursor: pointer;
}
#menu li.menu {
        list-style-type: none;
}
/* liens survoles */
#menu li a:hover, #menu dt a:hover {
	color:#806020;
	/*background:#ffefcf;*/
	background:#ffcc66;
}