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


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


a:hover {
color:red;
text-decoration:none;
}

table {
   
    border:1px blue solid;
}

td {
   
    border:1px blue solid;
}

a.gras {
    font-weight: bold;
}
