/*
Theme Name: Thème de Micro-Pointe
Author: Micro-Pointe
Author URI: https://www.micro-pointe.fr
Description: Notre nouveau thème
*/

@import url('../style.css');

.post_content, .mceContentBody {
    font-family: "Open Sans", "Helvetica", "sans-serif";
    font-size: 16px;
    color: black;
}

.post_content .alignleft, .mceContentBody .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.post_content .aligncenter, .mceContentBody .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post_content .alignright, .mceContentBody .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5 {
    font-family: "Open Sans", "Helvetica", "sans-serif";
}


.post_content a, .mceContentBody a {
    text-decoration: underline;
}

.post_content .titre_actu, .mceContentBody .titre_actu {
    color: #0f70b7;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.post_content .titre_rubrique, .mceContentBody .titre_rubrique {
    color: #0f70b7;
    font-size: 18px;
    font-weight: bold;
}

.post_content img, .mceContentBody img {
    vertical-align: baseline;
}

.post_content .actu_normal, .mceContentBody .actu_normal {
    font-size: 16px;
}

.post_content .actu_normal_gras, .mceContentBody .actu_normal_gras {
    font-size: 16px;
    font-weight: bold;
}

.post_content .actu_surligne, .mceContentBody .actu_surligne {
    font-size: 16px;
    color: #e46c0a;
}

.post_content .actu_surligne_gras, .mceContentBody .actu_surligne_gras {
    font-size: 16px;
    font-weight: bold;
    color: #e46c0a;
}

.post_content .actu_rappel, .mceContentBody .actu_rappel {
    font-size: 16px;
    font-style: italic;
    color: #444444;
}
