.cadre_notification{
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 5px;
}

.cadre_notification .titre{
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.cadre_notification .contenue{
    padding-top: 20px;
}

.cadre_alerte{
    background: #fff;
    width: 100%;
    height: auto;
    padding-top: 20px;
}
