
.cke_editable {
    padding : 10px;
}

.cke_editable h1 {
    font-family: arial;
    font-weight: bold;
    color: #0064A5;
    font-size: 25px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom : 20px;
}

.cke_editable h2 {
    font-family: arial !important;
    color: #0064A5!important;
    font-size: 18px!important;
    margin-bottom : 20px!important;
    font-weight: bold!important;
}

.cke_editable h4 {
    margin-bottom : 10px;
}

.cke_editable p, .cke_editable p .a_lexique  {
    font-family: arial!important;
    font-size: 13px!important;
    color: #737373!important;
}

.cke_editable p a {
    color       : #0064A5;
    font-weight : bold;
    text-decoration: underline;
}

.cke_editable p .a_lexique {
    /*color       : inherit;*/
    font-weight : bold;
}

.cke_editable p a:hover {
    text-decoration : underline;
}

.cke_editable h3 a {
    color       : #EFAD00;
}

.cke_editable h3 a:hover {
    text-decoration : underline;
}

.cke_editable h2 a {
    color : #0064A5;
}

.cke_editable h2 a:hover {
    text-decoration : underline;
}

.cke_editable li a {
    color : #0064A5;
}

.cke_editable li .a_lexique {
    color : inherit;
}

.cke_editable li a:hover {
    text-decoration : underline;
}

.cke_editable .encadre_bord_gris {
    padding : 0 10px;
}

.cke_editable .encadre_bord_gris:after {
    clear   : both;
    content : ' ';
    height  : 1px;
    width   : 1px;
    display : block;
}

.cke_editable .encadre_bord_gris img {
    margin-right : 10px;
}

.cke_editable strong {
    font-weight : bold;
}

.cke_editable ul li {
    list-style-type     : disc;
    list-style-position : inside;
    margin-top          : 6px;
    color               : #737373;
}

.cke_editable ul li p {
    display : inline-block;
}

.cke_editable em {
    font-style : italic;
}

.cke_editable em strong {
    font-style : italic;
}

ol {
    list-style-type     : decimal;
    list-style-position : inside;
    color: #737373;
    font-family: arial;
    font-size: 13px;
}

ol li {
    font-family: arial;
    font-size: 13px;
    color: #737373;
}

ol li a {
    font-weight: bold;
    color : #0064A5 !important;
}

.encadre_gris {
    background: #EEEEEE !important;
    padding: 12px !important;
}

.footer .cke_editable {
    padding: 0;
}

.footer .cke_editable p {
    font-family: arial!important;
    font-size: 13px!important;
    color: #ffffff!important;
}

.footer .cke_editable p.titre {
    font-family: arial!important;
    font-size: 20px!important;
    color: #ffffff!important;
    font-weight: bold;
}

.footer .cke_editable a {
    font-family: arial!important;
    font-size: 13px!important;
    color: #ffffff!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer .cke_editable a:hover,
.footer .cke_editable a:focus {
    color: #FCC400!important;
}

.footer .cke_editable a:active {
    color: #EFAD00!important;
}