#en_tete
{
width: 1000px;
   height: 190px;
   background-image: url("fresque.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 60px;
}
#menu
{
float: left;
   width: 200px;
   margin-bottom: 20px;
   text-align: left;
   border: 2px solid red;
   background-color: white;
} 
#corps
{
margin-left: 210px;
   margin-bottom: 20px; 
   padding: 5px;
   text-align: justify;
   background-color: white;
}
#pied_de_page
{
width: 800px;
margin-left: 210px;
   padding: 5px;
   text-align: center;
   border: 2px solid red;
   background-color: white;
}
h1
{
text-align: center;
color: red;
}
h2
{
text-align: center;
color: red;
}
h3
{
text-align: center;
color: red;
}
h4
{
text-align: left;
color: red;
}
h5
{

}
h6
{
color: red;
text-align: center;
}
p
{
margin: 10px;
}
ul
{
color: red;
}	
li
{

}
table 
{
   margin: auto;
}
a
{
color: black;
background-color: white;
}
a:hover 
{
   text-decoration: underline; 
   color: red; 
}
td
{
text-align: justify;
}
.imageflottante
{

}
.barre
{
   text-decoration: line-through;
}
body 
{
   width: 1024px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px;
background-image: url("fond.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}