diff --git a/ecrire/inc/actions.php b/ecrire/inc/actions.php
index bedd32e91520372b84cc56869ebcf8485c903d8b..69a7e8bd680e1ba59d67394261862035fa8cd643 100644
--- a/ecrire/inc/actions.php
+++ b/ecrire/inc/actions.php
@@ -177,7 +177,7 @@ function ajax_action_auteur($action, $id, $script, $args='', $corps=false, $args
 			$action,
 			"var_ajaxcharset=utf-8&script=$script$args_ajax");
 
-		if ($att) $clic = "\n<div$att>$clic</div>";
+		if ($att) $clic = "\n<span$att>$clic</span>";
 		return "<a href='$href'\nonclick="
 		.  ajax_action_declencheur($ajax, $ancre, $fct_ajax)
 		. ">$clic</a>";
diff --git a/ecrire/inc/editer_auteurs.php b/ecrire/inc/editer_auteurs.php
index 759011954b050893171f50f2f63388b5ca5b5583..050d501bfca75f6875f597056a429614d021f224 100644
--- a/ecrire/inc/editer_auteurs.php
+++ b/ecrire/inc/editer_auteurs.php
@@ -76,9 +76,10 @@ function editer_auteurs_article($id_article, $flag, $cherche_auteur, $ids, $les_
 
 			$legender = redirige_action_auteur("legender_auteur","0/$id_article", "articles","id_article=$id_article");
 
-			$res = "<div style='width:170px;'><span class='verdana1'><b>"
+			$clic = "<span class='verdana1'><b>$clic</b></span>";
+			$res = "<div style='width:170px;'>"
 			. icone_horizontale($clic, $legender, "redacteurs-24.gif", "creer.gif", false)
-			. "</b></span></div>\n";
+			. "</div>\n";
 		}
 
 		$res = "<div style='float:$spip_lang_right; width:280px;position:relative;display:inline;'>"
@@ -187,7 +188,7 @@ function afficher_auteurs_articles($id_article, $flag_editable, $les_auteurs)
 	$largeurs = array('14', '', '', '', '', '');
 	$styles = array('arial11', 'arial2', 'arial11', 'arial11', 'arial11', 'arial1');
 
-	return "<div class='liste'><table width='100%' cellpadding='3' cellspacing='0' border='0' background=''>"
+	return "<div class='liste'><table width='100%' cellpadding='3' cellspacing='0' border='0'>"
 	. afficher_liste($largeurs, $table, $styles)
 	. "</table></div>\n";
 }
diff --git a/ecrire/inc/editer_mot.php b/ecrire/inc/editer_mot.php
index 5f275d33bc7b0a3f6701c26131f8daf41e08d9a7..1548ee6e2de68aa2150fb63571a42d4a21d79acd 100644
--- a/ecrire/inc/editer_mot.php
+++ b/ecrire/inc/editer_mot.php
@@ -133,9 +133,9 @@ function recherche_mot_cle($cherche_mots, $id_groupe, $objet, $id_objet, $table,
 	foreach (split(" *[,;] *", $cherche_mots) as $cherche_mot) {
 	  if  ($cherche_mot) {
 		$resultat = mots_ressemblants($cherche_mot, $table_mots, $table_ids);
-		$res .= "<P>" . debut_boite_info(true);
+		$res .= "<p>" . debut_boite_info(true);
 		if (!$resultat) {
-			$res .= "<B>"._T('info_non_resultat', array('cherche_mot' => $cherche_mot))."</B><BR>";
+			$res .= "<b>"._T('info_non_resultat', array('cherche_mot' => $cherche_mot))."</b><br /></p>";
 		}
 		else if (count($resultat) == 1) {
 			$nouveaux_mots[] = $resultat[0];
@@ -224,7 +224,7 @@ function afficher_mots_cles($flag_editable, $objet, $id_objet, $table, $table_id
 		$styles = array('arial11', 'arial2', 'arial2', 'arial1');
 
 		$res = "\n<div class='liste'>"
-		. "\n<table width='100%' cellpadding='3' cellspacing='0' border='0' background=''>"
+		. "\n<table width='100%' cellpadding='3' cellspacing='0' border='0'>"
 		. afficher_liste($largeurs, $tableau, $styles)
 		. "</table></div>";
 	} else $res ='';
diff --git a/ecrire/inc/forum.php b/ecrire/inc/forum.php
index 134f4d509cedd5e4b39b70855bb0d84393fc3dca..441419e31cc6e8ed6689d075104777b6822c524f 100644
--- a/ecrire/inc/forum.php
+++ b/ecrire/inc/forum.php
@@ -99,7 +99,7 @@ function boutons_controle_forum($id_forum, $forum_stat, $forum_id_auteur=0, $ref
 			$valider = 'publie';
 			$valider_repondre = false;
 			$supprimer = false;
-			$controle = "<br /><FONT COLOR='red'><B>"._T('info_message_supprime')." $forum_ip</B></FONT>";
+			$controle = "<br /><font color='red'><b>"._T('info_message_supprime')." $forum_ip</b></font>";
 			if($forum_id_auteur)
 				$controle .= " - <a href='" . generer_url_ecrire('auteurs_edit', "id_auteur=$forum_id_auteur") .
 				  "'>" ._T('lien_voir_auteur'). "</a>";
diff --git a/ecrire/inc/legender_auteur.php b/ecrire/inc/legender_auteur.php
index 9d4f156fba4ca0870015a8a8a6b4864881ce4939..b0bbe6cc6176bda07c867f2266b3f800d23d4843 100644
--- a/ecrire/inc/legender_auteur.php
+++ b/ecrire/inc/legender_auteur.php
@@ -152,7 +152,7 @@ else {
 		. "<font color='red'>("._T('texte_plus_trois_car').")</font> :<br />\n"
 		. "<input type='text' name='new_login' class='formo' value=\"".entites_html($auteur['login'])."\" size='40' /><p>\n";
 	} else {
-		$corps .= "<fieldset style='padding:5'><legend><B>"._T('item_login')."</B><br />\n</legend><br><b>".$auteur['login']."</b> "
+		$corps .= "<fieldset style='padding:5'><legend><b>"._T('item_login')."</b><br />\n</legend><br /><b>".$auteur['login']."</b> "
 		. "<i> ("._T('info_non_modifiable').")</i>\n<p>";
 	}
 
diff --git a/ecrire/inc/mots.php b/ecrire/inc/mots.php
index 697956c820c3f5c264b2755ab856d0e5986057e3..2f4e50341c9020ee850696b70e9197c4d6f9d334 100644
--- a/ecrire/inc/mots.php
+++ b/ecrire/inc/mots.php
@@ -122,7 +122,7 @@ function affiche_mots_ressemblant($cherche_mot, $objet, $id_objet, $resultat, $t
 		$res .="<li>"
 		.  ajax_action_auteur('editer_mot', "$id_objet,,$table,$table_id,$objet,$id_mot", $url_base, "$table_id=$id_objet", array(typo($titre_mot),' title="' . _T('info_ajouter_mot') .'"'),"&id_objet=$id_objet&objet=$objet") ; 
 		if (strlen($descriptif_mot) > 1) {
-			$res .= "<FONT SIZE=1>".propre(couper($descriptif_mot, 100))."</FONT><br />\n";
+			$res .= "<font size='1'>".propre(couper($descriptif_mot, 100))."</font><br />\n";
 		}
 		$res .="</li>\n";
 	}
diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index fa1b53b7b0be05f1d966952bd97b653105066be2..310cb7a9afb443252a9af8956f96a364218349ab 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -310,17 +310,17 @@ function bandeau_titre_boite($titre, $afficher_auteurs, $boite_importante = true
 		$couleur_fond = '#EEEECC';
 		$couleur_texte = '#000000';
 	}
-	echo "<tr bgcolor='$couleur_fond'><td width=\"100%\"><FONT FACE='Verdana,Arial,Sans,sans-serif' SIZE=3 COLOR='$couleur_texte'>";
-	echo "<B>$titre</B></FONT></TD>";
+	echo "<tr bgcolor='$couleur_fond'><td width=\"100%\"><font face='Verdana,Arial,Sans,sans-serif' size='3' color='$couleur_texte'>";
+	echo "<b>$titre</b></font></td>";
 	if ($afficher_auteurs){
-		echo "<TD WIDTH='100'>";
+		echo "<td width='100'>";
 		echo http_img_pack("rien.gif", " ", "width='100' height='12'");
-		echo "</TD>";
+		echo "</td>";
 	}
-	echo "<TD WIDTH='90'>";
+	echo "<td width='90'>";
 	echo http_img_pack("rien.gif", " ", "width='90' height='12'");
-	echo "</TD>";
-	echo "</TR>";
+	echo "</td>";
+	echo "</tr>";
 }
 //
 // une autre boite
@@ -476,7 +476,7 @@ function afficher_tranches_requete($num_rows, $colspan, $tmp_var, $url='', $nb_a
 	}
 		
 	if ($deb_aff == -1) {
-			//$texte .= "<B>"._T('info_tout_afficher')."</B>";
+			//$texte .= "<b>"._T('info_tout_afficher')."</b>";
 	} else {
 			$script = parametre_url($self, $tmp_var, -1);
 			if ($url) {
@@ -1199,7 +1199,7 @@ function afficher_forum_thread($row, $controle_id_article, $compteur_forum, $nb_
 	$ip=$row["ip"];
 	$id_auteur=$row["id_auteur"];
 	
-	$res = "<a id='$id_forum'></a>";
+	$res = "<a id='id$id_forum'></a>";
 
 	if ($spip_display == 4) {
 		$res .= "<li>".typo($titre)."<br />";
@@ -1789,7 +1789,7 @@ function icone_horizontale($texte, $lien, $fond = "", $fonction = "", $echo = tr
 			. "</a></td></tr></table>\n";
 		}
 		else {
-			$retour .= "<a class='cellule-h-texte' $javascript$lien><div>$texte</div></a>\n";
+			$retour .= "<div><a class='cellule-h-texte' $javascript$lien>$texte</a></div>\n";
 		}
 		if ($fonction == "supprimer.gif")
 			$retour = "\n<div class='danger'>$retour</div>";
@@ -1898,11 +1898,11 @@ function init_body($rubrique='accueil', $sous_rubrique='accueil', $load='', $id_
 
 	if ($spip_display == "4") {
 		echo "<ul>";
-		echo "<li><a href='./'>"._T('icone_a_suivre')."</a>";
-		echo "<li><a href='" . generer_url_ecrire("naviguer") . "'>"._T('icone_edition_site')."</a>";
-		echo "<li><a href='" . generer_url_ecrire("forum"). "'>"._T('titre_forum')."</a>";
-		echo "<li><a href='" . generer_url_ecrire("auteurs") . "'>"._T('icone_auteurs')."</a>";
-		echo "<li><a href=\"".url_de_base()."\">"._T('icone_visiter_site')."</a>";
+		echo "<li><a href='./'>"._T('icone_a_suivre')."</a></li>";
+		echo "<li><a href='" . generer_url_ecrire("naviguer") . "'>"._T('icone_edition_site')."</a></li>";
+		echo "<li><a href='" . generer_url_ecrire("forum"). "'>"._T('titre_forum')."</a></li>";
+		echo "<li><a href='" . generer_url_ecrire("auteurs") . "'>"._T('icone_auteurs')."</a></li>";
+		echo "<li><a href=\"".url_de_base()."\">"._T('icone_visiter_site')."</a></li>";
 		echo "</ul>";
 
 		return;