#haut
{

}
  #banniere
  {
    height:183px;
    background:url("../images/banniere.png") no-repeat top center;
  }

    #pub
    {
      display:none;
    }

#menuh
{
  height:25px;
  background:url("../images/menuh.png") no-repeat center;
  font-size:0px;
  text-align:center;
}

#milieumenu
{
  min-height:400px;
  background:url("../images/milieu.png") repeat-y center;
  padding-left:5px;
  padding-right:5px;
}

  #menuv
  {
    float:left;
    width:180px;
    padding:10px;
  }

  #contenu
  {
    padding:10px;
    padding-left:210px; /* Même taille que width de menuv + 20(padding menuv) 15 (padding-left contenu)*/
  }

#bas
{
  clear:both;
  height:37px;
  background:url("../images/bas.png") no-repeat center;
  padding:10px;
}

  #textebas
  {
    height:30px;
    text-align:center;
    color:#C9EEFE;
  }