function changerPays(pays) {
	document.FormConfig.pays.value=pays;
	//alert(pays);
	//document.FormConfig.submit();
	
}

function changerLangue(langue) {
	document.FormConfig.langue.value=langue;
	//alert(langue);
	//document.FormConfig.submit();
	
}

function changerPage(page) {
	document.FormConfig.page.value=page;
	//alert(page);
	//document.FormConfig.submit();
	
}

function changerParametre(parametre) {
	document.FormConfig.parametre.value=parametre;
	//alert(parametre);	
}

function changerSupression(id) {
	document.FormConfig.supression.value=id;
	//alert(parametre);	
}

function changerLangueText(langue) {
	document.FormConfig.langueText.value=langue;
	//alert(parametre);	
}

function sendModif(){
	document.FormConfig.submit();
}
