jQuery(document).ready(function($) {
	// LIGHTBOX
  $('#realisations a').lightBox();
  $('#gallery a').lightBox();
}) 
