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

a:hover {
color:red;
}

table {
border-color:blue;
}

form { 
padding:3px;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #C0C0C0 inset;
}

b.gras {
fond-weight:bold;
}
