function raz_n() {
	if (document.form_localisation.n.value == "et/ou nom du point de vente")
		document.form_localisation.n.value = "";
}

function init_n() {
	if (document.form_localisation.n.value == "")
		document.form_localisation.n.value = "et/ou nom du point de vente";
}

function verifier_depart() {
	if (document.form_localisation.d.value == "0" ) {
		alert("Veuillez sélectionner un département.");
		return false;
	}
	document.form_localisation.type_rech.value = "D";
}
