
/* ----- le sommaire -------- */

div .chap_commentaire {
    color: gray;
}

div .bloc_sommaire, div .bloc_sommaire_chap {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width : 90%;
    /*height: 30px;*/
    margin-left: 30px;
    margin-bottom: 6px;
    border-bottom: 1px dotted lightgray;
    color: black;
    font-size: 0.9em;
}

a {text-decoration: none; }

div .bloc_sommaire_chap {
    margin-top: 20px;
    font-weight: bolder;
    /*border: 1px dotted lightgray;*/
    /*color: #0C8B92;*/
}

div .booktext {	float: left;	}
div .booknum {	float: right;	}
