p.accroche{
    margin:15px 0;
    color:#666;
    font-size:.9em;
}

#content p{
    margin:15px 0px 0px 0px;
}


#content h1,h2{
    margin:15px 0px 15px 0px;
}

#content h3{
   margin:15px 0px 10px 0px;
}
span.date{
    font-size:.9em;
    color:#999;
    font-weight:bold;
}

a.add_cart_page_product{
    display:block;
    float:right;
    color:black;
    background-color:#7adb60;
    font-weight:bold;
    padding:5px;
    width:200px;
    text-align:center;
    text-decoration: none;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
}
a.add_cart_page_product:hover{
    background:green;
    color:white;
}



span.price{
    float:right;
    margin: 0 15px;
    padding:0;
    width:auto;
    font-size:1.5em;
}