body { 
margin:20px 0px 0px 0px;
background-color:#ffffff; 
font-weight:200; 
font-family:Arial; 
font-size:12pt; 
color:black;
background-image:url(gfx/back.jpg);
background-repeat:repeat-x;
background-position: top center;
background-attachment: fixed;
}

table.cadre {
    width: 800px;
    background-color: white;
}

table.bordure {
    border: solid #000000 1px;
}

td.barre {
background-color: black;
color:white;
font-size:8pt;
height:20px;
}

td.logo {
background-image:url(gfx/logo.jpg);
background-repeat:no-repeat;
height:157px;
}

a {color:#ff0084; text-decoration:underline;}
a:visited {color:#ff0084; text-decoration:underline;}
a:hover {color:#ff85c4; text-decoration:none;}
