function affiche(idSite) 
{
//	$('#affiche').load('ajax_get_dates.php?id_site='+idSite);
	$('.img-index').hide();
	$('#img-txt-'+idSite).show();

}
