#contenu
{
    background-color : rgb(169,27,25);
    background-image : none;
    float : right;
    width : 63%;
    padding : 10px 5px 10px 0px;
    font-weight : bold;
}

#texte_accueil
{
    background-color : rgb(235,220,177);
    width : 85%;
    color : #000;
    font-weight : normal;
    padding : 20px;
}


#texte_accueil_1
{
    text-align : center;
    margin-bottom : 20px;
}

#texte_accueil_2
{
    text-indent : 20px;
    text-align : justify;
}


#texte_accueil_3
{
    text-indent : 20px;
    text-align : justify;
}

#image_accueil
{
    text-align : left;
    margin : 20px 0 20px 40px;
}


#offre_speciale
{
    float : left;
    width : 230px;
    margin-right : 70px;
    margin-bottom : 30px;
}

#coup_de_coeur
{
    float : left;
    width : 230px;
}

#cadre_offre_speciale
{
    background-image : url("../../images/front/offre_speciale2.gif");
    background-repeat : no-repeat;
    height : 200px;
    width : 227px;
}



#cadre_coup_de_coeur
{
    background-image : url("../../images/front/coup_de_coeur2.gif");
    background-repeat : no-repeat;
    height : 200px;
    width : 229px;

}

.no_product
{
    padding-top : 100px;
    padding-left : 20px
}


.infos
{
    clear : both;
}


.image
{
    float : left;
    width : 80px;
    height : 80px;
    margin-top : 80px;
    margin-left : 10px;
}

.texte
{
    text-align : right;
    margin-right : 10px;
    float : right;
    width : 115px;
    margin-top : 80px;
}

.texte p
{
    padding : 2px 0;
}

.seemore_link
{
    clear : both;
    text-align : right;
    margin-right : 10px;
    padding : 0;
}

.seemore_link a
{
    color : rgb(169,27,25);
}

.seemore_link a:hover
{
    text-decoration : underline;
}



.onglet
{
    clear : both;
    height : 21px;
    margin-left : 10px;
}


.onglet .onglet_left
{
    background-image : url("../../images/front/onglet_left.gif");
    width : 7px;
    height : 21px;
    float : left;
}


.onglet .onglet_center
{
    background-image : url("../../images/front/onglet_center.gif");
    background-repeat : repeat-x;
    text-align : center;
    height : 17px;
    padding : 2px 0;
    width : auto;
    float : left;
}


.onglet .onglet_right
{
    background-image : url("../../images/front/onglet_right.gif");
    width : 8px;
    height : 21px;
    float : left;
}

