body
{
   width: 1024px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-color: black;
}

/* L'en-tête*/

#bannière
{
   width: 990px;
   height: 160px;
   background-repeat: no-repeat;
   margin-bottom: 40px;
   margin: auto;
}

/* Les menus et les liens */

a img  
{
   border: none;
   display: block;
}


.accueil
{
   position: absolute;
   left: 25px;
   top: 150px;
   float: left;
   width: 240px;
 }
 
 
.route
{
   position: absolute;
   left: 850px;
   top: 300px;
   float: left;
   width: 240px;
}
 
.dampierre
{
  position: absolute;
   left: 60px;
   top: 700px;
   float: left;
   width: 240px;
 }
 
 
/* Quelques effets sur les menus  ?*/



/* Le corps de la page */

.telefon
{
   position: absolute;
   left: 170px;
   top: 160px;
   float:right;
   width:560px;
   height:560px;
   margin:auto;
   margin-left: 50px;
   padding: 5px;   
   color: white;
}

.telefon2
{
   position: absolute;
   left: 170px;
   top: 500px;
   float:right;
   width:560px;
   height:560px;
   margin:auto;
   margin-left: 50px;
   padding: 5px;   
   color: white;
}


.corps2
{
   position: absolute;
   left: 1px;
   top: 380px;
   float:right;
   width:560px;
   height:560px;
   margin:auto;
   margin-left: 50px;
   padding: 5px;
   color: white;
}
 
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   position: absolute;
   left: 20px;
   top: 850px;
   float:right;
   width:560px;
   height:60px;
   padding: 5px;
   color: white;
   text-align: center;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   font-size: 70%;
   background-color: black;
}