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

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

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

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

    .P3 {
        color: #333333;
        font-size: 14px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 28px;
        padding: 15px;
        border: 1px dotted #ff6600;
    }



