 
  body {
    color: blue;
    background-color: yellow;
font-family: Georgia, "Times New Roman",
          Times, serif;
font-size: 1.2rem;

 }
 
img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }

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

#BandeMenuHaut {
 display: block;
 position: fixed;
 margin-top: 0px;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 130px;
 /* 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: 1.05rem;
 color: #FFFFFF;
 background-color: green;
}

  .ParamOpaciteMenu{
    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: blue;
background-color: yellow;
}

#MenuRubriques a:hover
{
text-decoration: none;
color: red;
background-color: blue;
}



