/* CSS by Xonoss*/
body { 
margin-top:5px;
background-image: url(bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;  
font-weight:bold;
}

a img {
border:0px;
}

a:hover img {
text-decoration:none;
background-color:none;
}

a {
text-decoration:none;
color:#FFFFFF;
}

a:hover {
color:yellow;
}

#liens 
{
width:768px;
background-color:darkblue;
max-height:50px;
color: white;
}

#corps 
{
width:768px;
background-color:lightblue;
min-height:300px;
}