diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index 10e3456bd8b17462c13ca584326dbb3c009069aa..f93230defce05c2f36db29f85920009bb0e664bf 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -106,7 +106,7 @@ function debut_cadre($style, $icone = "", $fonction = "", $titre = "", $id="", $
 	."'$style_cadre>";
 
 	if ($spip_display != 1 AND $spip_display != 4 AND strlen($icone) > 1) {
-		$ret .= "\n<div style='position: absolute; top: -16px; $spip_lang_left: 10px;z-index:100;'>";
+		$ret .= "\n<div style='position: absolute; top: -16px; $spip_lang_left: 10px;z-index:1;'>";
 		if ($fonction) {
 			$ret .= "\n<div " . http_style_background($icone, "no-repeat; padding: 0px; margin: 0px") . ">"
 			. http_img_pack($fonction, "", "")