body {
font-family : Tahoma;
font-size : 13px;
color : #0B5E4E;
background-color : #446D8C;
background-image : url('images/fond.png');
background-position : center;
background-repeat : repeat-y;
margin-top : 0;
margin-bottom : 0;
}

.haut{
background-image : url('images/haut.png');
background-position : center;
background-repeat : no-repeat;
width : 900px;
height : 50px;
font-family : Tahoma;
font-size : 11px;
}

.milieu{
background-image : url('images/milieu.png');
background-position : center;
background-repeat : repeat-y;
width : 900px;
}

.texte{
width : 800px;
height : 600px;
overflow : auto;
}

.bas{
background-image : url('images/bas.png');
background-position : center;
background-repeat : no-repeat;
width : 900px;
height : 50px;
font-family : Tahoma;
font-size : 11px;
}

a:link {
color : #0B5E4E;
text-decoration : none;
}

a:visited {
color : #0B5E4E;
text-decoration : none;
}

a:hover {
color : #0050FD;
text-decoration : underline;
}