#contenu
{
    background-color : rgb(169,27,25);
    background-image : url("../../images/front/plante_droite.gif");
    background-repeat : no-repeat;
    background-position : right top;
    float : right;
    width : 66%;
    height : 475px;
    padding : 0px 5px 10px 0px;
}

#fil_ariane
{
    margin-top : 30px;
    height : 50px;
    font-weight : bold;
}


#fil_ariane a:hover
{
    text-decoration : underline;
    color : #FFF;
}



#onglet
{
    height : 20px;
    margin-left : 30px;

}

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


#onglet_center
{
    background-image : url("../../images/front/onglet_center.gif");
    background-repeat : repeat-x;
    text-align : center;
    padding-top : 2px;
    height : 19px;
    width : 150px;
    float : left;
}


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


#cadre_produit
{
    clear : both;
    width : 90%;

    padding : 10px;
    background-color : #FFF;
    background-image : url("../../images/front/cadre_liste_produits.gif");
    background-repeat : repeat-x;
}


.image_categ_courante
{
    text-align : center;
    margin-bottom : 20px;
}

.image_categ_courante img
{
    width : 130px;
    height : 130px;
}

.liste_sous_categories
{
    margin : 20px;
    list-style-type : none;
}

.liste_sous_categories li
{
    margin-bottom : 10px;
}

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


.liste_sous_categories li a:hover
{
    text-decoration : underline;
}


.liste_pages
{
    clear : both;
    margin : 10px;
}




#nb_produits_page
{
    text-align : right;
}

#nb_produits_page select
{
    font-size : 0.7em;
    margin-bottom : 2px;
}

#liste_produits
{
    width : 90%;
    margin : 10px auto 10px auto;
}



.produit
{
    text-align : center;
    float : left;
    font-size : 0.9em;
    font-weight : bold;
    padding : 6px;
    margin-right : 10px;
    margin-bottom : 10px;
}


.cadre_top
{
    width : 100px;
    height : 12px;
    background-image : url("../../images/front/cadre_produit_haut.gif");
    font-size : 2px;
    padding : 0;
}



.nom
{
    width : 94px;
    height : 40px;
    padding : 0 3px;
    background-image : url("../../images/front/cadre_produit_bords.gif");
    background-repeat : repeat-y;
}



.prix
{
    width : 100px;
    height : 15px;
    padding : 5px 0;
    color : rgb(169,27,25);
    background-image : url("../../images/front/cadre_produit_plein.gif");
    background-repeat : repeat-y;
}


.photo
{
    width : 100px;
    height : 90px;
    padding : 5px 0;
    background-image : url("../../images/front/cadre_produit_bords.gif");
    background-repeat : repeat-y;
}

.lien
{
    width : 100px;
    height : 15px;
    background-image : url("../../images/front/cadre_produit_bords.gif");
    background-repeat : repeat-y;
}

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


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



.cadre_bottom
{
    width : 100px;
    height : 12px;
    background-image : url("../../images/front/cadre_produit_bas.gif");
    background-repeat : no-repeat;
}





.produit img
{
    border : none;
    width : 90px;
    height : 90px;
}



