body {
color : #000000;
background-color : #FF0000;
background-image : url('images/fond.png');
background-position : center;
background-repeat : repeat-y;
font-family : Tahoma;
font-size : 14px;
text-align : center;
margin-top : 0;
padding-top : 0;
}

a:link {
color : #000000;
text-decoration : none;
}

a:visited {
color : #000000;
text-decoration : none;
}

a:hover {
color : #FF0000;
text-decoration : underline;
}

.footer {
color : #000000;
font-style : Tahoma;
font-size : 10px;
text-align : center;
}
