body {
 height: 590px;
 width: 800px;
background-color: #FAFAFA;
}

/* style pour la bannière */
div.bann {
 position: absolute;
 width: 1024px;
 height: 100px;
 top: 10px;
 left: 0px; 
}
.at1 {
position:absolute;
top:10px;
left:0px;
height:100px; /*Hauteur*/
width:86px;/* Largeur */
} 

.at2{

position:absolute;
left:86px;
top:10px;
height:100px; /*Hauteur*/
width:262px;/* Largeur */
}

.at3 {

position:absolute; 
top:10px;
left:348px;
height:100px; /*Hauteur*/
width:229px;/* Largeur */
} 
.at4{
position:absolute; 
top:10px;
left:587px;
height:100px; /*Hauteur*/
width:195px;/* Largeur */
}
.at5{
position:absolute; 
top:10px;
left:779px;
height:100px; /*Hauteur*/
width:245px;/* Largeur */
}
/* style pour le pied de page */
div.piedpage {
 position: absolute;
 left: 0px;
 top: 110px;
 width: 1024px;
 height: 495px;
 background-image: url(medias/bas.jpg);
 background-position: 0% 0%;
 background-repeat: no-repeat;
}
