@charset "utf-8";
/* CSS Document */

 
.noJs{display:none}

#menunew #menu{height:0 /* bug IE */ }
#menunew #menu dl { /* sous-menus complets */
	width: 10.5em;
	float: left;
	margin: 0 1px;
}
#menunew #menu dt { /* titres */
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	color: #004B95;
}
#menunew #menu dd {
	width: 16em; /* Opéra */
	border: 1px solid gray;
	background-color: #FFFFFF;
	margin-left: 0px;
}
#menunew #menu li {
	list-style-type: none;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: -40px;
}
#menunew #menu li a, #menu dt a { /* liens */
	color: #004B95;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menunew #menu li a:hover, #menu dt a:hover { /* liens survolés */
 background: #eee;
}

#menunew #menu dd {/* partie dynamique */
	display:none;
	position: absolute;
	z-index:100;
}

