body{
    font-family:Arial;
    font-size:12px;
    background:url(images/fond.jpg);
}
h1{
    color: #009900;
    font-size:28px;
    font-weight :bold;
    text-decoration : underline;
}
.paragraphe1{
    color: #ffffff;
    font-size: 14;
    text-align :justify ;
    text-indent : 40px ;
    line-height :28px ;
    background-color: orange;
    padding : 15px ;

}