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


/* L'en-tête*/

.logo
{
   position: absolute;
   width: 250px;
   height: 150px;  
   left: 30px;
   top: 15px;
   float: left;
   margin: auto;
 }

/* Les menus et les liens */

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


.accueil
{
   position: absolute;
   left: 10px;
   top: 150px;
   float: left;
   width: 240px;
}

.contact
{
  position: absolute;
   left: 10px;
   top: 200px;
   float: left;
   width: 160px;
 }
 
 .loupe_image
{
   position: absolute;
   left: 40px;
   top: 150px;
   float: left;
   width: 160px;
 }

/* Le corps de la page */

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

#loupe
{
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   position: absolute;
   left: 5px;
   top: 300px;
   float:right;
   width:160px;
   height:400px;
}

#loupe h2
{
   color: red;
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   position: absolute;
   left: 10px;
   top: 20px;
   float:right;
   width:150px;
   height:70px;
}

#loupe h3
{
   color: red;
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   position: absolute;
   left: 10px;
   top: 220px;
   float:right;
   width:150px;
   height:70px;
   text-decoration: blink;
}


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