/*===============================================================
    CONTENANTS  
  ===============================================================*/
#FooterPage {
  position: relative;
  padding: 0;
  width: 783px;
  margin: auto;
  height: 81px; 
  text-align: left;
  /* border: solid 1px green; */  
  Background-color: #A38383;
  z-index: 0;
}

.menufooter{
	margin: 0;
	padding: 0;
  text-decoration: none;
  font-family: Trebuchet MS, Geneva, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #FFF0C2;
	background: transparent;
	/* border: solid 1px red; */
}

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

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

#BoxAuteur {
  position: absolute;
  left: 570px;
  top: 56px;
  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;
}
