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

}
.titre1{
    color:#009900 ;
    text-decoration-line: underline;
    font-size: 28px;
    text-decoration-style: bold;

}
 .paragraphe1{
    color: #FFFFFF;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    text-indent: 40px;
    line-height: 28px;
    background-color: orange;
    padding: 15px;

 }
 .paragraphe2{
    color: #993366;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    text-decoration-style: bold;
    text-transform: uppercase;
    

 }

 .paragraphe3{
    color: #333333;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 15px;
    

 }
 .bordure{ 
    border-style: dotted;
    border-color:#ff6600;
    border-width: 1px;

 }