body{
    font-family:Arial;
    font: size 12px;
    background-image:url(images/fond.jpg);
}
h1{
    color:#009900;
    font-weight: bold;
    font: size 28px;
    text-decoration: underline;
}
.texte1{
    text-align: justify;
    color: #FFFFFF;
    background-color: orange;
    font-size: 14px;
    letter-spacing: 1px;
    line-height:28px;
    text-indent:40px;
    padding: 15px;
}
.texte2{
    text-align: center;
    color: #993366;
    font-weight: bold;
    font-size: 16px;
    line-height:25px;
    text-transform: uppercase;
}
.texte3{
    text-align: justify;
    color: #333333;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 15px;
    line-height:28px;
    border: 1px dashed #FF6600
}