body
{
   width: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: black;
   background-image: url("image/carbone.jpg");
   background-repeat: repeat;
}

/* L'en-tête */

#ensemble
{
   width: 900px;
   background-color: black;
   padding: 20px;
   margin-top: 20px;
   color: white;
}
a:link
{
text-decoration: none;
color:white;
}
a:hover
{
font-size:20px;
color:white;
}
a:active
{
text-decoration: none;
color:white;
}
a:visited
{
text-decoration: none;
color:white;
}
#bandeau
{
width:900px;height:200px;background-image:url(image/bandeau.jpg);
}