// Permet ne pas entrer en conflict avec d'autre framework
var $j = jQuery.noConflict();

$j(document).ready(function(){
	if ( typeof $j.prettyPhoto != "undefined"){
		$j(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
	}
});


