//
document.write('<style type=text/css>') ;
document.write('body {') ;
// Fond: fixé
document.write('background-attachment: fixed; background-repeat: no-repeat; background-position: CENTER CENTER;') ;
document.write('}') ;
// Opacite: 55
document.write('table.forumline, td.bodyline { background-color: transparent; }') ;
document.write('th,td.row1,td.row2,td.row3,td.row3Right,td.cat, td.catHead, td.catLeft, td.catRight { opacity: 0.85; filter:Alpha(Opacity=85); -moz-opacity: 0.85; }') ;
document.write('</style>') ;