
$(document).ready(function(){
	// boite ongles
	$(".ongles_js").obj_ongle();
	$(".change_page").change(function () {
		document.location.href = $(this).attr("value");
	});
})
