/*===============================================================
    CONTENANTS  
  ===============================================================*/
#FooterPage {
  position: relative;
  padding: 0;
  width: 783px;
  margin: auto;
  height: 51px; 
  text-align: left;
  /* border: solid 1px green; */  
  Background-color: #A38383;
  z-index: 0;
}

.W3c{
  position: absolute;
  width: 100%;
  height: 31px;
  top: 10px;
  text-align: center; 
  /* border: solid 1px yellow;   */
  z-index: 1;
}

#BoxAuteur {
  position: absolute;
  left: 570px;
  top: 20px;
  margin: 0;
  padding: 0;
  width: 193px;
  height: 16px;
  /* border: solid 1px red; */
  background: url('../images/page/author.jpg') no-repeat top left;
  z-index: 1;
}