diff --git a/noisettes/footer/footer_pied.html b/noisettes/footer/footer_pied.html
index 4becc00635773c1f9e6b2dde093230d45ecc266f..7e233d4b97cc53272caf9c44309394444bf2999e 100644
--- a/noisettes/footer/footer_pied.html
+++ b/noisettes/footer/footer_pied.html
@@ -40,11 +40,11 @@
 			<div class="liste-rubriques flexbox-wrap-space-around">
 				<BOUCLE_PlanMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{titre_mot=MenuHaut}{par num titre}>
 				<section class="avec-padding-bottom avec-margin-bottom">
-					<h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
+					<h2 class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
 					<B_PlanMenuHautSsRub>
 					<ul class="menu vertical">
 						<BOUCLE_PlanMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}>
-						<li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
+						<li class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
 						</BOUCLE_PlanMenuHautSsRub>
 					</ul>
 					</B_PlanMenuHautSsRub>
@@ -61,11 +61,11 @@
 			<div class="liste-rubriques flexbox-wrap-space-around">
 				<BOUCLE_PlanPasMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{!titre_mot=PasDansMenu}{par num titre}>
 				<section class="avec-padding-bottom avec-margin-bottom">
-					<h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
+					<h2 class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
 					<B_PlanPasMenuHautSsRub>
 					<ul class="menu vertical">
 						<BOUCLE_PlanPasMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}>
-						<li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
+						<li class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
 						</BOUCLE_PlanPasMenuHautSsRub>
 					</ul>
 					</B_PlanPasMenuHautSsRub>