function changeVigneron(){
	var page = document.getElementById("vigneron").options[document.getElementById("vigneron").selectedIndex].value;
	//alert(page);
	window.location.href="http://www.cellarduvin.com/portail/actualites/vignerons/"+page;
}
