body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#en_tete
{
   width: 1024px;
   height: 250px;
      background-position: center;
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu {
width: 12em;
margin-top: 1em;
margin-left: 2em;}

#menu dt {

cursor: pointer;
margin: 8px 0;
height: 40px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 4px outset #fff;
background: #339933;
color: #fff;
}
#menu dd {
border: 2px outset black;

}
#menu li {
text-align: center;
background: #aeeab3;
}
#menu li a, #menu dt a {
color: black;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

/* Le corps de la page */

#corps
{
width: 600px;
     margin-left: 25em;
	 margin-top: 0px;     
 margin-right: 10px;
	text-align: left;
	}

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

#corps h2
{
   color: #ffffff;
   height: 30px;
   padding-left: 30px;
      text-decoration : underline;
   text-align: center;
}

#corps h3
{
   color: #ffffff;
   height: 30px;
   padding-left: 30px;
      text-decoration : none;
   text-align: center;
}

#corps h4
{
   height: 30px;
   padding-left: 30px;
   color: #ffffff;
   text-align: center;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 0px;
margin-top : 5px;
   margin-right : 250px;
   text-align: center;
 margin-left: 250px;
   color: green;
   background-color: #ecf3e9;
   
   
   
   border: 3px outset gray;
}
