jQuery(document).ready(function($) {
	$('#inscription').click(function(){
		window.location = $('a',$(this)).attr('href');
	});
});
