@charset "utf-8";
/* CSS Document */



/* debut CSS zoom */

.global_zoom,
.bg_zoom_top,
.bg_zoom_midle,
.bg_zoom_bottom
{
    position:relative;
    width:202px;
    height:auto;
}
.bg_zoom_top
{
    height:156px;
    background:transparent url(../images/zoom/block_zoom_top.gif) no-repeat 0 0;
}
.zoom_titre_loupe
{
    position:absolute;
    top:-11px;
    left:-32px;
    width:225px;
    height:70px;
    background:transparent url(../images/zoom/zoom_sur_titre.png) no-repeat 0 0;
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/zoom/zoom_sur_titre.png', sizingMethod='noscale');
    z-index:1000;
}
.zoom_img_produit
{
    position:absolute;
    top:63px;
    left:22px;
    width:161px;
    height:83px;
    z-index:1000;
}
.bg_zoom_midle
{
    background:transparent url(../images/zoom/block_zoom_midle.gif) repeat-y 0 0;
}
.zoom_texte
{    
    padding:0 25px;
    text-align:left;
    font-size:13px;
    color:#58554f;
}
.bg_zoom_bottom
{
    height:23px;
    background:transparent url(../images/zoom/block_zoom_bottom.gif) no-repeat 0 0;
}
.alignement_droite
{
    width:auto;
    float:right;
}
/* fin CSS zoom  */
