html, body {
color: #00006a;
font-family: Verdana;
font-size: 16px;
background-color: #f1f2ad;
margin: 0px;
padding: 0px;

min-width: 880px;
}

h1 {
font-family: Trebuchet MS;
margin-top: 0px;
padding-top: 60px;
padding-bottom: 20px;
font-style: italic;
}

h2 {
font-family: Trebuchet MS;
margin-top: 0px;
padding-top: 30px;
font-size: 22px;
}

p {
text-indent: 40px;
}

.gras {
font-weight: bold;
font-style: italic;
}

#entete {
background-color: #3d85c8;
background-image: url(header.jpg);
background-repeat: no-repeat;
height: 117px;
}

#citation {
padding-top: 30px;
text-align: right;
padding-left: 300px;
padding-right: 50px;
font-size: 12px;
font-style: italic;
}

#navigation {
background-image: url(menu.jpg);
background-repeat: no-repeat;
width: 224px;
padding-top: 80px;
float: left;
}

#navigation li {
font-size: 13px;
font-weight: bold;
margin-left: -45px;
text-align: center;
list-style-type: none;
padding-top: 30px;
}

#navigation li a{
color: black;
list-style-type: none;
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
}

#navigation li a:hover{
text-decoration: underline;
}

#contenu {
position: relative;
border-right: 40px solid #7cc1ff;
border-left: 40px solid #7cc1ff;
background-color: #8fcaff;
margin-left: 224px;
margin-top: 0px;
margin-right: 70px;
padding-left: 20px;
padding-right: 20px;
text-align: justify;
}

#pied {
font-size: 12px;
padding-top: 80px; 
padding-bottom: 10px;
text-align: center;
}

