var mesGestionnairesGlobaux = {

    onCreate: function(){
        Element.show('systemeAttente');
    },

    onComplete: function() {
        if(Ajax.activeRequestCount == 0){
            Element.hide('systemeAttente');
        }
    }
};
