$(document).ready(function(){
	initInscriptionNews();
	initAccesCollec();
	Nifty("#cdr_rech", "transparent small tl bl");
});


function initInscriptionNews(){
	$("#inscription_news").click(function(){
		$(this).val("");
	});
}


function initAccesCollec(){
	$("#acces_collec").change(function(){
		var mavaleur = $(this).val();
		document.location.href="/front_navigation/acces_par_collection/"+mavaleur;
	});
}

