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

table.conteneur {
    width: 800px;
    background-color: #ae0053;
    background-image:url(gfx/back2.jpg);
    background-repeat:repeat-x;
    border: solid #000000 1px;
}

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

td.barre {
background-image:url(gfx/barre.jpg);
background-repeat:repeat-x;
height:40px;
vertical-align:middle; 
text-align:center;
}

table.blocpub {
    width: 708px;
    background-color: black;
    border: solid #ff007a 1px;
    background-image:url(gfx/backpub.jpg);
}

table.blocphoto {
    width: 708px;
    border: solid #ff007a 1px;
    background-color:#680031;
}

table.bloccam {
    width: 700px;
    background-color: black;
    border: solid #ff007a 1px;
}

table.disclaimer {
    width: 700px;
    background-color: black;
    border: solid #333333 1px;
}

h1 {font-size: 24px; font-weight:200; display:inline}
h2 {font-size: 15px; font-weight:200; display:inline; color:white;}

h4 {font-size: 10px; color: white; font-weight:200; display:inline}





a {color:#FFFF00; text-decoration:underline;}
a:visited {color:#FFFF00; text-decoration:underline;}
a:hover {color:#bd81ff; text-decoration:none;}
