html{
	height: 100%;
	width: 100%;
}

body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #e3fedd;
  margin: 0; 
  padding: 0;
  text-align: center;
  color: #000000;
}

p{
font: 10px Verdana, Arial, Helvetica, sans-serif;
text-align : center;
}  


.fond #Contenu {
   width: 980px;  
height : 830px;
   background: #d6f0d1;
   margin: 0 auto;
	border: 0px solid #000000;
   text-align: left;
}
#Bando{
position : absolute;
border: 0px #000 solid;
top : 200px;
background-image: url('bando.jpg');
height : 307px;
width : 980px;
vertical-align: bottom;  
}

#Client{
position : absolute;
border: 0px #000 solid;
top : 530px;
height: auto;
width : 980px;
vertical-align: bottom;  
text-align: center;
}

#Pieds{
position : fixed;
width : 980px;
margin : 2px;
border: 0px #000 solid;
bottom : 5px;
}
  