/* Décoraton.js
/* Routines JavaScript pour la décoration */
$(document).ready(function() {
	$("#content img").each(function(){
		$(this).shadowise();
	});
});

