body
{
   width: 780px;
   margin: auto;
   margin-top: 25px;
   margin-bottom: 10px;    
   background-color: #808080;
   font-size: 15px;
}

#en_tete
{
   width: 780px;
   height: 150px;
   background-image: url("images/serie-6.jpg");
}

#corps
{
   width: 780;
   color: black;
  background-color: white;

  margin: auto;
}


#pied_de_page
{
  color: white;
  width: 780px;
  text-align: center;
  background-color: #9aaaaa;
}

li
{
text-align: left;
}

.left 
{
float: left;
}

img
{
border: none;
}

a
{
text-decoration: none;
color: black;
}

a:hover
{
color: red;
}

.gauche
{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

p:first-letter
{
font-size: 150%;

}

table.menu
{
border: 2px solid black;
text-align: left
}

th.menu
{
color: white;
background-color: #9aaaaa;

}



h1
{
background-color: #9aaaaa;
text-align: center;
color: white;
width: 100%;
}

a.menu
{
color:white;
}


