$(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		allowresize: false,
		theme : 'facebook'
	
	});
	 
	 $("#boutonCommanderArticle").show("slow");
});

