$(document).ready(function(){
	$("#clic_wine").click(function(){
		$("#img_wine").html('<img src="images/site/wine/CARTEWINE.jpg" />');
	});
});
