.texte h1, .cke_editable h1{
    color: #F6851f;
    text-align: center;
    font-size: 20pt;
    margin: 0;
}

.texte h2, .cke_editable h2{
    color: #17687b;
    text-align: left;
    font-size: 16pt;
    margin: 0;
}
.texte h3, .cke_editable h3{
    color: #F6851f;
    text-align: left;
    font-size: 14pt;
    margin: 0;
}
.texte h4, .cke_editable h4{
    color: #797979;
    text-align: left;
    font-size: 12pt;
    margin: 0 0 0 20px;
}
.texte h5, .cke_editable h5{
    color: #17687b;
    text-align: left;
    font-size: 12pt;
    font-style: italic;
    margin: 0 0 0 50px;
}
.texte h6, .cke_editable h6{
    color: #17687b;
    text-align: left;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 0 100px;
}
.texte ul li,
.cke_editable ul li {
    list-style-image: url('/static/img/interface/li.svg');
}
hr, .cke_editable hr{
    color: #797979;
}
pre, .cke_editable pre {
    color: #797979;
}
.texte blockquote,
.cke_editable blockquote {
    color: #17687b;
    font-style: oblique;
    margin-left: 32px;
    font-family: Georgia, "Times New Roman", serif;
}
.cke_editable {
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
}