/*===============================================================
    CONTENANTS  
  ===============================================================*/
#Principal {
  position: relative;
  left: 14px;
  top: 0px;
  padding: 0;
  width: 753px;
  max-width: 773px;
  height: 100%;
  text-align: left;
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  Background-color: #FFF0C2;
  z-index: 10;
}

.TexteErreur {
  position: absolute;
  left: 10px;
  right: 17px;
  top: 50px;
  bottom: 20px;
  /* border: solid 1px black;  */
  z-index: 15;
}

#flashcontent {
  position: absolute;
  top: 22px;
  width: 100%;
  height: 1150px;
 /* border: solid 1px red;*/
}

#fleche {
  position: absolute;
  top: 22px;
  left: 3px;
  width: 750px;
  height: 65px;
  /*border: solid 1px red;  */
}

#InstructionGalerieSaveAs {
  position: absolute;
  top: 100px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  /* border: solid 1px black; */
}

.BoxImageIntructionGalerie  {
  position: absolute;
  right: 0;
}

.BoxIconPDF{
  position: absolute;
  width: 100%;
  height: 60px;
 /* top: 10px; */
  text-align: center; 
  /* border: solid 1px yellow; */   
  z-index: 1;
}

.Presentation_societe{
  position: absolute;
  top: 0px;
  width: 336px;
  left: 12px;
  z-index: 14;
/*  height: 300px; 
  border: solid 1px red; */
}


