diff --git a/app/views/public/abonnements/new.html.haml b/app/views/public/abonnements/new.html.haml
index d3643f6..c8f3c03 100644
--- a/app/views/public/abonnements/new.html.haml
+++ b/app/views/public/abonnements/new.html.haml
@@ -1,4 +1,10 @@
+-@menu_item = MenuItem.where(:slug => "negos-a-propos").first
+
+-if @menu_item
+ .page.center
+ =render :partial => "public/blocks/block", :locals => {:block => @menu_item.menu_content.blocks[0]}
+
=semantic_form_for [:public, @abonnement] do |f|
=f.hidden_field :start_at
=f.hidden_field :end_at
@@ -7,6 +13,59 @@
.center
- %p Pour profiter des fonctions de Négos, vous pouvez dès à présent souscrire à un abonnement pour 300€ HT (360€ TTC)
+ %p{:style => "text-align:center;font-weight:bold;font-size:18px"} Pour profiter des fonctions de Négos, vous pouvez dès à présent souscrire à un abonnement pour 300€ HT (360€ TTC)
- =submit_tag "Souscrire maintenant >", :class => "btn btn-primary"
\ No newline at end of file
+ %center
+ %p=submit_tag "Souscrire maintenant >", :class => "btn btn-primary"
+
+.quartz_wrapper
+ .quartz_panel
+ .right
+
+ =link_to "http://quartz.xyz", :target => "_blank" do
+ %img{:alt => "Logo", :src => "http://quartz.xyz/logo.png"}/
+ .create_simple
+ Communiquer, simplifier, valoriser votre activité
+
+ %p.contact
+ Nicolas Bally -
+ %a{:href => "mailto:contact@quartz-agence.com"} contact@quartz-agence.com
+ \- +33 (0) 677 548 239
+ %p{:style => "padding-top:20px"}
+
+
+ Dévelopé par :
+ .clear
+
+
+
+:scss
+ .quartz_wrapper{
+ margin-top:50px;
+ padding:40px 50px;
+ margin-bottom:0px;
+ background: #f8f8f8 url(/fond-accueil.jpg) center center;
+ background-size: 100%;
+ background-size: cover;
+ }
+ .quartz_panel{
+
+ text-align:right;
+
+ .right{
+ width:350px;
+ text-align:center;
+ float:right;
+ font-size:12px;
+
+ img{
+ width:260px
+
+ }
+ .create_simple{
+ font-size:15px;
+ margin:5px 0;
+ margin-top:10px;}
+ }
+
+ }
\ No newline at end of file