diff --git a/app/views/layouts/mail.html.haml b/app/views/layouts/mail.html.haml
index 6e8235a..b469e9a 100755
--- a/app/views/layouts/mail.html.haml
+++ b/app/views/layouts/mail.html.haml
@@ -35,7 +35,7 @@
%tr{:style => "background:#f4f3ef"}
%td{:style => "width:185px;padding:20px;padding-top:22px;padding-bottom:28px;padding-left:30px;"}
- =link_to image_tag("logo.png", :style => "width:185px;border:0px;"),"http://www.lepicvert.asso.fr"
+ =link_to image_tag("http://lepicvert.org/logo.png", :style => "width:185px;border:0px;"),"http://www.lepicvert.asso.fr"
%td{:style => "padding-top:20px;vertical-align:top;padding-left:20px;color:#2d2d2d;"}
%p
diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..5061130
Binary files /dev/null and b/public/logo.png differ