body {
  margin:auto;
  background-color:#e9e9e9;
  width: 900px;
  text-align: center;
}
.header {
  background-image:url('images/header.jpg');
  height:255px;
  width:900px;
  margin:auto;
}
.conteneur {
  background-image:url('images/coingauche.jpg');
  width:50px;
  height:61px;
  float: left;
}
.conteneur2 {
  background-image:url('images/coindroit.jpg'); 
  width:50px;
  height:61px;
  float: right;
}
.accueil {
   margin:auto;
  background-image:url('images/accueil.jpg'); 
  height:32px;
  width:135px;
  float: left;
}
.maison {
  background-image:url('images/maison.jpg'); 
  height:32px;
  width:132px;
  float: left;
}
.activites {
  background-image:url('images/activites.jpg'); 
  height:32px;
  width:133px;
  float: left;
}
.dispo {
  background-image:url('images/dispo.jpg'); 
  height:32px;
  width:133px;
  float: left;
}
.tarifs {
  background-image:url('images/tarifs.jpg'); 
  height:32px;
  width:133px;
  float: left;
}
.contact {
  background-image:url('images/contact.jpg'); 
  height:32px;
  width:134px;
  float: left;
}
.barre {
  background-image:url('images/barregrise.jpg'); 
  height:30px;
  width:800px;
  float: left;
}
.corps {
  background-image:url('images/corpsarepeter.jpg'); 
  width:900px;
  float: left;
}
.footer {
  background-image:url('images/footer.jpg'); 
  height:36px;
  width:900px;
  float: left;
}
