<!-- 
.noJs{display:none}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu{
	/*height:0  bug IE */ 
	height: 70px;
	margin-left: 5px;
	padding-top: 5px;
	padding: 0;
	list-style-type: none;
	color: #820000;
	font-size: small;
	}
#menu dl { /* sous-menus complets */
 	/*float: left;*/
	width: 8em;
 	margin: 1px;
}
#menu dt { /* titres */
 	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd { 
 	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #820000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
}


-->
