

//	LIGHTBOX
	var labels_lbox = new Object({
		contact : {
			label : 'Contactez-nous pour en savoir plus sur cette oeuvre',
			title :	'Contactez-nous pour en savoir plus sur cette oeuvre'
		},
		btn_prec : {
			label : '<NOBR>&#8249; PRÉCÉDENT</NOBR>',
			title :	'Voir l\'image précédente'
		},
		btn_suiv : {
			label : '<NOBR>SUIVANT &#8250;</NOBR>',
			title :	'Voir l\'image suivante'
		},
		btn_close : {
			label : 'FERMER',
			title :	'Fermer cette fenêtre'
		}	
	});
