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

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


#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%;
    height : 250px;
    padding : 10px;
    background-color : #FFF;
    background-image : url("../../images/front/cadre_liste_produits.gif");
}


/* Pour Firefox, MSIE >= 7, ... */
html>body>#contenu #cadre_produit {
height : auto;
min-height: 250px;
}


#souscadre_top
{
    text-align : right;
    padding-right : 50px;
    font-size : 1.1em;
}

#souscadre_left
{
    width : 45%;
    float : left;
    margin : 20px 10px 0 20px;
    font-weight : normal;
}


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


#description
{
    text-indent : 20px;
    text-align : justify;
    color : rgb(169,27,25);
}




#souscadre_right
{
    width : 170px;
    margin : 20px 20px 0 0;
    float : right;
}


#souscadre_right_top
{
    width : 164px;
    height : 17px;
    background-image : url("../../images/front/cadre_produit_haut2.gif");
    background-repeat : no-repeat;
}


#prix
{
    width : 154px;
    height : 15px;
    padding : 5px;
    background-image : url("../../images/front/cadre_produit_plein.gif");
    text-align : center;
}


#photo
{
    width : 164px;
    height : 130px;
    padding : 10px 0px;
    background-image : url("../../images/front/cadre_produit_bords2.gif");
    background-repeat : repeat-y;
    text-align : center;
}

#photo img
{
    width : 130px;
    height : 130px;
}

#zoom
{
    background-image : url("../../images/front/cadre_produit_bords2.gif");
    background-repeat : repeat-y;
    text-align : center;
}

#zoom a
{
    color : rgb(169,27,25);
    text-decoration : underline;
}

#zoom a:hover
{
    color : #000;
}


#souscadre_right_bottom
{
    width : 164px;
    height : 20px;
    margin-left : 1px;
    background-image : url("../../images/front/cadre_produit_bas2.gif");
    background-repeat : no-repeat;
}



#envoi_form
{
    clear : both;
    text-align : center;
    padding : 20px;
}


#lien_autres_produits
{
    clear : both;
    padding : 10px;
    font-size : 0.9em;
}


#lien_autres_produits a
{
    color : rgb(169,27,25);
    text-decoration : underline;
}

#lien_autres_produits a:hover
{
    color : #000;
    text-decoration : underline;
}