diff --git a/dist/choix_mots.html b/dist/choix_mots.html
index bbd78f87a9602b37dd420921a35f570703e42876..77d6bef166642a865eb5cbf9c222bbb54363d2c1 100644
--- a/dist/choix_mots.html
+++ b/dist/choix_mots.html
@@ -1,15 +1,18 @@
 <B_M>
  	<table cellpadding='0' cellspacing='0' border='0' width='100%'>
-	<tr><td width='47%' valign='top'>
-	<BOUCLE_M(MOTS){id_groupe}>
+	<BOUCLE_M(MOTS){id_groupe}>[
+(#COMPTEUR_BOUCLE|alterner{'<tr>',''})]
+<td  style='width: 47%'>
 		<input	type='[(#ENV{unseul}|choixsiegal{oui,radio,checkbox})]'
 			name='ajouter_mot[]'
 		    	value='#ID_MOT'
 		    	id='mot#ID_MOT' 
 			[(#ID_MOT|in_any{#ENV*{ajouter_mot}, ''}|?
-				{'checked="checked"',''})] />
-		    [(#LOGO_MOT|lien)]
-		<b><label for='mot#ID_MOT'>#TITRE</label></b><br />
-	</BOUCLE_M>
-		  </td></tr></table>
+				{'checked="checked"',''})] />[
+		(#LOGO_MOT|lien)
+		<br />]
+		<strong><label for='mot#ID_MOT'>#TITRE</label></strong>
+</td>[
+(#COMPTEUR_BOUCLE|alterner{'',</tr>})]</BOUCLE_M>
+		  </table>
 </B_M>