/** custom css for SimpleBlog **/
/* MISE EN PAGE */
.simpleblog__post h2 {
   margin-top : 60px; 
   color: #8EA295;
}

.simpleblog__post h3 {
   margin-top: 30px;
}

.simpleblog__post img {
   margin-top: 20px;
   margin-bottom: 20px;
}

/* SOMMAIRE */
#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 20px;
    width: 100%;
   margin-top: 5em;
}

.toc_title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0 !important;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}

/* INFORMATION */
.revisions {
    background-color: #ececec;
    padding: 15px;
    margin-top: 10px;
}

.clause {
    background-color: #ececec;
    padding: 15px; 
    margin-bottom: 25px; 
}

.terminologie{
    background-color: #e5989b;
    padding: 15px; 
    margin-bottom: 25px; 
}