/******************************Code CSS*******************************/
#PageCentrale {
margin-top: 00px;
 margin-left: auto;
 margin-right: auto;
}
/********************************************************/
#BandeMenuHaut {
	display: block;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 30%;
	width: 40%;
	height: 30px;
	z-index: 999;
	padding-top: 0px;  /*decalage du texte vers le bas*/
	text-align: center;
	text-indent: 0px; /*decalage du texte vers la droite*/
	font-size: 18px;
	color: #F4C430;
	background-color: #679F5A;
}

  .ParamOpaciteMenu{
    filter : alpha(opacity=50); /* code en plus pour IE9 */
    opacity : 0.99;
  }
  
/********************************************************/  
  
 ul#MenuRubriques
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 5px;
}

#MenuRubriques li
{
display: inline;
list-style-type: none;
}

#MenuRubriques a {
padding: 3px 10px;
}

#MenuRubriques a:link, #MenuRubriques a:visited
{
text-decoration: none;
color: #FFFFFF;
background-color: #679F5A;
}

#MenuRubriques a:hover
{
text-decoration: none;
color: #4CA66B;
background-color: #81F79F;
}
#container #mainContent #tablo {
	text-align: center;
}


/******************************Fin Code CSS****************************/
</style>--> 