function rechtaille(formulaire)
{
	location.href = formulaire.taille.options[formulaire.taille.selectedIndex].value;
	 
}
