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: 35px;
    top: 250px;
   float: left;
   width: 100px; 
 }
 
 
.route
{
  position: absolute;
   left: 65px;
   top: 390px;
   float: left;
   width: 240px;
 }
 
  
  .contact
{
  position: absolute;
   left: 40px;
    top: 550px;
   float: left;
   width: 240px;
 } 
 

/* Le corps de la page */

.corps
{
   position: absolute;
   left: 240px;
   top: 150px;
   float:right;
   width:650px;
   height:250px;
   padding: 5px;
   color: white;
   text-align: justify;
   font-family: "Comic Sans Ms",Arial,Verdana,"Trebuchet MS", serif;
   font-size: 110%;
   text-indent: 30px;
   background-color: black;
}

.puce
{
   position: absolute;
   left: 60px;
   top: 247px;
   float: left;
   width:350px;
   height:350px;
   margin:auto;
   margin-left: 50px;
   color: white;
   text-align: left;
   font-family: "Comic Sans Ms",Arial,Verdana,"Trebuchet MS", serif;
   font-size: 90%;
   font-style: italic; 
   background-color: black;
 } 
 
 .corpsb
{
   position: absolute;
   left: 240px;
   top: 750px;
   float:left;
   width:650px;
   height:200px;
   padding: 5px;
   color: white;
   text-align: justify;
   font-family: "Comic Sans Ms",Arial,Verdana,"Trebuchet MS", serif;
   font-size: 100%;
   text-indent: 30px;
   background-color: black;
}

/* La déco */
 .guitare
 {
  position: absolute;
   left: 650px;
    top: 400px;
   float: left;
} 
 
 
/* Le pied de page */

#pied_de_page
{
   position: absolute;
   left: 50px;
   top: 1030px;
   float:left;
   width:560px;
   height:60px;   
   color: white;
   text-align: left;
   font-family: Arial,Verdana,"Trebuchet MS", serif;
   font-size: small;
   font-style: italic;   
}