#divProducts { background: #ffffff; padding-top: 20px; }

#divLeftCol
{
    float: left;
    text-align: right;
    width: 130px;
}

#divMiddleCol
{
    height: auto !important;
    min-height: 400px;
    height: expression( "400px" ); /*Hack pour IE pour lui forcer son min-height*/   

    margin-left: 20px;/*130px;*/
    margin-right: 267px;
}

#divProductsFooter
{
    clear: both;
    height: 20px;
}






/* COLONNE DU CENTRE ET LISTE DES TYPES D'ACCESSOIRES */
#divMiddleCol a
{
    border-bottom: 1px solid black;
    display: block;
    font-weight: bold;
    text-decoration: none;
    width: 440px;
}

#divMiddleCol a:link, #divMiddleCol a:visited
{
    color: black;
}

#divMiddleCol a:hover
{
    background: url(/images/rondrougepetit.gif) no-repeat 302px 50%;
    color: #EF3931;
}



/* COLONNE DE DROITE */
#divRightCol
{
    float: right;
    text-align: center;
    width: 267px;
}

#divImgProduct
{
    height: 159px;
    text-align: center;
    width: 202px;
}

#UserControl1_imgProduct
{
    display: none;
    margin: 0px auto;
}

#divProductSerie
{
    background: #EF3D33;
    color: #FFFFFF;
    font: normal normal bold 12px/14px 'sans-serif', 'Arial', 'Verdana', 'Helvetica'; 
    height: auto !important;
    height: 13px;
    min-height: 13px;
    padding: 3px 0px 3px 0px;
    text-align: center;
}
