.divProducts div, #divRelatedProducts div
{
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 147px;
    width: 130px;
}


/* LISTE DES PRODUITS */
.divProducts{ margin-left: 30px; }
.divCategory{ height: 20px; }
.divBlock, .divCategoryName
{
    display: inline;
    float: left;
    height: 20px;
    padding: 5px;
}
.divCategoryName { background-color: #F8F1DD; }


/* FICHE PRODUIT */
#divProduct
{
    width: 390px;
}

#divProduct div
{
    display: inline;
    float: left;
    height: 20px;
    padding: 5px; 
}

.divProductName
{
    background-color: #F8F1DD;
    width: 350px;
}

#divColors
{
    margin-bottom: 20px;
}

#divColors, #divRelatedProducts
{
    margin-left: 15px;
    width: 390px;
}

#divProductPictures, #divProductContent
{
    display: inline;
    float: left;
}

#divProductPictures
{
    margin: 0px;
    width: 350px;
    text-align: center;
}

#imgZoom, #divProductImgZoom, #UserControl1_imgProductMedium
{
    cursor: pointer;
}

#divProductContent
{
    margin: 0px 0px 0px 5px;
    width: 390px;
}

#divProductImgZoom
{
    background: #FFFFFF;
    border: 1px solid #6D371D;
    display: none;
    text-align: right;
}

#divProductName
{
    height: 20px;
    width: 390px;
    margin-left: 15px;
}

#divProductName div, #divProductName span
{
    display: inline;
    float: left;
    height: 20px;
    padding: 5px;
    line-height: 20px;    
}

#UserControl1_lblProductName
{
    background-color: #F8F1DD;
    width: 350px;
}

#divProductText 
{
    margin-left: 15px;
}

#divProductText div
{
    display: inline;
    float: left;
    padding: 5px;
}

#divProductTextContent
{
    width: 335px;
}

#UserControl1_pnlPDF
{
    margin-left: 55px;
}

#divImgDot
{
    height: 20px;
    width: 20px;
    text-align: right;
}

#divColorTitle, #divRelatedTitle
{
    clear: both;
    border-bottom: 1px solid #EBDFBE;
    border-top: 1px solid #EBDFBE;
    margin-left: 15px;
    width: 390px;
}

#div1
{
    background-color: #F8F1DD;
}

#div1 div
{
    display: inline;
    float: left;
    width: 100px;
    height: 130px;
    margin: 10px 11px 10px 11px;
    padding: 0px;
}

/* General */
.divCategoryName h1, .divProductName h1
{
    font: normal normal bold 11px/20px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
    margin: 0px 0px 0px 0px;
    color: #6D371D;    
}

#UserControl1_imgBanner
{
    width: 760px;
}



/*** LISTE DES PRODUITS ***/
table.products
{
    border-collapse: collapse;
    border-spacing: 0;
}

table.products td
{
    border: 1px solid #F8F1DD;
    height: 130px;
    text-align: center; 
    width: 120px;  
}

table.products tr.name td
{
    background-color: #EBDFBE;
    height: auto;
    padding: 4px;
}

table.products img
{
    border: none;
}

table.products tr.name td, table.products tr.name td a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
    color: #6D371D;  
}

table.products td.empty, table.products tr.name td.empty
{
    background-color: #FFFFFF;
    border: none;
}



/* Bannière agrandie */
#BigBanner a img {
    border: 0px;
}