body{
  margin: 0px;
  background-image: url(images/fond.jpg)
}


#haut {
position: absolute;
  background-image: url(images/imagehaut.jpg);
  background-repeat: no-repeat;
  width: 300px;
  height: 101px;
  margin-left: -150px;
  left: 50%;
}

#page {
  position: absolute;
  background-image: url(images/fondpage.jpg);
  width: 300px;
  height: auto;
  margin-left: -150px;
  left: 50%;
  top:101px;
}

#icone{
  position: absolute;
  left: 50%;
  width: 116px;
  height: 93px;
  margin-left: -58px;
}
img {
  border: 0px solid #FFFFFF
}

#texte{
  padding-top:300px;
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px
}
#bouton {
 padding-top: 80px;
 text-align: center;
}
#bouton img{
  margin-top: 5px;
}


a, a:visited {;
  color: #a44c58;
  text-decoration: none
}

#partenaires {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}


