/* CSS Document */
body
{
   width: 1000px;
   /*margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;*/    
   background-image: url("http://frebault.alcol.free.fr/Images/europe5.jpg");
   background-repeat: no-repeat;
}

a:link { color:#AA00FF; text-decoration:none; font-weight:bold; }
a:hover { color:#FF8040; text-decoration:underline; font-weight:normal; }
a:visited { color:#FF0000; text-decoration:underline; font-weight:normal; }
a:active { color:#FF80C0; text-decoration:underline; font-weight:bold; }
