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-image: url("BANNIERE.png");
   background-repeat: no-repeat;
   margin-bottom: 40px;
   margin: auto;
   }

/* Les menus et les liens */

a img                                       
{
   border-style: none; /* Pas de bordure */
   display: block;
}

.icones
{
   position: absolute;
   left: 16px;
   top: 180px;
   float:left;
   width:200px;
   height:500px;
   margin:auto;
   background-image: url("../BORDURE.jpg");   
}

.accueil
{
  position: absolute;
   left: 25px;
    top: 220px;
   float: left;
   width: 240px;
 }
 
 
.route
{
  position: absolute;
   left: 50px;
   top: 300px;
   float: left;
   width: 240px; 
 }


 
.dampierre2
{
  position: absolute;
   left: 40px;
   top: 780px;
   float: left;
   width: 200px;   
 }
 
 
  .prestation
{
  position: absolute;
   left: 50px;
    top: 410px;
   float: left;
   width: 240px;
 }
 

/* Le corps de la page */

.corps
{
   position: absolute;
   left: 240px;
   top: 150px;
   float:right;
   width:700px;
   height:400px;
   margin:auto;
   margin-left: 0px;
   color: white;
   text-align: center;
   font-family: "Comic sans Ms",Arial,Verdana,"Trebuchet MS", serif;
   font-size: 150%;
   background-color: black;
}

.soir
{
   margin-left: 240px;
   text-align: left;
   font-size: 80%;
}

.midi
{
   margin-left: 240px;
   text-align: left;
   font-size: 80%;
   }
   
.bar
{
   margin-left: 240px;
   text-align: left;
   font-size: 80%;
   }
   
#telefon
{
   font-size: 120%;
}   
   
   .corps1
{
   position: absolute;
   left: 200px;
   top: 600px;
   float:right;
   width:600px;
   height:80px;
   margin:auto;
   margin-left: 50px;
   padding: 5px;
   color: white;
}
 
   
 .corps2
{
   position: absolute;
   left: 280px;
   top: 705px;
   float:right;
   width:650px;
   height:300px;
   margin:auto;
   margin-left: 0px;
   color: white;
   text-align: center;
   font-family: "Comic sans Ms",Arial,Verdana,"Trebuchet MS", serif;
   font-size: 130%;
   background-color: black;
}

/* 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: 1050px;
   float:right;
   width:560px;
   height:60px;
   padding: 5px;
   color: white;
   text-align: center;
   font-family: Arial,Verdana,"Trebuchet MS", serif;
   font-size: small;
   font-style: italic;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
}