body {
    background-image:url("images/fond.png");
    background-repeat:no-repeat;
    font-family:cursive;
    font-size:18px;
}
a:hover {
    color:red;
    text-decoration:none;
}
table {
    border-color:CornflowerBLue;
    font-weight:bold;
}
input.input {
    padding:3px;
    border-radius:5px;
    width:200px;
    box-shadow:1px 1px 2px #C0C0C0 inset;
    font-style:italic;
}
textarea.textarea {
    padding:3px;
    border-radius:5px;
    width:400px;
    box-shadow:1px 1px 2px #C0C0C0 inset;

}
a.gras {
    font-weight:bold
}
    
