body
{
background-color: white;
width: 760px;
margin: auto; 
margin-top: 20px;  
margin-bottom: 20px;    
background-image: url("fond.jpg");
}

#en_tete
{
   width: 760px;
   height: 100px;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px outset teal;
}

#menu
{
   float: left;
   width: 120px;
   border: 2px outset teal;
}

.element_menu
{
   margin-bottom: 20px;
}

h3
{    
   color: teal;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: teal;
   text-decoration: none;
}

.element_menu a:hover
{
   color: teal;
   text-decoration: underline;
}

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   border: 2px outset teal;
}

#corps h1
{
   color: purple;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: teal;
   text-align: center;
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   border: 2px outset teal;
}

.signature
{
color: green;
font-style: italic;
}

a img
{
border: none;
}

a:hover
{
color: teal;
   text-decoration: underline;
}

h1
{
color: teal;
text-align: center;
}

h2
{
text-align: center;
color: teal;
}

p
{
color: teal;
font-weight: bold;
}

.class1
{
font-size: 120%;
}

#corps ul
{
font-size: 120%;
color: teal;
}

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

a:hover
{
   color: teal;
   text-decoration: underline;
}