diff --git a/dist/article.html b/dist/article.html
index 3b766aa451801c66fbbb581b59a52e19ed53ced6..294c193c80c2db96fa4239488a55aaa331f1333d 100644
--- a/dist/article.html
+++ b/dist/article.html
@@ -22,10 +22,10 @@
 
         <div class="cartouche">
             <div class="surlignable">
-            [(#LOGO_ARTICLE||image_reduire{200,200})]
-            [<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>]
-            <h1 class="#EDIT{titre} entry-title">#TITRE</h1>
-            [<p class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</p>]
+				[(#LOGO_ARTICLE||image_reduire{200,200})]
+				[<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>]
+				<h1 class="#EDIT{titre} entry-title">#TITRE</h1>
+				[<p class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</p>]
             </div>
 
             <p><small><abbr class="published" title="[(#DATE|date_iso)]">[(#DATE|nom_jour) ][(#DATE|affdate)]</abbr>[, <:par_auteur:> (#LESAUTEURS)]</small></p>
@@ -36,10 +36,8 @@
         </div>
 
         <div class="surlignable">
-        [<div class="#EDIT{chapo} chapo">(#CHAPO|image_reduire{500,0})</div>]
-        
-        [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
-        [<div class="#EDIT{texte} texte entry-content">(#TEXTE|image_reduire{500,0})</div>]
+		[<div class="#EDIT{chapo} chapo">(#CHAPO|image_reduire{500,0})</div>]
+		[<div class="#EDIT{texte} texte entry-content">(#TEXTE|image_reduire{500,0})</div>]
         </div>
 
         [(#REM) Portfolio : album d'images ]
@@ -58,8 +56,10 @@
             [<div class="#EDIT{descriptif} spip_doc_descriptif">(#DESCRIPTIF)</div>]
         </div>
         </BOUCLE_afficher_document>
-
-        [<div class="ps surlignable"><h2 class="pas_surlignable"><:info_ps:></h2><div class="#EDIT{ps}">(#PS|image_reduire{500,0})</div></div>]
+		
+		[<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
+        
+		[<div class="ps surlignable"><h2 class="pas_surlignable"><:info_ps:></h2><div class="#EDIT{ps}">(#PS|image_reduire{500,0})</div></div>]
 
         [(#REM) Autres documents joints a l'article ]
         <B_documents_joints>
@@ -78,10 +78,8 @@
         </B_documents_joints>
         
         [(#REM) Petition :
-        La petition ayant une PAGINATION il faut absolument lui passer env]
-        [(#PETITION|?{' '})
-            <INCLURE{fond=inc-petition}{id_article}{env}>
-        ]
+		La petition ayant une PAGINATION il faut absolument lui passer le critere env ]
+        [(#PETITION|?{' '})<INCLURE{fond=inc-petition}{id_article}{env}>]
 
         [<div class="notes surlignable"><h2 class="pas_surlignable"><:info_notes:></h2>(#NOTES)</div>]
 
diff --git a/dist/habillage.css b/dist/habillage.css
index a3b111c0135495947db06e6a6f0a3e7c32bdb131..4b10a6fd290e00c1c6f58c2205e873e56725aea7 100755
--- a/dist/habillage.css
+++ b/dist/habillage.css
@@ -10,7 +10,7 @@
 html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS */
 body { font-size: 0.80em; font-family: "Trebuchet MS", Helvetica, sans-serif; color: #333; }
 
-/* Titraille */
+/* Titraille / Intertitres */
 h1 { margin: 0; padding: 0; font-size: 1.50em; font-weight: bold; color: #000; }
 h2 { margin: 0; padding: 0.20em 0.40em; background: #8B6F92; font-size: 1.20em; font-weight: bold; }
 h2, h2 a, h2 a:hover { color: #EEE; }