.maintenance{
    display: none;
}

#msg_error {
    display: none;
}

/* Widget absent homepage */
.absence_1{
    color: #d9534f;
}

.absence_2{
    color: black;
}

.absence_3{
    color: #ed9c28;
}

.absence_4{
    color: #5cb85c;
}

.absence_5{
    color: #5bc0de;
}

.absence_6{
    color: #3A00F7;
}
/****** Loading ****/
/*
#loading{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #999;
    z-index: 1000;
    opacity: .7;
    display: none;
}

#loading_img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

*/

/* Fin du widget absent homepage */

#loading{
    position:absolute;
    width: 100%;
    height: 100%;
    display:none;
    text-align: center;
    background: #9fbfdf;
    opacity: .5;
    z-index:1000;
}
#loading img{
        width:200px;
         margin:150px auto;
}

#save_modif{
    display: none;
}