/* CSS Document */
body{
  margin: 0;
  text-align: center;
  /*background-image: url(images/fond_page_centre.jpg);
  background-repeat: repeat-y;
  background-position: center;*/
}

#conteneur{
  position: relative;
  width: 1024;
  height: 768;
  margin: auto;
  text-align: left;
  background-image: url(ouest_angel.jpg);
  background-repeat: no-repeat;
}

#contact{
position: absolute;
width: 50;
height: 30;
left: 920;
top: 25;
}

