body {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 7px;
  margin: 0px;
  text-align: center;
  /* border: solid 1px green; */
  background: url('../images/fond_body.jpg') top left;
  }
   
/*===============================================================
    CONTENANTS  
  ===============================================================*/
#Page {
  position: relative;
  padding: 0;
  width: 783px;
  max-width: 783px;
  height: 800px;
  margin: auto; 
  text-align: left;
  /* border: solid 1px red; */
  Background-color: #A38383;
  z-index: 0;
}


#BoxAnnonce {
 /* position: absolute; */
  padding: 0;
  margin: auto;
  top: 10px;
  width: 550px;
  height: 240px;
  background: transparent;
 /* border: solid 1px blue; */
}

#BoxPhotoAccueil {
  position: absolute;  
  padding: 0;
  margin: auto;
  top: 9px;
  left: 11px;
  width: 330px;
  height: 242px;
  background-color: #C7DBFF; 
  z-index: 11;
  /* border: solid 1px blue; */
}