h2.titre2FondGris, h2.titre2FondOrange, h2.titre2FondGrenat {
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 5px solid;
    font-weight: bold
    }
h2.titre2FondGris {
    border-color: #CCC
    }
h2.titre2FondOrange {
    border-color: #F7931E
    }
h2.titre2FondGrenat {
    border-color: #B20A76
    }
h3.titre3Grenat, h3.titre3Orange {
    background: url(../image/fleche_grise.png) no-repeat;
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold
    }
h3.titre3Grenat, span.grenat {
    color: #B20A76
    }
h3.titre3Orange, span.orange {
    color: #F7931E
    }
span.puce {
    background: url(../image/puce.png) left center no-repeat;
    padding-left: 10px
    }
span.puceEtoile {
    background: url(../image/etoile.png) left center no-repeat;
    padding-left: 10px;
    margin-left: 10px
    }
span.legende {
    font-size: 10px
    }
span.legende::after {
    content: "]"
    }
span.legende::before {
    content: "["
    }