/* CSS Document */
ul{list-style-type:none;}
#MainBGbasIndex{
		height:3em; 
		background:#6F89D3; 
		color:#fff; 
		clear:both;
		margin-top:5px;
}

#MainBGbas{
		height:3em; 
		background:#6F89D3; 
		color:#fff; 
		clear:both;
		margin-top:2em;
}
#NavigBas{
/* les items de navigation sont centrés sur la page */
	 margin-left: auto;
     margin-right: auto;
	 width:994px; 
	 position:relative;
	}


#NavigBas ul{
	 width:994px; 
	position:relative;
	top:1em; 
	/*left:40px;*/
}
#NavigBas li{float:left; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#NavigBas ul li a{padding:0 5px 0; color:#fff; background:#6F89D3; text-decoration:none;}
#NavigBas ul li a:hover{text-decoration:underline;}

