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