diff --git a/.gitattributes b/.gitattributes
index 00a018fb6a4762171f3c4c79a7e9790911cf2694..b808ec281056cb7b68ba3335bec5f660a84cab73 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -480,8 +480,36 @@ noisettes/cartouches/sommaire_cartouche.html -text
 noisettes/cartouches/sommaire_modenews_cartouche.html -text
 noisettes/cartouches/themes.html -text
 noisettes/cartouches/themes_agenda_mensuel.html -text
+noisettes/cartouchetitre/401.html -text
+noisettes/cartouchetitre/404.html -text
+noisettes/cartouchetitre/aff_rub_complet.html -text
+noisettes/cartouchetitre/agenda_calendrier.html -text
+noisettes/cartouchetitre/agenda_calendrier_dyn.html -text
+noisettes/cartouchetitre/agenda_programmation.html -text
+noisettes/cartouchetitre/annuaire.html -text
+noisettes/cartouchetitre/antichrono.html -text
 noisettes/cartouchetitre/article.html -text
+noisettes/cartouchetitre/auteur.html -text
+noisettes/cartouchetitre/breve.html -text
+noisettes/cartouchetitre/forum.html -text
+noisettes/cartouchetitre/identifiants.html -text
+noisettes/cartouchetitre/inscription_evenement.html -text
+noisettes/cartouchetitre/inscription_infolettre.html -text
+noisettes/cartouchetitre/liste_mail.html -text
+noisettes/cartouchetitre/meteo.html -text
+noisettes/cartouchetitre/mot.html -text
+noisettes/cartouchetitre/mots_filtres.html -text
+noisettes/cartouchetitre/mots_filtres_agenda.html -text
+noisettes/cartouchetitre/multimedia.html -text
+noisettes/cartouchetitre/plan.html -text
+noisettes/cartouchetitre/proposer_evenement.html -text
+noisettes/cartouchetitre/recherche.html -text
 noisettes/cartouchetitre/rubrique.html -text
+noisettes/cartouchetitre/sigles.html -text
+noisettes/cartouchetitre/site.html -text
+noisettes/cartouchetitre/telecharger.html -text
+noisettes/cartouchetitre/transaction_merci.html -text
+noisettes/cartouchetitre/transaction_regret.html -text
 noisettes/compteur.html -text
 noisettes/datemajsite.html -text
 noisettes/datepublication.html -text
diff --git a/auteur.html b/auteur.html
index 8d5b1c20832e7bab3370f95c798763908b47c124..e4d32ac640f31c2776fcbadaeafad8899567fe74 100644
--- a/auteur.html
+++ b/auteur.html
@@ -8,7 +8,9 @@
 <div class="texte surlignable">
 <main id="main" role="main">
 <!-- Une : affichage de l'auteur -->
+<div class="cartouche surlignable">
 <div class="titrepage"><h1 class="#EDIT{qui}">#NOM</h1></div>
+</div>
 <div id="letexte">
 
 [<div class="#EDIT{bio}">[(#LOGO_AUTEUR|image_reduire{200,200}inserer_attribut{class, 'spip_logo spip_logos logo_auteur'})](#BIO)</div>]
@@ -47,7 +49,9 @@
 <div class="texte">
 <main id="main" role="main">
 <!-- Contenu : Tous les auteurs -->
+<div class="cartouche surlignable">
 <div class="titrepage"><h1><:soyezcreateurs:auteurs_site:></h1></div>
+</div>
 	<div id="letexte">
 <ul class="spip">
 <BOUCLE_LesAuteurs(AUTEURS){par nom}>
diff --git a/multimedia.html b/multimedia.html
index 16ca9ceedcc0864810eca8c56f8edc2cb3e2418b..eb9d6db019927e26f5be9ac0b6209d53f02ea4e0 100644
--- a/multimedia.html
+++ b/multimedia.html
@@ -38,22 +38,12 @@
 </main>
 </div><!-- Fin de .texte -->
 </BOUCLE_FichierMultimedia>
-
-
-
 </BOUCLE_ArticleMultimedia>
-</B_ArticleMultimedia>
-
-[(#SET{titretop,<:soyezcreateurs:erreur|sc_nettoyer_marqueur|texte_script:>})]
-<INCLURE{fond=noisettes/header/header}
-	{title=<:soyezcreateurs:erreur|texte_script:>}
-	{titretop=#GET{titretop}}
->
-<:soyezcreateurs:erreur_documentexistepas:>
-<//B_ArticleMultimedia>
 <INCLURE{fond=noisettes/footer/footer}
 	{titretop=#GET{titretop}}
 	{id_article=#GET{id_article}}
 	{id_rubrique=#GET{id_rubrique}}
 >
+</B_ArticleMultimedia>
+<//B_ArticleMultimedia>
 #FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/401.html b/noisettes/cartouchetitre/401.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd67b5c79df6304a5c733eaad4244e15341814aa
--- /dev/null
+++ b/noisettes/cartouchetitre/401.html
@@ -0,0 +1,4 @@
+	<div class="cartouche">
+		<div class="titrepage"><h1><:soyezcreateurs:connexiontitle|typo:></h1></div>
+	</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/404.html b/noisettes/cartouchetitre/404.html
new file mode 100644
index 0000000000000000000000000000000000000000..e7176972a09d029d1a2c616d22221602ef379bef
--- /dev/null
+++ b/noisettes/cartouchetitre/404.html
@@ -0,0 +1,4 @@
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:erreur_excuses_404:></h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/aff_rub_complet.html b/noisettes/cartouchetitre/aff_rub_complet.html
new file mode 100644
index 0000000000000000000000000000000000000000..c3c479d4b61eea5abd2c835e79ac67cb590198e4
--- /dev/null
+++ b/noisettes/cartouchetitre/aff_rub_complet.html
@@ -0,0 +1,5 @@
+<BOUCLE_secteurs(RUBRIQUES) {id_rubrique}>
+<div class="cartouche">
+<div class="titrepage"><h1 class="titre-texte">[(#TITRE)][(#PLUGIN{ARTICLE_PDF}|oui)#SECTEUR_PDF]</h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/agenda_calendrier.html b/noisettes/cartouchetitre/agenda_calendrier.html
new file mode 100644
index 0000000000000000000000000000000000000000..1124f16d4eb873fe3c383dde9f5c5e98603f973b
--- /dev/null
+++ b/noisettes/cartouchetitre/agenda_calendrier.html
@@ -0,0 +1,25 @@
+<BOUCLE_rubrique_principal(RUBRIQUES) {id_rubrique}>
+[(#ENV{'date_ev'}|!={''}|non)
+	[(#ENV{'month'}|oui)
+		[(#ENV{'year'}|oui)
+			#SET{'date', #ENV{'year'}|concat{'-'#ENV{'month'}}|concat{'-01 00:00:00'}}
+			#SET{'date_th', #ENV{'year'}|concat{'-'#ENV{'month'}}|concat{'-01'}}
+		]
+	]
+	[(#ENV{'month'}|non)
+		#SET{'date', #ENV{date}}
+		#SET{'date_th', #ENV{date}|affdate{'Y-m-d'}
+	]
+]
+[(#ENV{'date_ev'}|!={''}|oui)
+	#SET{'date', #ENV{date_ev}|concat{' 00:00:00'}}
+	#SET{'date_th', #ENV{date_ev}}
+]
+	<div class="cartouche">
+		<div class="titrepage"><h1>
+			[(#SET{lelogo,[(#LOGO_RUBRIQUE_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}})]})][<img class="logo_rubrique" src="(#GET{lelogo}|extraire_attribut{src})" width="[(#GET{lelogo}|largeur)]" height="[(#GET{lelogo}|hauteur)]" alt="" />]
+			[(#TITRE)] - [(#GET{date}|affdate_mois_annee)]
+		</h1></div>
+	</div>
+</BOUCLE_rubrique_principal>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/agenda_calendrier_dyn.html b/noisettes/cartouchetitre/agenda_calendrier_dyn.html
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/noisettes/cartouchetitre/agenda_programmation.html b/noisettes/cartouchetitre/agenda_programmation.html
new file mode 100644
index 0000000000000000000000000000000000000000..d8ab30d343c2110c5c66f20d0cdab3f4109377a0
--- /dev/null
+++ b/noisettes/cartouchetitre/agenda_programmation.html
@@ -0,0 +1,12 @@
+<BOUCLE_rubrique_principal(RUBRIQUES) {id_rubrique}>
+[(#REM) Trouver, par rapport à la date du jour, la date de début de la période ]
+[(#SET{date_debut,[(#ENV{date_debut,#DATE}|programmation_debut{#ENV{jour_debut}}|affdate{'Y-m-d'})]})]
+[(#SET{periode,[(#GET{date_debut}|agenda_affdate_debut_fin{[(#GET{date_debut}|programmation_datedecalejours{[(#ENV{duree,7}|moins{1})]})],non, abbr}|typo)]})]
+	<div class="cartouche">
+		<div class="titrepage"><h1>
+			[(#SET{lelogo,[(#LOGO_RUBRIQUE_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}})]})][<img class="logo_rubrique" src="(#GET{lelogo}|extraire_attribut{src})" width="[(#GET{lelogo}|largeur)]" height="[(#GET{lelogo}|hauteur)]" alt="" />]
+			[(#TITRE)] - [(#GET{periode})]
+		</h1></div>
+	</div>
+</BOUCLE_rubrique_principal>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/annuaire.html b/noisettes/cartouchetitre/annuaire.html
new file mode 100644
index 0000000000000000000000000000000000000000..cb9791af9840edcdaad3241c30d5f4806edc8480
--- /dev/null
+++ b/noisettes/cartouchetitre/annuaire.html
@@ -0,0 +1,18 @@
+<BOUCLE_Contact(CONTACTS){id_contact}>
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:annuaire:>&nbsp;: [<span class="#EDIT{prenom}">(#CIVILITE)</span> ][<span class="#EDIT{prenom}">(#PRENOM)</span> ][<span class="#EDIT{nom}">(#NOM)</span>]</h1></div>
+</div>
+
+<div id="letexte">
+</BOUCLE_Contact>
+<BOUCLE_Organisation(ORGANISATIONS){id_organisation}>
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:annuaire:>&nbsp;: #NOM</h1></div>
+</div>
+</BOUCLE_Organisation>
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:annuaire:></h1></div>
+</div>
+<//B_Organisation>
+<//B_Contact>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/antichrono.html b/noisettes/cartouchetitre/antichrono.html
new file mode 100644
index 0000000000000000000000000000000000000000..0a1181eef65333509237ca1bf4d66db280bbc5c2
--- /dev/null
+++ b/noisettes/cartouchetitre/antichrono.html
@@ -0,0 +1,4 @@
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:articlesordreantichrono:></h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/auteur.html b/noisettes/cartouchetitre/auteur.html
new file mode 100644
index 0000000000000000000000000000000000000000..3c90098c057c35df1684e3833acff532c5728675
--- /dev/null
+++ b/noisettes/cartouchetitre/auteur.html
@@ -0,0 +1,10 @@
+<BOUCLE_auteur_principal(AUTEURS) {id_auteur}{tous}>
+<div class="cartouche surlignable">
+<div class="titrepage"><h1 class="#EDIT{qui}">#NOM</h1></div>
+</div>
+</BOUCLE_auteur_principal>
+<div class="cartouche surlignable">
+<div class="titrepage"><h1><:soyezcreateurs:auteurs_site:></h1></div>
+</div>
+<//B_auteur_principal>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/breve.html b/noisettes/cartouchetitre/breve.html
new file mode 100644
index 0000000000000000000000000000000000000000..5d02123034ae84c61de42780b3c778ddfc214bf1
--- /dev/null
+++ b/noisettes/cartouchetitre/breve.html
@@ -0,0 +1,7 @@
+<BOUCLE_breve_principal(BREVES) {id_breve}>
+<div class="cartouche">
+<div class="datepublication"><span><:soyezcreateurs:publiele:> [(#DATE|nom_jour)] [(#DATE|affdate)]</span></div>
+<div class="titrepage"><h1 class="#EDIT{titre} surlignable">[<img class="logo_breve" src="(#LOGO_BREVE|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|extraire_attribut{src})" alt="" />][(#TITRE)]</h1></div>
+</div>
+</BOUCLE_breve_principal>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/forum.html b/noisettes/cartouchetitre/forum.html
new file mode 100644
index 0000000000000000000000000000000000000000..447b366e37bc6511ef542191d6b24dff3fc8c61b
--- /dev/null
+++ b/noisettes/cartouchetitre/forum.html
@@ -0,0 +1,6 @@
+<BOUCLE_article_titre(ARTICLES) {id_article}>
+<div class="cartouche">
+<div class="titrepage"><h1 class="structure">#TITRE : <:poster_message:></h1></div>
+</div>
+</BOUCLE_article_titre>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/identifiants.html b/noisettes/cartouchetitre/identifiants.html
new file mode 100644
index 0000000000000000000000000000000000000000..aa161aa8e56daee0f1fb3d2a60eac15260798c41
--- /dev/null
+++ b/noisettes/cartouchetitre/identifiants.html
@@ -0,0 +1,4 @@
+	<div class="cartouche">
+		<div class="titrepage"><h1><:pass_vousinscrire:></h1></div>
+	</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/inscription_evenement.html b/noisettes/cartouchetitre/inscription_evenement.html
new file mode 100644
index 0000000000000000000000000000000000000000..12b819a3f567a9dbe1cb3d4bf8f13955aef2957c
--- /dev/null
+++ b/noisettes/cartouchetitre/inscription_evenement.html
@@ -0,0 +1 @@
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/inscription_infolettre.html b/noisettes/cartouchetitre/inscription_infolettre.html
new file mode 100644
index 0000000000000000000000000000000000000000..21bcc776c1e26eb0e14a692b763613cfd7af354d
--- /dev/null
+++ b/noisettes/cartouchetitre/inscription_infolettre.html
@@ -0,0 +1,4 @@
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:newsletter_recevoir:></h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/liste_mail.html b/noisettes/cartouchetitre/liste_mail.html
new file mode 100644
index 0000000000000000000000000000000000000000..45a41ed4a60be6378238e39a752d38fb45afdc55
--- /dev/null
+++ b/noisettes/cartouchetitre/liste_mail.html
@@ -0,0 +1,16 @@
+<B_messages>
+		<BOUCLE_messages(CM_POSTS){pst_id}{pst_date_sent!=0}{!par pst_date_sent}>
+		</BOUCLE_messages>
+</B_messages>
+<BOUCLE_list(CM_LISTS){lst_id}>
+<div class="cartouche">
+<div class="titrepage"><h1 class="titre">#LST_NAME</h1></div>
+<div class="datepublication"><span><:soyezcreateurs:publiele:> [(#DATE|nom_jour)] [(#DATE|affdate)]</span></div>
+</div>
+</BOUCLE_list>
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:newsletter:></h1></div>
+</div>
+<//B_list>
+<//B_messages>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/meteo.html b/noisettes/cartouchetitre/meteo.html
new file mode 100644
index 0000000000000000000000000000000000000000..9992a1af15f8540b8b198b0fa7dcfaa2897f77a2
--- /dev/null
+++ b/noisettes/cartouchetitre/meteo.html
@@ -0,0 +1,6 @@
+#SET{service,weather}[(#CONFIG{rainette/wunderground/inscription}|oui)#SET{service,wunderground}]
+#SET{nom_ville,#RAINETTE_INFOS{#CONFIG{soyezcreateurs/rainette_ville, FRXX0099}, ville, #GET{service}}}
+<div class="cartouche">
+<div class="titrepage"><h1><:rainette:meteo_de{ville=#GET{nom_ville}}:></h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/mot.html b/noisettes/cartouchetitre/mot.html
new file mode 100644
index 0000000000000000000000000000000000000000..5aab60ec05260bf3f81cb4ece2365c4221819d2b
--- /dev/null
+++ b/noisettes/cartouchetitre/mot.html
@@ -0,0 +1,16 @@
+<BOUCLE_mot_principal(MOTS){id_mot}>
+<div class="cartouche">
+<div class="titrepage"><h1 class="#EDIT{titre} titre-texte">[<img src="(#LOGO_MOT_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|extraire_attribut{src})" class="logo_article" alt="" width="[(#LOGO_MOT_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|largeur)]" height="[(#LOGO_MOT_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|hauteur)]" />][(#TITRE)]</h1></div>
+</div>
+</BOUCLE_mot_principal>
+<BOUCLE_Groupe_principal(GROUPES_MOTS){id_groupe}>
+<div class="cartouche">
+<div class="titrepage"><h1 class="#EDIT{titre} titre-texte">[(#TITRE)]</h1></div>
+</div>
+</BOUCLE_Groupe_principal>
+<div class="cartouche">
+<div class="titrepage"><h1 class="titre-texte"><:soyezcreateurs:mots_title:></h1></div>
+</div>
+<//B_Groupe_principal>
+<//B_mot_principal>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/mots_filtres.html b/noisettes/cartouchetitre/mots_filtres.html
new file mode 100644
index 0000000000000000000000000000000000000000..bf01fad63ba17e636e73cad2204a0bf27d4b2605
--- /dev/null
+++ b/noisettes/cartouchetitre/mots_filtres.html
@@ -0,0 +1,5 @@
+<BOUCLE_Tags(MOTS){id_mot IN #ENV{mots}}{par titre}>[(#SET{tags,[(#GET{tags}|concat{[[(#COMPTEUR_BOUCLE|>{1}|?{+})](#TITRE|ucfirst)]})]})]</BOUCLE_Tags>
+<div class="cartouche">
+<div class="titrepage"><h1><:resultats_recherche:> : #GET{tags}</h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/mots_filtres_agenda.html b/noisettes/cartouchetitre/mots_filtres_agenda.html
new file mode 100644
index 0000000000000000000000000000000000000000..bf01fad63ba17e636e73cad2204a0bf27d4b2605
--- /dev/null
+++ b/noisettes/cartouchetitre/mots_filtres_agenda.html
@@ -0,0 +1,5 @@
+<BOUCLE_Tags(MOTS){id_mot IN #ENV{mots}}{par titre}>[(#SET{tags,[(#GET{tags}|concat{[[(#COMPTEUR_BOUCLE|>{1}|?{+})](#TITRE|ucfirst)]})]})]</BOUCLE_Tags>
+<div class="cartouche">
+<div class="titrepage"><h1><:resultats_recherche:> : #GET{tags}</h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/multimedia.html b/noisettes/cartouchetitre/multimedia.html
new file mode 100644
index 0000000000000000000000000000000000000000..6bbf8101b4f990e2ebf46484fe9e3bd5e84e81ca
--- /dev/null
+++ b/noisettes/cartouchetitre/multimedia.html
@@ -0,0 +1,9 @@
+<BOUCLE_ArticleMultimedia(ARTICLES){id_document}>
+<BOUCLE_FichierMultimedia(DOCUMENTS){id_document}>
+<div class="cartouche">
+<div class="titrepage"><div><h1 class="titre-texte">[(#TITRE)]</h1></div></div>
+</div>
+</BOUCLE_FichierMultimedia>
+</BOUCLE_ArticleMultimedia>
+</B_ArticleMultimedia>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/plan.html b/noisettes/cartouchetitre/plan.html
new file mode 100644
index 0000000000000000000000000000000000000000..3c16997c1add010efb17384dce9271fc1e5328fa
--- /dev/null
+++ b/noisettes/cartouchetitre/plan.html
@@ -0,0 +1,4 @@
+<div class="cartouche">
+<div class="titrepage"><h1><:plan_site:></h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/proposer_evenement.html b/noisettes/cartouchetitre/proposer_evenement.html
new file mode 100755
index 0000000000000000000000000000000000000000..68ff720daab8bf694d0627db4ab3f0e1e7141556
--- /dev/null
+++ b/noisettes/cartouchetitre/proposer_evenement.html
@@ -0,0 +1,6 @@
+[(#PLUGIN{propevent}|oui)
+<div class="cartouche">
+<div class="titrepage"><h1><:soyezcreateurs:agenda_proposer_evenement:></h1></div>
+</div>
+]
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/recherche.html b/noisettes/cartouchetitre/recherche.html
new file mode 100644
index 0000000000000000000000000000000000000000..7b6884868281318e22c57347ee8a446cdc9119d4
--- /dev/null
+++ b/noisettes/cartouchetitre/recherche.html
@@ -0,0 +1,4 @@
+<div class="cartouche">
+<div class="titrepage"><h1><:resultats_recherche:>[ : <em>(#RECHERCHE)</em>]</h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/sigles.html b/noisettes/cartouchetitre/sigles.html
new file mode 100644
index 0000000000000000000000000000000000000000..8759ee9fb69a8ebb7b1d7c9457e5151220bef277
--- /dev/null
+++ b/noisettes/cartouchetitre/sigles.html
@@ -0,0 +1,4 @@
+<div class="cartouche">
+<div class="titrepage"><h1><:definition:titre_definitions:></h1></div>
+</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/site.html b/noisettes/cartouchetitre/site.html
new file mode 100755
index 0000000000000000000000000000000000000000..4ce53f430217245a12b811f711418d10fcb2f662
--- /dev/null
+++ b/noisettes/cartouchetitre/site.html
@@ -0,0 +1,14 @@
+<BOUCLE_site(SITES){id_syndic}>
+<div class="cartouche">
+	<div class="titrepage"><h1 class="titre">[<img src="(#LOGO_SITE_NORMAL|sinon{#LOGO_SITE}|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|extraire_attribut{src})" class="logo_site" alt="" width="[(#LOGO_SITE_NORMAL|sinon{#LOGO_SITE}|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|largeur)]" height="[(#LOGO_SITE_NORMAL|sinon{#LOGO_SITE}|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64}},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}}|hauteur)]" />]
+	<:sites_web:>&nbsp;: 
+	<span class="#EDIT{nom_site}">[(#NOM_SITE|typo)]</span>
+	</h1></div>
+	<div class="datepublication"><span><:soyezcreateurs:publiele:> [(#DATE|nom_jour)] [(#DATE|affdate)]</span></div>
+</div>
+</BOUCLE_site>
+<div class="cartouche">
+	<div class="titrepage"><h1 class="titre"><:sites_web:></h1></div>
+</div>
+<//B_site>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/telecharger.html b/noisettes/cartouchetitre/telecharger.html
new file mode 100644
index 0000000000000000000000000000000000000000..4938c6a5c75562ef1bb2b3beeaa0fa018d3c7cbe
--- /dev/null
+++ b/noisettes/cartouchetitre/telecharger.html
@@ -0,0 +1,7 @@
+	<div class="cartouche">
+		<div class="titrepage"><h1><:medias:info_documents:></h1></div>
+		[(#VAL{masquerdocumentsvus}|in_any{#CONFIG{soyezcreateurs/affichagelistedocuments,#ARRAY{0,enbas}}}|oui)[(#SET{vu,non})]]
+			[(#INCLURE{fond=noisettes/telecharger_tableau,env,vu=#GET{vu}})]
+	</main>
+	</div><!-- Fin de .texte -->
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/transaction_merci.html b/noisettes/cartouchetitre/transaction_merci.html
new file mode 100644
index 0000000000000000000000000000000000000000..9850a7b1b1899de533e1616c5352143f97504fe8
--- /dev/null
+++ b/noisettes/cartouchetitre/transaction_merci.html
@@ -0,0 +1,4 @@
+	<div class="cartouche">
+		<div class="titrepage"><h1><:transaction:merci|typo:></h1></div>
+	</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouchetitre/transaction_regret.html b/noisettes/cartouchetitre/transaction_regret.html
new file mode 100644
index 0000000000000000000000000000000000000000..0d7eba133dd025f6ed96e2ce99ae44e3e553a74c
--- /dev/null
+++ b/noisettes/cartouchetitre/transaction_regret.html
@@ -0,0 +1,4 @@
+	<div class="cartouche">
+		<div class="titrepage"><h1><:transaction:regret|typo:></h1></div>
+	</div>
+#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/miettesdepain/liste_mail.html b/noisettes/miettesdepain/liste_mail.html
index 963704cfb2f8147d0240af41469aadb8f082a48a..ee2210235ade066524df8c63de8342786b4462e4 100644
--- a/noisettes/miettesdepain/liste_mail.html
+++ b/noisettes/miettesdepain/liste_mail.html
@@ -1,3 +1,7 @@
+<B_messages>
+		<BOUCLE_messages(CM_POSTS){pst_id}{pst_date_sent!=0}{!par pst_date_sent}>
+		</BOUCLE_messages>
+</B_messages>
 <BOUCLE_list(CM_LISTS){lst_id}>
 	<nav id="miettesdepain">
 		<h2 class="nocontent offscreen">Fil d'Ariane</h2>
@@ -17,4 +21,6 @@
 			<li><:soyezcreateurs:newsletter:></li>
 		</ul>
 	</nav>
+<//B_list>
+<//B_messages>
 #FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/miettesdepain/mots_filtres.html b/noisettes/miettesdepain/mots_filtres.html
index b96d3182bc45ffd5853832d7cf0c707fd8ab5bd4..bfdd2c2153d410d5995620b3a83804966ccbb57d 100644
--- a/noisettes/miettesdepain/mots_filtres.html
+++ b/noisettes/miettesdepain/mots_filtres.html
@@ -4,7 +4,7 @@
 		<h2 class="nocontent offscreen">Fil d'Ariane</h2>
 		<ul>
 			<li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li>
-			<li>#GET{title}</li>
+			<li>#GET{tags}</li>
 		</ul>
 	</nav>
 #FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/miettesdepain/mots_filtres_agenda.html b/noisettes/miettesdepain/mots_filtres_agenda.html
index b96d3182bc45ffd5853832d7cf0c707fd8ab5bd4..bfdd2c2153d410d5995620b3a83804966ccbb57d 100644
--- a/noisettes/miettesdepain/mots_filtres_agenda.html
+++ b/noisettes/miettesdepain/mots_filtres_agenda.html
@@ -4,7 +4,7 @@
 		<h2 class="nocontent offscreen">Fil d'Ariane</h2>
 		<ul>
 			<li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li>
-			<li>#GET{title}</li>
+			<li>#GET{tags}</li>
 		</ul>
 	</nav>
 #FILTRE{mini_html}
\ No newline at end of file