/*Recu style*/

/* header */
.header-bloc {
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 3.8em;
    border: 1px solid #0abc76;
}

.header-bloc > p {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 2px;
}

/* content */
.content-bloc {
    display: block;
    border: 1px solid #00aaff !important;
    height: 100%;
    width: 100%;
    margin-left: 3.2em;
}
