function CheckCP()
{
	if (document.SeulForm.Form_CP.value == '')
	{
		alert('Veuillez saisir un code postal !');
		return false;
	}
}