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

h1{ 
    color: #009900 ; 
    font-size: 28px; 
    font-weight: 700;
    text-decoration-line: underline;
}

.orange{
    color: #ffffff;
    line-height: 14px; 
    text-align: justify;
    background-color: orange;
    margin-inline: 15px;
    line-height: 28px;
    text-indent: 40px;
    letter-spacing: 1px;
}

.violet{ 
    color: #993366;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
}

.noir{
    color: #333333;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: justify;
    margin-inline: 15px;
    border: 1px #ff6600 dashed;
    line-height: 28px;
}


