/*===============================================================
    CONTENANTS  
  ===============================================================*/
#HeaderPage {
  position: relative;
  padding: 0;
  width: 783px;
  max-width: 783px;
  margin: auto;
  height: 198px; 
  text-align: left;
  /* border: solid 1px green;  */
  Background-color: #A38383;
  z-index: 0;
}

#BoxLogo {
  position: absolute;
  left: 8px;
  top: 4px;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 145px;
  /* border: solid 1px yellow;  */
  background: url('../images/logo_dyn.gif') no-repeat top left;
  z-index: 6;
}

#BoxVotreFabricant {
  position: absolute;
  left: 26px;  /* 206px; */
  top: 12px;
  margin: 0;
  padding: 0;
  width: 514px; /* 334px; */
  height: 158px; /* 145px; */
  /* border: solid 1px yellow;   */
  background: url('../images/page/votre_fabricant_fr.gif') no-repeat top left;
  z-index: 5;
}

#BoxMasqueImage {
  position: absolute;
  left: 542px;
  top: 12px;
  margin: 0;
  padding: 0;
  width: 230px;
  height: 175px;
  /* border: solid 1px yellow; */
  background: url('../images/page/masque_image.gif') no-repeat top left;
  z-index: 4;
}

#BoxImage {
  position: absolute;
  left: 547px;
  top: 17px;
  margin: 0;
  padding: 0;
  width: 220px;
  height: 165px;
  /* border: solid 1px blue; */
  background: url('../images/page/photo/1.jpg') no-repeat top left;
  z-index: 3;
}

#BoxCopyright {
  position: absolute;
  left: 21px;
  top: 153px;
  margin: 0;
  padding: 0;
  width: 111px;
  height: 12px;
  /* border: solid 1px red; */
  background: url('../images/page/copyright.jpg') no-repeat top left;
  z-index: 6;
}

.BoxDrapeaux {
  position: absolute;
  top: 149px;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 13px;
  border: 0;
  /* border: solid 1px red; */ 
  z-index: 6;
}