function show_incontournable(id,precedent_suivant){		
				$('#photosemaine').slideUp(200);		 
				jQuery.post('/script/incontournable_refresh.php',{id_inc:id,precedent_suivant:precedent_suivant},function(data){ 
						//$('#photosemaine').slideUp(200).html(data).slideDown(1000);
						$('#photosemaine').html(data).slideDown(1000); 
				});
			}
function news_refresh(indice,precedent_suivant){		
				 
				jQuery.post('/script/news_refresh.php',{indice:indice,precedent_suivant:precedent_suivant},function(data){ 
						$('#news_accueil').html(data).slideDown(1000); 
				});
			}
