function contact_over() {
	document.images["contact"].src = "../images/contactez-nous-on.gif";
}
function contact_out() {
	document.images["contact"].src = "../images/contactez-nous.gif";
}

function popupcentree(page,largeur,hauteur,options) {
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
/*********************************/
function champ() {
	if (document.form.form_name.value.length == 0) {
		alert("Veuillez introduire votre nom, Merci");
		document.form.form_name.focus();
		return false;
	}
	if (document.form.form_surname.value.length == 0) {
		alert("Veuillez introduire votre prénom, Merci");
		document.form.form_surname.focus();
		return false;
	}
	if (document.form.form_address.value.length == 0) {
		alert("Veuillez introduire votre adresse, Merci");
		document.form.form_address.focus();
		return false;
	}
	if (document.form.form_cp.value.length == 0) {
		alert("Veuillez introduire votre code postal, Merci");
		document.form.form_cp.focus();
		return false;
	}
	if (document.form.form_city.value.length == 0) {
		alert("Veuillez introduire votre ville, Merci");
		document.form.form_city.focus();
		return false;
	}
	if (document.form.form_country.value.length == 0) {
		alert("Veuillez introduire votre pays, Merci");
		document.form.form_country.focus();
		return false;
	}
	if (document.form.form_phone.value.length == 0) {
		alert("Veuillez introduire votre numéro de téléphone, Merci");
		document.form.form_phone.focus();
		return false;
	}
	if ((document.form.form_mail.value.length == 0) || (document.form.form_mail.value.indexOf('@',0)==-1) || (document.form.form_mail.value.indexOf('.',0)==-1)) {
		alert("Veuillez introduire une adresse e-mail valide, Merci");
		document.form.form_mail.focus();
		return false;
	}
	if (document.form.form_start.value.length == 0) {
		alert("Veuillez introduire une date de début de séjour, Merci");
		document.form.form_start.focus();
		return false;
	}
	if (document.form.form_start.value.length == 0) {
		alert("Veuillez introduire une date de début de séjour, Merci");
		document.form.form_start.focus();
		return false;
	}
	if (document.form.form_end.value.length == 0) {
		alert("Veuillez introduire une date de fin de séjour, Merci");
		document.form.form_end.focus();
		return false;
	}
	if (document.form.form_people.value.length == 0) {
		alert("Veuillez introduire le nombre de personne, Merci");
		document.form.form_people.focus();
		return false;
	}
	if (document.form.form_code.value.length == 0) {
		alert("Veuillez retaper le code anti-spam, Merci");
		document.form.form_code.focus();
		return false;
	}
}
//************************
function over_menu_1() {
	document.images["m1"].src = "../images/galerie_interieur_survol.jpg";
}
function out_menu_1() {
	document.images["m1"].src = "../images/galerie_interieur.jpg";
}
//************************
function over_menu_2() {
	document.images["m2"].src = "../images/galerie_environs_survol.jpg";
}
function out_menu_2() {
	document.images["m2"].src = "../images/galerie_environs.jpg";
}





