#divLeftCol, #divMiddleCol, #divRightCol
{
    display: inline;
    float: left;
    height: auto;
    min-height: 348px;
    
    _height: expression( "348px" ); /*Hack pour IE pour lui forcer son min-height*/
}

#divLeftCol
{
    margin: 20px 0px 20px 0px;    
    text-align: right;
    width: 130px;
}

#divMiddleCol
{
    margin: 22px 0px 20px 0px;    
    width: 90px;
}

#divRightCol
{
    margin: 20px 0px 20px 0px;
    text-align: right;
    width: 540px;
}




#divMiddleCol a
{
    border-bottom: 1px solid black;
    display: block;
    font-weight: bold;
    text-decoration: none;
    width: 90px;
}

#divMiddleCol a:link, #divMiddleCol a:visited
{
    color: Black;
}

#divMiddleCol a:hover, a:visited.aSelProduct 
{
    color: #EF3931;
    background: url(/images/rondrougepetit.gif) no-repeat 67px 50%;
}


#tdProductImage
{
    text-align: center;
    width: 210px;
}

#tdProductImage img
{
    margin: 0px auto 0px auto;
    padding: 0px;
}


#tblProductDetails
{
    width: 100%;
}

#divProductHeader
{
    border-bottom: 1px solid black;
    margin-left: 10px;
    padding: 0px 4px 0px 0px;
    text-align: left;
}

#divProductDesc
{
    margin: 10px 4px 0px 10px;
    padding: 0px;
    text-align: left;
}

#divDownloadHeader
{
    background: #EF3D33;
    border: 1px solid white;
    color: #FFFFFF;
    font-weight: bold;    
    font-size: 110%;
    padding: 6px;
    text-align: center;
}

#divDownload
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#divDownload li
{
    background-image: none;
    padding: 0px;
    border: 1px solid white;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center; 
    width: 178px;
}

#divDownload A
{
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 100%;
    text-decoration: none;  
    width: 100%;
}

#divDownload a:link, #divDownload a:visited
{
    background: #999999;
}

#divDownload a:hover
{
    background: #C0C0C0;
}


#divAcrobat
{
    clear: left;
    background: url('/images/dwnd_acrobat.gif') no-repeat 240px 50%;
    float: right;
    margin: 10px 10px 0px 0px;
    width: 330px;
}

#UserControl1_hlAcrobat
{
    display: block;
    height: 34px; 
    padding-right: 90px;
}

#UserControl1_hlAcrobat:link, #UserControl1_hlAcrobat:visited
{
    color: #939598;
}

#UserControl1_hlAcrobat:hover
{
    color: #EF3931;
}

#UserControl1_imgProduct{ cursor: pointer; }

#divZoom
{
    background: #FFFFFF;
    border: 1px solid #999999;
    cursor: pointer;
    display: none;
    position: absolute;
    text-align: right;
}



#hProductName
{
    display: inline;
    font-size: 100%;
    margin: 0px;
}

.productName
{
    color: #5E5E5E;
}

.productSerie
{
    color: #EF3D33;
    font-weight: bold;
    font-size: 120%;
}
