/*****************************************************
      Mise en page générale
******************************************************/
#mainBody{
  background: white;
	width:800px;
	margin-left: auto ;
	margin-right: auto ;
  position: relative;
  
}
#menuTable{
  padding: 0;
  top: 10px;
  position: relative;
}
body{
	background: #BDB76B;
	font-family: Arial, verdana;
	text-align: justify;
}
#mainCell{
  padding-left: 10px;
  padding-bottom: 50px;
}

/*****************************************************
      Footer
******************************************************/
#footer{
  border-top: 1px solid #BDB76B;
  padding-top: 5px;
  color: #BDB76B;
  font-size: 16px;
  text-align: center;
}
.linkFooter{
  color: #BDB76B;
}

/*****************************************************
      Page: réalisations
******************************************************/
.realisationsA{
  border: 0px;
  padding-right: 50px;
  
}
.realisationsImg{
  border: 0px;
  padding-bottom: 20px;
}

/*****************************************************
      Page: contact
******************************************************/
.link{
  color: black;
}
#roch{
  float: right;
  position: relative;
  margin-right: 50;
}

/*****************************************************
      Titres
******************************************************/

h1{
  color: #BDB76B;
  border-bottom: 2px solid #BDB76B;
  padding-top: 40px;
}
h2{
  color: #D7B369;
}
h3{
  color: #D7B369;
}


/*****************************************************
      Bannière
******************************************************/

#logo{
	width: 180px;
}

#logo img{
	width:150px;
}

.button {
	float: left;
	font: bold;
	height:200px;
	width: 130px;
	padding-right: 15px;
}


#home{
	background: url('../images/Home.jpg');
	height:200px;
	width: 130px;
}
#prestations{
	background: url('../images/Prestations.jpg');
	height:200px;
	width: 130px;
}
#realisations{
	background: url('../images/Realisations.jpg');
	height:200px;
	width: 130px;
}
#contact{
	background: url('../images/Contact.jpg');
	height:200px;
	width: 130px;
}


#home:hover{
	background: url('../images/Home_sel.jpg');
	height:200px;
	width: 130px;
}
#prestations:hover{
	background: url('../images/Prestations_sel.jpg');
	height:200px;
	width: 130px;
}
#realisations:hover{
	background: url('../images/Realisations_sel.jpg');
	height:200px;
	width: 130px;
}
#contact:hover{
	background: url('../images/Contact_sel.jpg');
	height:200px;
	width: 130px;
}

#home_sel{
	background: url('../images/Home_sel.jpg');
	height:200px;
	width: 130px;
}
#prestations_sel{
	background: url('../images/Prestations_sel.jpg');
	height:200px;
	width: 130px;
}
#realisations_sel{
	background: url('../images/Realisations_sel.jpg');
	height:200px;
	width: 130px;
}
#contact_sel{
	background: url('../images/Contact_sel.jpg');
	height:200px;
	width: 130px;
}