
.aside-left {
    width : 40 px;
    position: absolute;
}

.aside-right {
    margin-left : 80px; 
}

.justif-center {
    text-align : center;
}

.entete {
    text-align : center;
    padding : 5px;
}

.principal {
    background-color: #EEEEEE;
    padding : 5px;
}

.ul-menu {
    list-style-type: none;
}

.ul-menu li a {
    background-color: #D1D1D1;
}

.ul-menu li a:hover {
    background-color: #f1f1f1;
}

#ajaxSpinnerImagex {
    display: none;
}

.loading_spinner {
    display: block;
    background: url(/rc/ajax-loader.gif) no-repeat center middle;
    width: 124px;
    height: 124px;
    margin: 0 auto;
}
/* Hide all the children of the 'loading' element */
.loading_spinner * {
    display: none;  
}

.last_ref {
    background-color : #a7fffb !important;
}
