body{
    background-image: url(images/fond.jpg);
    font-family:Arial;
    font-size: 12px;    
}
h1{
    background-color: black;
    color : white;
} 
h2{
    text-decoration: underline;
    color : red;
}
p{
    line-height :25px;
    text-align:justify;
}
