#notification{
}

#notification .notification_modale{
    position: fixed;
    background-color: #333;
    opacity: 0.2;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 3100;
}

#notification .notification_contenu{
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    z-index: 3101;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: none;
}

#notification .notification_ok{
    background-color: #000;
}

#notification .notification_ko{
    background-color: #990000;
}

#notification .notification_contenu button{
    margin: 0 10px;
}