/* Feuille de style pour les agrandissements produits */


#pop { /* fenêtre */
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:200;
	background-color:#E9E4CE;
	border-top:4px solid #E9E4CE;
	border-left:4px solid #E9E4CE;
	border-right:4px solid #E9E4CE;
	border-bottom:0 solid #E9E4CE;
	*border-bottom:4px solid #E9E4CE; /* Hack ie7 : lu par ie, non lu par firefox */
}

#pop img {
	cursor:pointer;
}

#tet { /* titre */
	font:12px/18px Arial, Helvetica, sans-serif;
	color:white;
	cursor:move;
	font-weight: bold;
	background-color:#0073A3;
	padding:0 20px 0 .5em;
	white-space:nowrap;
}

#croix { /* croix pour fermer */
	position:absolute;
	margin:0;
	border:0;
	right:0;
	top:0;
	padding:0;
	height:14px;
	width:16px;
	font-weight: bold;
	cursor:pointer;
}


/* liens avec class */
.zoom {
	background:transparent !important;
}

