/* base font-size corresponds to 10px and is adapted to rem unit */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', Helvetica, Verdana;
    color: #373636;
    background-color: #fff;
    font-size: 1.15em;
    line-height: 1.5;
}

a {
    text-decoration: underline;
    color:inherit;
}

    a:hover {
        text-decoration: none;
    }

.red {
    color: #e12a1f;
}

.green {
    color: #9ac027;
}

.blue {
    color:#019FE0;
}

.remove_color {
    color: inherit;
}

h1 {
    font-size: 1.7em;
    font-weight: normal;
    margin: 8px 0 20px 0;
    border-bottom: 1px solid #373636;
    padding:5px 0;

}
/*h1.underline {
    border-bottom: 1px solid #373636;
    margin-bottom: 20px;
}*/
h1.no_underline {
     margin: 8px 0 ;
     border:none;
}
h1.underline_line {
    text-decoration:underline;
   
}
h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

h3 {
    font-size: 1.3em;
    font-weight:600;
    margin: 12px 0 ;
}

h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 10px 0 10px 15px;
}
.bg_img_bleu {
    padding: 6px;
    color: #fff;
    background: url(../images/bg_menu_bleu.png) repeat-x top center;
}
h1.bg_img_bleu, h1.bg_img_vert {
    padding: 6px 10px;
    margin-left: -5px;
    margin-top: 10px;
    width: 700px;
}
