$(document).ready(function() {
	$('a.group').colorbox({'width':'570px', 'height':'700px', 'maxHeight':'700px', 'iframe':true});
	$('a.groupimg').colorbox({'current':"{current} sur {total}"});
/*	$("a.group").fancybox({ 
		'hideOnContentClick': false
	}); */
	$('a.contact').colorbox({'width':'570px', 'height':'500px', 'maxHeight':'500px', 'iframe':true});
	url = $('a.contact2').attr("href");
	if(url) {
		v = url.slice(url.indexOf('form_notification.php?VILLE=') + 28, url.length) ;	

$('a.contact2').colorbox({'href':'form_notification.php?VILLE='+v,'width':'570px', 'height':'500px', 'maxHeight':'500px', 'iframe':true});
	}
}); 


