html{
height:100%;
}
body{
height:90%;
width:100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
background-image: url(images/background_header.jpg);
background-repeat: repeat-x;
background-position: top right;
}
#logo{
width: 500px;
height: 170px;
position:absolute;
top: 0px;
left: 0px;
background: url(images/left.jpg) no-repeat;
}
#en_tete{
height: 170px;
background: url(images/header.png) no-repeat bottom right;
border-bottom: 10px solid #339933;
}
#menu{
width: 20%;
float: left;
}
#sous_menu{
margin-top: 20px;
}
#sous_menu a{ 
color: #003366;
text-decoration: none;
}
#sous_menu a:hover{
color: #000000;
font-weight: bold;
}
#sous_menu li{
margin-top: 10px;
list-style-type: square;
color: #00CC00;
}
#corps{
margin-left: 23%;
margin-right: 0;
margin-top: 1%;
text-align: justify;
}
#corps li{
margin-top: 15px;
list-style-type: square;
color: #003366;
}
#corps a{
color: #339933;
font-weight: bold;
text-decoration: underline;
}
#corps a:hover{
text-decoration: none;
}
#corps p{
margin-right: 15px;
}
h3{
color: #ffffff;
font-style: italic;
background-color: #003366;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px; 
}
.soustitre{
font-weight: bold;
color: #003366;
margin-top: 30px;
border-bottom: 1px solid #003366;
}
