body
{
background-image:url(fond.jpg);
background-size: cover;
font-family:Cursive
}

a:hover
{
color:red;
}

table,td,tr
{
border:2px solid blue;
}

input:text, input:email
{
padding:3px;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #C0C0C0 inset;
}

a.gras
{
font-weight:bold;
}