body{
font-family: arial;
font-size: 12px;
background-image: url(image/fond.jpg) ;

}
h1{
color: #009900;
font-size: 28px ;
text-decoration: bold ;
text-decoration: underline;
}
.paragraphe_1{
    color: #FFFFFF;
    background-color: orange;
    text-align: justify;
    font-size: 14px;
    padding: 15px ;
    text-indent: 40px;
    letter-spacing: 1px;
    line-height: 28px;
}
.paragraphe_2{
    color: #936;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
}
.paragraphe_3{
    color:#333;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px;
    line-height: 28px;
    border: 1px dotted #f60
}