function GotoPage(formulaire, idPage){
	formulaire.Page.value = idPage;
	formulaire.submit();
}