$(function(){
	$('a#espace-client').click(function(){
		window.location=SITE_URL;
		return false;
		});
});