/* CSS Document */

body {
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
background-image:url(fond-ciel.jpg);
color:#669966;
/*margin-left:10%;
margin-top:10%;
margin-right:10%;
margin-bottom:10%;*/
}

a {
color:#0021FF;
}
a.hover {
color:#8000FF; }

