
$(document).ready(function ()
{
	
	$("#ville_id").bind("change",function()
	{
		
		$("#form").submit();
	});
			

});
