jQuery.noConflict();
jQuery(document).ready(function($) { 
	$("a.realisations").colorbox({maxWidth: 700, maxHeight: 768});
	$('a.voir_video').colorbox({width:"660px", height:"500px", iframe: true});
}); 