function afficherFichesProdParOrg(idOrg){
    f=function(){
        document.getElementById("divFichesProd").innerHTML = xhreq.responseText;
    }
    
    req_ajax('../../ajax/a_liste_fichesprod.php', '?idOrg='+idOrg, f);
    
}
