body { 
     background-image:url("fond.jpg"); 
    }
p { 
    font-family: cursive;
    }

a:hover
{

color: red;

}

table
{

   border-color:Blue;
   font-weight:bold;

}

a.gras 
{
    font-weight:bold
}
