body
{
   width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 20px;
   background-color: black;
}
/* L'en-tête */

#en_tete
{
   width: 800px;
   height: 120px;
   background-repeat: no-repeat;
}

/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 100px; /* Très important : donner une taille au menu */
   text-align: left;
   font-family: Times;
   font-size: 10px;
   color: white;
   margin-top: 40px;
}

/* Le corps */   
#corps
  {
margin-left: 150px;
margin-bottom: 1px;
padding: 5px;
width: auto;
height: 600px;
background-image: url("Images/marron.png");
background-repeat: no-repeat;
background-position: 5px 50px;
}

#corps h2
{
 text-align: center;
 font-size: 15px;
}

#corps li
{
 list-style-type: none;
 list-style-position: inside;
}

#centre
{
 text-align: center;
 height: 50px;
 width: 150px;
 margin: auto;
}

#bas
{
 text-align: center;
 height: auto;
 width: auto;
 margin-top: 170px;
}

h1
{
font-size: 20px;
color: white;
}

.item
{
 position: absolute;
}

.imageflottante
{
float: right;
margin-top: 50px;
}
.image_entete
{
float: center;
margin-top: 10px;
}

#pied_de_page
{
   margin-top: 10px;
   padding: 5px;
   text-align: center;
   color: black;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;
   font-size: 10px;
}

.navigation {
      margin: 0;
      padding: 0;
      list-style: none;
      background: none;
      color: #fff;
      width: 150px;
      font: 1.1em "Trebuchet MS", sans-serif;
      }
   .navigation a, .navigation span {
      display: block;
      padding: 4px 10px;
      color: #fff;
      text-decoration: none;
      background: #000 url(menu-item.png) left bottom no-repeat;
      }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
      background-image: url(menu-item.png);
      }
   .navigation .open a, .navigation .open span {
      background-image: url(menu-item.png);
      }
   .navigation a:hover, .navigation a:focus, .navigation a:active {
      text-decoration: underline;
      }
   .navigation .subMenu {
      font-size: .8em;
      background: purple url(subMenu.png) 0 0 repeat-x;
      font-size: .9em;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #666;
      }
   .navigation ul.subMenu a {
      background: none;
      padding: 3px 20px;
      }
