diff --git a/html/js/accounting_item.js b/html/js/accounting_item.js
index d914386db..c757a3fec 100644
--- a/html/js/accounting_item.js
+++ b/html/js/accounting_item.js
@@ -75,7 +75,7 @@ function search_poste(obj)
sx=document.body.scrollTop+60;
}
- var div_style="top:"+sx;
+ var div_style="z-index:15;top:"+sx;
add_div({id:'search_account',cssclass:'op_detail',html:loading(),style:div_style});
var dossier=$('gDossier').value;