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

} 
h1{
    font-size:28px;
    font-weight :bold ;
    text-decoration : underline ;
    color:#009900;
}
.p1{
    background-color:orange;
    font-size:14px;
    color: #FFFFFF;
    text-align :justify ;
    letter-spacing : 1px ;
    text-indent : 40px ;
    line-height :28px ;
    padding : 15px ;

}
.p2{
    color: #993366;
    font-size:16px;
    font-weight :bold ;
    text-transform : uppercase;
    line-height :25px ;
    text-align :center ;
}
.p3{
    color: #333333;
    font-size:14px;
    letter-spacing : 2px ;
    text-align :justify ;
    padding : 15px ;
    border : 1px dashed #ff6600 ;
    line-height :28px ;
}