/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/


/********************** Product Detail */
/* Product Images */
/*taille des controles et du bloc image*/
.product-img-box {  width:230px; }

#contener_img{
background-image:url(../images/contener_detail_produit.jpg);
background-repeat:no-repeat;
width:237px;
height:237px;
}
/*taille utile de l'image*/
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:205px; height:205px; z-index:9;
left:15px; top:15px; margin:0;
padding:0;
 }
 

 
.product-img-box .product-image-zoom img { position:absolute; left:0px; top:0px; cursor:move; padding:0;}
.image-zoom { position:relative; z-index:9; height:39px; margin:0 auto 13px auto; background:url(../images/z_track.jpg) no-repeat 50% 50%; padding:0 40px 0 40px; cursor:pointer;}
/*position piste*/
.image-zoom #track { position:relative; height:20px; }
/*curseur*/
.image-zoom #handle {
	
	position:absolute;
	top:9px;
	width:7px;
	height:20px;
	background-image:url(../images/z_handle.jpg);
	background-repeat:no-repeat;
}
.image-zoom .btn-zoom-out { position:absolute; left:0px; top:0px; }
.image-zoom .btn-zoom-in { position:absolute; right:0px; top:0px; }
/*texte de zoom*/
p#track_hint{
font-size:0.8em;
font-style:italic;
margin:25px 0 0 12px;
padding: 0;
}


 
/* si recette pas de zoom: l'image doit être au centre*/ 
.product-image{
position:relative;
top:43px;
 text-align:center;
width:237px;
 }



