/* CSS Document */

div#site {
background-color: #B4DD0E;
background-repeat:no-repeat;
background-position:top left;
height: 600px;
}
#pied {
position: absolute;
top: 580px;
left: 600px;
}
.navigation {
position: absolute;
top: 570px;
left: 0px;
}
.navigation a, .navigation a img{
text-decoration:none;
border: none;
}
.contenu {
width: 650px;
height: 400px;
position: absolute;
top: 100px;
left: 200px; 
overflow: auto;
padding-right: 10px;
}
.titre-mention {
font-size: 18px;
font-weight: bold;
position: absolute;
top: 50px;
left: 500px;
color:#339900;
}
.contenu p, .contenu a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: justify;
}
.contenu h3{
font-size: 12px;
text-indent: 20px;
margin-top: 5px;
margin-bottom: 3px
}
#logo{
z-index:20;
}
