body {
background-color : #FFFFFF;
background-image : url('images/fond.gif');
background-position : center;
background-repeat : repeat-y;
color : #000000;
font-family : Tahoma;
font-size : 14px;
text-align : center;
margin-top : 0;
margin-bottom : 0;
}

a:link {
color : #000000;
text-decoration : none;
}

a:visited {
color : #000000;
text-decoration : none;
}

a:hover {
color : #CC0000;
text-decoration : underline;
}

.header {
background-color : #E9F47B;
background-image : url('images/header.png');
background-position : center;
background-repeat : no-repeat;
width : 840px;
height : 150px;
}

.menu {
background-color : #E9F47B;
text-align : center;
width : 840px;
color : #000000;
font-family : Tahoma;
font-size : 15px;
}

.site {
background-color : #E9F47B;
text-align : justify;
width : 800px;
color : #000000;
font-family : Tahoma;
font-size : 14px;
}

.footer {
background-color : #E9F47B;
background-position : center;
background-repeat : no-repeat;
width : 840px;
height : 150px;
margin-bottom : 0;
padding-bottom : 0;
font-size : 11px;
}