@charset "windows-1252";   

div#bandeau {
width: 100%; 
height: 8%; 
background-color: darkgray;

font-family: Arial Black; 
font-size: x-large; 
text-align: center ;
}

div#contenu {
width:100%;

background-color:silver;
}

div#piedpage {
width: 100%; 
height: 2%; 
margin-top: 5px; 
font-size: xx-small; 
text-align: center ;
background-color: darkgray
}
