diff --git a/app/views/public/abonnements/new.html.haml b/app/views/public/abonnements/new.html.haml
index c8f3c03..b6d02c2 100644
--- a/app/views/public/abonnements/new.html.haml
+++ b/app/views/public/abonnements/new.html.haml
@@ -2,7 +2,7 @@
-@menu_item = MenuItem.where(:slug => "negos-a-propos").first
-if @menu_item
- .page.center
+ .page.center{:style => "margin-bottom:30px;"}
=render :partial => "public/blocks/block", :locals => {:block => @menu_item.menu_content.blocks[0]}
=semantic_form_for [:public, @abonnement] do |f|