/* CSS Document */
html, body
body {
width: 790px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
   margin-bottom: 5px;    /* marge du bas */
   background-color: #d3e8fd;
}
#en_tete1
{
   margin-left: 10px;
   width: 780px;
   height: 50px;
   background-image:  url(entete1_1.jpg);
   background-repeat: no-repeat;
   image-float: center;
   margin-bottom: 10px;
   background-color: #d3e8fd;
}
#en_tete2
{
   width: 1280px;
   height: 100px;
   margin-top: 5px;
   margin-bottom: 5px;
   background-color: #d3e8fd;
}
#titre
{
margin-top: 110px;
float:left;
margin-left: 20px;
width: 600px;
heigth:75px;
margin-bottom: 0px;
background-color: #d3e8fd;
}
table
{
float: left;
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 150px; /* Très important : donner une taille au menu */
  }
#corps
{
   width: 620px;
   float: center;
   margin-top: 10px;
   margin-left: 10px;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 8px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #5d544d;
   background-color: #d3e8fd; /* Une couleur de fond pour le corps */
   border: 0 /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}
.imageflottante
{
   float: right;
}

.bannieretitre
{
float: left;
}
.imageexemple
{
float: center;
}
#pied_de_page
{
   padding: 5px;
   text-align: center;
   margin-left: 50px;
   color: #B3B3B3;
   float:left;
   width: 400px;
   height: 15px;
   background-color: #d3e8fd;
     
}
