jQuery.noConflict();
jQuery(document).ready(function($) { 

	$('a.voir_image').colorbox();
});
