diff --git a/.gitattributes b/.gitattributes
index 2305fea2043c809ba82564bd2a8af406b5d0ce86..b4e442cbca1471eb55a8b056ad6225b799f427b4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -665,6 +665,7 @@ noisettes/extra/favoris.html -text
 noisettes/extra/ousommesnous.html -text
 noisettes/extra/splickr.html -text
 noisettes/footer/footer.html -text
+noisettes/footer/footer_bandeau_contact.html -text
 noisettes/footer/footer_identite_extra.html -text
 noisettes/footer/footer_link_mentions.html -text
 noisettes/footer/footer_modeblog.html -text
diff --git a/noisettes/footer/footer_bandeau_contact.html b/noisettes/footer/footer_bandeau_contact.html
new file mode 100644
index 0000000000000000000000000000000000000000..fe528575e3e5ad4183714112562297ea23fa9dba
--- /dev/null
+++ b/noisettes/footer/footer_bandeau_contact.html
@@ -0,0 +1 @@
+		[<div class="#EDIT{meta-soyezcreateurs/bandeau_contact}">(#CONFIG{soyezcreateurs/bandeau_contact}|propre)</div>]
\ No newline at end of file
diff --git a/soyezcreateurs_fonctions.php b/soyezcreateurs_fonctions.php
index b2d3d9100ff1b24898e90496334f0969475dfcc4..f30df74c3ea6405d8be524359023ad7aab3fef5a 100644
--- a/soyezcreateurs_fonctions.php
+++ b/soyezcreateurs_fonctions.php
@@ -881,7 +881,7 @@ function sc_bandeau_contact() {
 	if ((is_array($identite_extra)) && (implode('', $identite_extra) !== "")) {
 		$texte = recuperer_fond('noisettes/footer/footer_identite_extra');
 	} else { // On utilise la vieille configuration du bandeau de contact de SoyezCréateurs
-		$texte = propre(lire_config('soyezcreateurs/bandeau_contact'));
+		$texte = recuperer_fond('noisettes/footer/footer_bandeau_contact');
 	}
 	
 	return $texte;