// JavaScript Document
	function getstirfry(prod){
		
		$(".stirfry").css("text-indent","-128px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");
		
		if(prod==1){
			//CHANGEMENT DU VISUEL
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_stirfry_yintan_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_stirfry_yintan_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=1&amp;id=54"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==2){
			//CHANGEMENT DU VISUEL
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_stirfry_thailandais_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_stirfry_thailandais_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=1&amp;id=56"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==3){
			//CHANGEMENT DU VISUEL
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_stirfry_chinois_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_stirfry_chinois_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=1&amp;id=52"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==4){
			//CHANGEMENT DU VISUEL
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_stirfry_asiatique_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_stirfry_asiatique_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=1&amp;id=50"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_stirfry.png" />');
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").show();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").hide();
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;
	}
	
	function getgrill(prod){
		
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","-113px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");
		
		//CHANGEMENT DU VISUEL
		$("#sac_produit").html('<img src="images/solutions/solutions_produit_grill_sac.png" />');
		$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_grill_bg.jpg)");
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_grill.png" />');
		$("#box_voir_prochaine").css("margin","5px 0 0 20px");
		$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=2&amp;id=58"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").hide();		
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").hide();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;
	}
	
	function getsteamleg(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","-115px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");
		
		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_ailfineherbes_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_ailfineherbes_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=3&amp;id=98"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_haricots_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_haricots_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=3&amp;id=65"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==3){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_fleurettes_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_fleurettes_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=3&amp;id=63"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==4){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_asperges_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_asperges_bg.jpg");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=3&amp;id=61"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==5){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_romanesco_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_romanesco_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=3&amp;id=67"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}		
		
		
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_steam_legumes.png" />');
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").show();
		$("#content_mini_sac_over_select").hide();		
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
	
		return false;	
	}
	
	
	function getselect(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","-115px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");
		
		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_asperges_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_asperges_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=100"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_duofleurette_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_duofleurettes_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=101"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==3){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_epinards_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_epinard_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=102"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==4){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_equilibre_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_equilibre_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=103"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==5){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_haricotsfins_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_haricotsfins_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=104"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==6){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_mandarin_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_mandarin_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=105"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==7){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_mediterranean_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_mediterranean_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=106"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}	
		if(prod==8){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_melangeharicots_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_melangeharicots_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=107"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}									
		if(prod==9){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_select_sanfrancisco_sac.png" />');	
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_select_sanfrancisco_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=9&amp;id=108"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}	
		
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_steam_legumes.png" />');
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").show();		
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
	
		return false;	
	}	
	
	function getsteamriz(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","-112px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");
		

		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_riz_forestiere_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_riz_forestiere_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=4&amp;id=69"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_riz_jardiniere_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_riz_jardiniere_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=4&amp;id=71"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==3){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_riz_oriental_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_riz_sauvage_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=4&amp;id=73"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==4){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_steam_riz_sauvage_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_steam_riz_sauvage_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=4&amp;id=75"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}

		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_steam_riz.png" />');
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").hide();		
		$("#content_mini_sac_over_steamriz").show();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;		
	}
	
	function getmenu(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","-118px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");

		//CHANGEMENT DU VISUEL
		$("#sac_produit").html('<img src="images/solutions/solutions_produit_menu_spag_sac.png" />');
		$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_menu_spag_bg.jpg)");
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_menu.png" />');
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=5&amp;id=77"><img src="images/solutions/btn_solutions_fiche_technique.png" alt="Fiche technique" /></a>');

		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_menu_spag_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_menu_spag_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=5&amp;id=77"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_menu_soupe_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_menu_soupe_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=5&amp;id=118"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");		

		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").hide();		
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").show();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();	
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;		
	}


	function getmix(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","-86px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","0px");
		
		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mix_bruxellois_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mix_bruxellois_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=6&amp;id=85"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mix_californien_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mix_californien_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=6&amp;id=87"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==3){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mix_italien_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mix_italien_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=6&amp;id=89"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==4){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mix_oriental_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mix_oriental_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=6&amp;id=91"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==5){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mix_orleans_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mix_orleans_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=6&amp;id=93"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}		
		
		
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_mix.png" />');
		$("#slogan_produit").css("margin","0 0 -10px 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").hide();		
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").show();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;		
	}
	
	function getsolo(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","-84px");
		$(".mini").css("text-indent","0px");
		
		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_solo_brocoli_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_solo_brocoli_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=7&amp;id=95"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}		
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_solo_haricots_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_solo_haricots_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=7&amp;id=97"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		
		
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_solo.png" />');
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").show();
		$("#content_mini_sac_over_mini").hide();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;		
	}
	
	function getmini(prod){
		$(".stirfry").css("text-indent","0px");
		$(".grill").css("text-indent","0px");
		$(".steammleg").css("text-indent","0px");
		$(".select").css("text-indent","0px");
		$(".steammriz").css("text-indent","0px");
		$(".menu").css("text-indent","0px");
		$(".mix").css("text-indent","0px");
		$(".solo").css("text-indent","0px");
		$(".mini").css("text-indent","-90px");
		
		//CHANGEMENT DU VISUEL
		if(prod==1){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mini_macedoine_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mini_macedoine_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=8&amp;id=79"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}	
		if(prod==2){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mini_mais_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mini_mais_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=8&amp;id=81"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}
		if(prod==3){
			$("#sac_produit").html('<img src="images/solutions/solutions_produit_mini_pois_sac.png" />');
			$("#fiche_produit").css("background-image","url(images/solutions/solutions_produit_mini_pois_bg.jpg)");
			$("#btn_fiche_technique").html('<a href="fichetechnique.php?group=8&amp;id=83"><img src="images/solutions/btn_solutions_fiche_technique.png" width="136" height="34" alt="Fiche technique" /></a>');
		}			
		
		$("#slogan_produit").html('<img src="images/solutions/solutions_slogan_mini.png" />');
		$("#slogan_produit").css("margin","0 0 0 0");
		$("#box_voir_prochaine").css("margin","30px 0 0 20px");
		
		//UPDATE DE LA LISTE DES PRODUITS
		$("#content_mini_sac_over_stirfry").hide();
		$("#content_mini_sac_over_grill").hide();
		$("#content_mini_sac_over_steamleg").hide();
		$("#content_mini_sac_over_select").hide();		
		$("#content_mini_sac_over_steamriz").hide();
		$("#content_mini_sac_over_menu").hide();
		$("#content_mini_sac_over_mix").hide();
		$("#content_mini_sac_over_solo").hide();
		$("#content_mini_sac_over_mini").show();
		
		$("#box_voir_produits").show();
		$("#content_mini_sac_over").fadeOut("fast");
		
		return false;		
	}

