
body {
background-color:gray; 
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */ 
color:white;
 }
#center {
background-position:50% 0%;
position: relative;
margin-left: auto;
margin-right: auto;
padding:10px 10px 10px 10px;
text-align: center; /* pour corriger le bug de centrage IE */ 
width:1024px;
background-color:black; 
}

a:{
color:white;
}

a:hover {
background-color:white;
color:black;
}

a:visited {
color:black;
background-color:gray;
}


