

/********************************************************/

#BandeMenuHaut {
 display: block;
 position: fixed;
 margin-top: 0px;
 top: 38%;
 left: 32%;
 width: 801px;
 height: 55px;
 /* z-index: 999;*/
 /* padding-top: 10px;*/  /*décalage du texte vers le bas*/
 text-align: center;
 text-indent: 0px; /*décalage du texte vers la droite*/
 font-size: 18px;
 color: #FFFFFF;
 background-color: #111;
}

  .ParamOpaciteMenu{
    filter : alpha(opacity=90); /* code en plus pour IE9 */
    opacity : 0.9;
  }
  
  .ParamOpaciteRose{
    filter : alpha(opacity=95); /* code en plus pour IE9 */
    opacity : 0.95;
  }
  
  .ParamOpaciteVert{
    filter : alpha(opacity=100); /* code en plus pour IE9 */
    opacity : 1;
  }
  

/********************************************************/  
  
 ul#MenuRubriques
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

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

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

#MenuRubriques a:link, #MenuRubriques a:visited
{
text-decoration: none;
color: #FF0FF0;
background-color: #102D49;
}

#MenuRubriques a:hover
{
text-decoration: none;
color: #FF0FF0;
background-color: #1E5388;
}


/********************************************************/

#BanniereVertFonce {
 margin-left: auto;
 margin-right: auto;
 width : 800px;
 height: 50px;
 margin-top: 55px;
 background-color: #004800;
} 

/********************************************************/

#PageCentrale {
 margin-left: auto;
 margin-right: auto;
}

/********************************************************/

#RectangleVert {
 margin-left: auto;
 margin-right: auto;
 width : 800px;
 height: 190px;
 background-color: green;
}

/********************************************************/

 
#Bande-BasPage {
 display: block;
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 32px;
 /* z-index: 999;*/
 padding-top: 10px; /*décalage du texte vers le bas*/
 text-align: center;
 text-indent: 0px; /*décalage du texte vers la droite*/
 font-size: 18px;
 color: #FFFFFF;
 background-color: #111111;
 }
/********************************************************/
