/* ---- Classes pour le zoom des images ---- */
.normal{
	cursor:hand;
}
.transparent{
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:hand;
}
.cache{
	display:none;
	visibility:hidden;
}
.affiche{
	background-color:#FFFFFF;
	position: absolute ;
	z-index: 2;
	border:1px solid #000000;
	visibility:hidden;
}
.diapo{
	margin:8px;
	display:block;
	float:left;
	height:110px;
	background-color:#F6F5EA;
	border:1px solid #CCCCCC;
}
.diapo img{
	cursor:hand;
}
