Lightbox sur une image map
	
	
		Bonjour,
Je cherche a faire mettre en place une visonneuse de type lightbox via des liens imagemap....
Les liens fonctionnent, j'arrive a faire afficher des pages web..
La lighbox marche correctement avec un lien standart type mais pas avec un lien image map.
<map name="imagemap" id="Map">
			<area shape="rect" coords="20, 20, 210, 270"   href="bureau_web.jpg" rel="lightbox" title="Presentation" />
			<area shape="rect" coords="390, 140, 530, 320" href="" onclick="popup_collection()" title="Collections" />
			<area shape="rect" coords="542, 85, 680, 225"  href="" onclick="popup_actualite()" title="Actualités" />
			<area shape="rect" coords="690, 10, 850, 170"  href="" onclick="popup_contact()" title=" Contact & Points de vente" />
			
		</map>		
Pour l'instant, l'image s'affiche dans une nouvelle page, je penque qu'il me manque quelque chose... mais quoi ????