html {margin: 0;}

body {
background-image: url('../images/fonddepage.png');
background-repeat:repeat-x;
background-color:#999999;
padding: 0; 
margin:0px;
}

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

a:hover {
text-decoration: underline overline;
color: #FF3131;
}

