body {
background-color : #000000;
font-family : Tahoma;
font-size : 90%;
color : #FFFFFF;
margin : 0;
padding : 0;
}

.header {
background-color : #000000;
height : 120px;
width : 100%;
}

a:link {
color : #000000;
text-decoration : none;
}

a:visited {
color : #000000;
text-decoration : none;
}

a:hover {
color : #FF0095;
text-decoration : underline;
}

.site{
background-color : #FFFFFF;
background-image : url('images/site.png');
background-repeat : repeat-x;
color : #000000;
font-family : Tahoma;
}

.texte{
color : #000000;
font-family : Tahoma;
width : 800px;
}

.barre a:link {
color : #000000;
text-decoration : none;
}

.barre a:visited {
color : #000000;
text-decoration : none;
}

.barre a:hover {
color : #FF0095;
text-decoration : underline;
}

.barre{
background-color : #FFFFFF;
color : #000000;
background-image : url('images/barre_bas.png');
background-repeat : repeat-x;
height : 18px;
width : 100%;
margin-right : 0;
margin-left : 0;
padding-right : 0;
padding-left : 0;
}

.footer{
background-color : #000000;
height : 100px;
width : 100%;
font-family : Tahoma;
font-size : 75%;
padding-top : 8px;
}

.footer a:link {
color : #FFFFFF;
text-decoration : none;
}

.footer a:visited {
color : #FFFFFF;
text-decoration : none;
}

.footer a:hover {
color : #FF0095;
text-decoration : underline;
}