diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index ff71800f..1faec871 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -62,8 +62,10 @@ body {
cursor: pointer;
}
-
-
+#header .showcaseimg {
+ width: 100px;
+ margin-left: 20px;
+}
#header .additional-content {
margin-top: 5em;
diff --git a/ihatemoney/static/showcase/showcase.png b/ihatemoney/static/showcase/showcase.png
new file mode 100644
index 00000000..8fff0a89
Binary files /dev/null and b/ihatemoney/static/showcase/showcase.png differ
diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html
index 0667592f..183b9f1f 100644
--- a/ihatemoney/templates/home.html
+++ b/ihatemoney/templates/home.html
@@ -11,6 +11,7 @@
{% endif %}
{% if g.lang == 'fr' %}
ou Voir la BD explicative
+
{% endif %}