html * {
    font-family:'Open Sans',sans-serif;
    font-size:14px;
    color:#000;
    font-weight:400;
    line-height:1.6em;
    margin-top:6px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

a {
    color: #ED7B00;
    font-weight: bold;
}

.intro {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.paragraphe {
    text-align: center;
}