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

/* L'en-tête*/

#bannière
{
   width: 400px;
   height: 160px;
   position: absolute;
   left: 700px;
   top: 690px;
   float: left;
   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: 20px;
   float:left;
   width:200px;
   height:500px;
   margin:auto;
   background-image: url("../BORDURE.jpg");
}

.accueil
{
   position: absolute;
   left: 30px;
   top: 80px;
   float: left;
   width: 240px;
}

.coktail
{
  position: absolute;
   left: 60px;
   top: 200px;
   float: left;
   width: 240px;
 }
 
.contact
{
  position: absolute;
   left: 30px;
   top: 420px;
   float: left;
   width: 160px;
 }
 

/* Le corps de la page */

.corps
{
   position: absolute;
   left: 200px;
   top: 50px;
   float:left;
   width:560px;
   height:560px;
   margin:auto;
   margin-left: 50px;
   padding: 5px;
   color: white;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   background-image: url("livre_dor.jpg");
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #B3B3B3;
   text-align: center;
}

 
/* 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: 780px;
   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;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
}