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("titre.jpg");
}

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


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

li
{
text-align: left;
}

.left 
{
float: left;
}

img
{
border: none;
}

a
{
text-decoration: none;
color: #393bc7;
}

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-image: url("http://www.auto-legende.com/images/barre.jpg");
}


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

h2
{
background-color: #006CAB;
text-align: center;
color: white;
width: 100%;
}

a.menu
{
color:white;
}


h3.menu
{
background-color: #006CAB;
text-align: center;
color: #FFFFFF;
width: 100%;
}

.barre
{
width:"100%";
background-image: url("http://www.auto-legende.com/images/barre.jpg");
text-align: center;
color: #FFFFFF;
}

a.rouge
{
color:#FF0000;
}