.noJs{color:#AD0F63}
.dynmenu{
 display:none;
 position: absolute;
 z-index:100;
}

#menu{
text-align:center
}
#menu dl { /* sous-menus complets */
	FLOAT: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#menu dt { /* titres */
	BORDER-RIGHT: none;
	BORDER-TOP: none;
	FONT-WEIGHT: bold;
	BORDER-LEFT: none;
	CURSOR: pointer;
	BORDER-BOTTOM: none;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 8em;
	visibility: inherit;
	letter-spacing: 1px;
}
#menu DD  
    {display:none
    border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	width: 8em;
}
#menu DD h1 {
	margin: 0;
}
#menu DD ul li {
	margin-left: 0;
	padding-left: 0;
	visibility: inherit;
}
#menu li {
 list-style-type: none;
 text-align: center;
 background: #fff;
}
#menu li a, #menu dt a { /* liens */
 color: #fff;
 text-decoration: none;
 display: block;
 height: 100%;
 border: 0 none;
}
#menu li a:hover, #menu dt a:hover { /* liens survolés */
	background: #000;
	color: #FF0000;
}

