		#image {
		position: relative;
		width : 80px;
		height: 105px;
		background: url(../../images/boutique/externe/v_0444_small.jpg) top left no-repeat;
		}
		#zone1 {
		position: absolute;
		width : 80px;
		height: 105px;
		left: 0px;
		top: 0px;
		border: 1px dotted white;
		}
		#zone1:hover {
		width : 130px;
		height: 170px;
		left: -25px;
		top: -25px;
		border: 1px solid #DEB3CB;
		background: url(../../images/boutique/externe/v_0444_medium.jpg) top left no-repeat;
		z-index: 100;
		}
		#image2 {
		position: relative;
		width : 80px;
		height: 105px;
		background: url(../../images/boutique/interne/v_0141_small.jpg) top left no-repeat;
		}
		#zone2 {
		position: absolute;
		width : 80px;
		height: 105px;
		left: 0px;
		top: 0px;
		border: 1px dotted white;
		}
		#zone2:hover {
		width : 130px;
		height: 170px;
		left: -25px;
		top: -25px;
		border: 1px solid #7CD53F;
		background: url(../../images/boutique/interne/v_0141_medium.jpg) top left no-repeat;
		z-index: 100;
		}



		#image3 {
		position: relative;
		width : 80px;
		height: 105px;
		background: url(../../images/boutique/interne/v_0065_small.jpg) top left no-repeat;
		}
		#zone3 {
		position: absolute;
		width : 80px;
		height: 105px;
		left: 0px;
		top: 0px;
		border: 1px dotted white;
		}
		#zone3:hover {
		width : 130px;
		height: 170px;
		left: -25px;
		top: -25px;
		border: 1px solid #7CD53F;
		background: url(../../images/boutique/interne/v_0065_medium.jpg) top left no-repeat;
		z-index: 100;
		}
		
		#image a span {
		position: absolute;
		left: -500em;
		top: -500em;
		text-indent: -500em;
		}
		
/** ZOOM Boutique  **/

#zoom {
	position: relative;
	width : 80px;
	height: 105px;
	}
#zoneAttent {
	position: relative;
	width : 80px;
	height: 105px;
	left: 0px;
	top: 0px;
	border: 1px dotted white;
	visibility:hide;
	}
#zoneAttent : over {
	position: relative;
	width : 130px;
	height: 170px;
	left: -25px;
	top: -25px;
	border: 1px solid #DEB3CB;
	visibility:show;
	z-index: 100;
	}
#zoom a span {
	position: absolute;
	left: -500em;
	top: -500em;
	text-indent: -500em;
	}