/* 
    Document   : newCascadeStyleSheet
    Created on : Aug 11, 2009, 4:30:18 PM
    Author     : yoann
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.produit_block {
    padding-bottom:15px;
}
#main .produit_block .desc {
    width:280px;
}

.widget_vedette_accueil_photo {
    width:250px;
    float:left;
}

.widget_vedette_accueil_photo a img {
    border:0;
}

.widget_vedette_accueil_description {
    padding:40px 0 0 20px;
    width:440px;
    float:left;
}

.widget_vedette_accueil_description h2 {
    border-bottom:none !important;
}

.widget_vedette_accueil_description .prix {
    width:150px;
    height:160px;
    float:right;
    padding:0 0 10px 10px;
    text-align:right;
}

.widget_vedette_accueil_description .prix .promo {
	color: #C02433;
}

.widget_vedette_accueil_description .prix-public {
    font-size:2.8em;
    color:#993399;
    text-align:right;
}

.widget_vedette_accueil_description .prix .au_lieu_de {
    font-size:1em;
    text-align:right;
}

.bouton-detail {
    padding-top:22px;
}