ul#menuBase {
	position:absolute;
	left: 50%; 
	top: 180px;
	width: 950px;
	height: 25px;
	margin:0;
	margin-left: -472px; /* moitié de la largeur */
	padding:0;
	list-style-type:none; 
	bor der:1px solid red;
	cursor:default;
}
ul#menuBase li { float:left; text-align:center;list-style-image:none; margin:0 5px 0 0; width:90px;}
ul#menuBase li a {
	line-height:25px;
	width:90px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	letter-spacing:1px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	te xt-indent:-5000px;
	background: url('../graphs/menu.gif') no-repeat;
	background-position:center center;
	bor der-right:1px solid blue;
}
ul#menuBase li a:hover{color:#000000;}
#menuFlottant, #menuFlottant2 {
	FONT-SIZE:11px;LINE-HEIGHT:12px;FONT-FAMILY:Verdana;COLOR:#ff0000;TEXT-DECORATION: none;
	background-repeat:repeat-y;
	width:150px;
	background-color:#3C9BAD;
	background-image:none;
	background-position:center;
	position:absolute; top:220px; left:0px;
	padding:0px 0 0px 0px;border:1px solid #D2D2D2;z-index:10;
	border:1px solid #ffffff;
	list-style:none;
	margin:0; padding:2px;
	display:none;
	cursor:default;
}
/*#menuFlottant2 { background-image:none; }*/
#menuFlottant li, #menuFlottant2 li{
	list-style:none; padding:3px;
	background-position:right center;
	background-repeat:no-repeat;
	color:#FFFFFF; font-weight:bold; font-size:10px;
}
#menuFlottant li a, #menuFlottant2 li a{ color:#FFFFFF; font-weight:bold; font-size:11px;}
#menuFlottant li a:hover, #menuFlottant2 li a:hover{ text-decoration:none; color:#FFFFFF; font-weight:bold;}
#menuFlottant li.separator, #menuFlottant2 li.separator{ height:1px; font-size:1px; line-height:1px; padding:0; margin:0; }
#menuFlottant li.separator hr, #menuFlottant2 li.separator hr{ color:#ffffff; height:1px; margin:0; padding:0; }
.childMenu {
	margin:0; padding:0;
	display:none;
}
