/**** Insérer ici le CSS pour la preview live du style lors de la rédaction d'articles avec CK Editor **/
div.encadre.left {
    width: 47.73333%;
    float: left;
    margin-right: 4.8%;
}
div.encadre.right {
    float: right;
    width: 47.73333%;
    margin-left: 4.8%;
}
div.encadre.wide {
    width: 100%;
}
span.violet {
    color: #933161;
}
.encadre {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 1.2em;
    padding: 40px;
    background: white;
    margin-bottom: 1.4em;
    color: #000;
}
.cadre {
    line-height: 1.6;
    text-align: left;
    padding : 15px 40px;
    background: white;
    color: #000;
}
h3.violet {
    background-color: #8d2363;
    color: #fff;
    margin: 0;
    margin-top: 40px;
}
div.cadre{
    margin-bottom: 1em;
}