body{
    font-family: Arial; 
    font-size: 12px; 
    background-image:url(images/fond.jpg)
}
h1{
    color: #009900; 
    font-size: 28px; 
    font-style: bold;
    text-decoration: underline;
}
.paragraphe1{
    color: #ffffff; 
    font-size: 14px; 
    text-align: justify; 
    letter-spacing: 1px; 
    text-indent: 40px; 
    line-height: 28px; 
    background: orange; 
    margin: 15px;
}
.paragraphe2{
    color: #993366; 
    font-size: 16px; 
    font-style: bold; 
    text-transform:uppercase; 
    line-height: 25px; 
    text-align: center;
}
.paragraphe3{
    color: #333333; 
    font-size: 14px; 
    letter-spacing: 2px; 
    text-align: justify; 
    margin: 15px; 
    border: 1px; 
    border-style: dashed; 
    border-color: #ff6600; 
    line-height: 28px;
} 