body { 
margin:20px 0px 0px 0px;
background-color:#333333; 
font-weight:200; 
font-family:Arial; 
font-size:12pt; 
color:#FFFFFF;
background-image:url(gfx/back.jpg);
background-repeat:repeat;
}

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

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

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

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

a {color:#ff007e; text-decoration:underline;}
a:visited {color:#ff007e; text-decoration:underline;}
a:hover {color:#e50071; text-decoration:none;}