/* Add css class names below and they will show in all "Style" drop-downs */
.sous-titre {
    font-size: 16px;
    color: #646464; /*A0A0A0*/
}
.vert-gras {
    font-weight: bold;
    color: #718E39; /*8BA559*/
    padding-bottom: 8px;
}
.bleu-gras {
    font-weight: bold;
    color: #375C89; /*4F76A6*/
    padding-bottom: 8px;
}
.puces-vertes {
    list-style-image: url('../../../themes/kalyst/images/bullet-green.png');
    padding-bottom: 5px;
    margin-left: 25px; 
}
.puces-bleues {
    list-style-image: url('../../../themes/kalyst/images/bullet-blue.png');
    padding-bottom: 5px;
    margin-left: 25px; 
}
.bloc-gris {
    background-color: #F5F5F5;
    padding: 0 15px 15px 15px;
    color: #848484;
    font-size: 11px;
    margin-top: 20px;
    border: #DBDBDB 1px solid;
}
