diff --git a/.gitattributes b/.gitattributes
index bbb2d4b2b68b33d7722e0faaa1a8e71403a5dc1a..8d9d982607588538441653d763484fe49e7d503d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -122,7 +122,7 @@ ecrire/img_pack/redacteurs-24.gif -text
 ecrire/img_pack/redacteurs-48.gif -text
 ecrire/img_pack/redacteurs-admin-24.gif -text
 ecrire/img_pack/redacteurs-poubelle-24.gif -text
-ecrire/img_pack/referers-24.png -text
+ecrire/img_pack/referers-24.gif -text
 ecrire/img_pack/rien.gif -text
 ecrire/img_pack/rond-b.gif -text
 ecrire/img_pack/rond-bd.gif -text
diff --git a/ecrire/img_pack/referers-24.gif b/ecrire/img_pack/referers-24.gif
new file mode 100644
index 0000000000000000000000000000000000000000..256a9c98e796de2d82bb1df2088d05845815bdb5
Binary files /dev/null and b/ecrire/img_pack/referers-24.gif differ
diff --git a/ecrire/img_pack/referers-24.png b/ecrire/img_pack/referers-24.png
deleted file mode 100644
index f8801ae4ae0476ec7255367f000c0c2ee48f7838..0000000000000000000000000000000000000000
Binary files a/ecrire/img_pack/referers-24.png and /dev/null differ
diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index 89a075db5f8b8b2ef9059dca6d826616ad709237..83ce4b69da63f0f7853c259d28284e7271938943 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1012,7 +1012,7 @@ function barre_onglets($rubrique, $onglet){
 		onglet("Par rubriques", "statistiques.php3", "repartition", $onglet, "rubrique-24.gif");
 		onglet("Par articles", "statistiques_articles.php3", "recents", $onglet, "article-24.gif");
 		$activer_statistiques_ref = lire_meta("activer_statistiques_ref");
-		if ($activer_statistiques_ref == "oui")	onglet("Les liens entrants du jour", "statistiques_referers.php3", "referers", $onglet, "referers-24.png");
+		if ($activer_statistiques_ref == "oui")	onglet("Les liens entrants du jour", "statistiques_referers.php3", "referers", $onglet, "referers-24.gif");
 	}
 	
 	if ($rubrique == "administration"){