$(document).ready(function (){
	if($('input#poursuivre')){
		$('input#poursuivre').click(function(){
			valid_form2();
		});
	}
});

