diff --git a/.gitattributes b/.gitattributes
index 34a6b98156cce804497eff30ab7ff19d30a66c97..2e2514f0d46e05bbfad5c15e08257cc3960bed62 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -291,6 +291,7 @@ modeles/file_emb_text.html -text
 modeles/file_emb_text_csv.html -text
 modeles/file_emb_text_html.html -text
 modeles/image.html -text
+modeles/logo.html -text
 modeles/video.html -text
 prive/objets/contenu/portfolio_document.html -text
 prive/objets/editer/colonne_document.html -text
diff --git a/modeles/logo.html b/modeles/logo.html
new file mode 100644
index 0000000000000000000000000000000000000000..4cc56278076eb4aee71031aa4ae5ca91153a0ab3
--- /dev/null
+++ b/modeles/logo.html
@@ -0,0 +1,8 @@
+[<a href="(#ENV{lien})">]<img
+	src="#ENV{logo_on}"
+	class="spip_logo[ spip_logo_(#ENV{align})][(#ENV{logo_off}|oui)spip_logo_survol]"
+	[width="(#ENV{width})"]
+	[height="(#ENV{height})"]
+	alt=""
+	[data-src-hover="(#ENV{logo_off})"]
+>[(#ENV{lien}|?{</a>})]
\ No newline at end of file