function sondage_pro(obj)
{
	if (obj.checked)
		document.getElementById('span_user_pro').style.display = '';
	else
		document.getElementById('span_user_pro').style.display = 'none';
}