/* 
//==================================================================================================================================================================
// Librairie d'affichage de loading (invite à patienter pendant un chargement)
//==================================================================================================================================================================
// No modif	! Référence (GLPI)	! Version	! Auteur	! Explication
//==================================================================================================================================================================
// PA-02042013	! GLPI#3658		! 1.3658	! PA		! Création de la librairie
//==================================================================================================================================================================

// Ajout version - numero_tag_SVN.numero_GLPI
// $version = "1.3658"; // 
*/

/*.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 256, 256, 256, .8 ) 
                url('images/loading.gif') // Autres gif sur http://www.lettersmarket.com/view_blog/a-4-high_quality_ajax_loader_images.html 
                50% 50% 
                no-repeat;
}*/
body.loading {
    cursor:wait;
}
/*body.loading .modal {
    display: block;
}*/