body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
h1
{ font-family:Verdana;
 font-size:14px;
 color:#000000;
 text-decoration:none;
 }
.under_h1
{ font-family:Verdana;
 font-size:14px;
 color:#000000;
 text-decoration:none;
 }
h5
{ font-family:Verdana;
 font-size:12px;
 color:#000000;
 text-decoration:none;
 }
.under_h5
{ font-family:Verdana;
 font-size:12px;
 color:#000000;
 text-decoration:none;
 }
#header 
{
height: 100px;
background-color: #99cc99;
border:2px solid #ffcc66;
}
#conteneur 
{
position: absolute;
width: 100%;
background-color:#cccc99;
border:0px solid #ffcc66;
}
#centre 
{
height: 940px;
overflow:auto;
background-color:#ccffcc;
margin-left: 150px;
margin-right: 150px;
border:2px solid #ffcc66;
}
#gauche 
{
position: absolute;
left:0;
width: 150px;
}
#droite 
{
position: absolute;
right:0;
width: 150px;
}
#pied 
{
height: 30px;
background-color: #99cc99;
border:2px solid #ffcc66;
}

.menugauche 
{
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li 
{
margin-bottom: 5px;
}
.menugauche a 
{
margin: 0 2px;
color: #006600;
text-decoration: underline;
}
.menugauche a:hover 
{
text-decoration: none;
background-color: #d4f7d3;
}

.menudroit 
{
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li 
{
margin-bottom: 5px;
}
.menudroit a 
{
margin: 0 2px;
color: #006600;
text-decoration: underline;
}
.menudroit a:hover 
{
text-decoration: none;
background-color: #d4f7d3;
}