<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="Title" CONTENT="Bienvenue sur Healthserenity.com : bien-tre et sant en ligne"> <META NAME="Keywords" CONTENT="ide cadeau,sant minceur, parfum femme,produit naturel,conseil maquillage,cosmtique,anti age,vente par correspondance,produits de beaut,soins du visage,cosmtique,produits cosmtiques,forme,parfums de femmes,soins naturels,produits de beaut,conseils maquillage,conseil beaut, cosmtiques femme,cosmtiques naturels,anti age,vente de produits de beaut,vente par correspondance,beaut naturelle,parfum,parfums naturels,conseil maquillage, conseil,sant minceur,produits minceur,vente produits de beaut,vente maquillage,vente parfums,parfums et cosmtiques,beautycenter cosmtiques,ide sant,produits naturels,cosmtiques naturels,parfums naturels,produit naturel"> <META NAME="Description" CONTENT="Healthserenity.com : parapharmacie, oligo-vitamines, aromatherapie, phytotherapie, sant, stimulants et pharmacie. Tous nos produits vous sont livrs sous 2  5 jours."> <META NAME="Robots" CONTENT="index,follow,all"> <META NAME="Author" CONTENT="beauty center"> <META NAME="Publisher" CONTENT="beauty center"> <META NAME="Expires" CONTENT=""> <META NAME="Abstract" CONTENT="Healthserenity.com : parapharmacie, oligo-vitamines, aromatherapie, phytotherapie, sant, stimulants et pharmacie. Tous nos produits vous sont livrs sous 2  5 jours."> <meta name="revisit-after" content="15 days"> <title>Bienvenue sur Healthserenity.com : bien-tre et sant en ligne</title> <script language="javascript"> //loop, ScrUp et ScrDown : gestion du scroll de l'IFrame winshop (liste des commandes) pour IExplorer loop = 0; function ScrUp() { 	if(loop < 14) { 		winshop.scrollBy(0,-1); 		loop++; 		setTimeout('ScrUp()',10); 	} else { 		loop = 0; 	} } function ScrDown() { 	if(loop < 14) { 		winshop.scrollBy(0,1); 		loop++; 		setTimeout('ScrDown()',10); 	} else { 		loop = 0; 	} }  function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  function MM_validateForm() { //v4.0 modif Archimedia : traduction francaise et amelioration email   var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;   for (i=0; i<(args.length-2); i+=3) {   	 test=args[i+2]; val=MM_findObj(args[i]);      if (val) {  	 	nm=val.name; 		if ((val=val.value)!="") {       		if (test.indexOf('isEmail')!=-1) {  	  			//p=val.indexOf('@');         		//if (p<1 || p==(val.length-1)) 				var filter=/^.+@.+\..{2,3}$/ 				if (!filter.test(val)) 			 		errors+='- '+nm+' n\'est pas une adresse email correcte.\n';       		}        		else if (test=='telephone') {  				var temp = val.replace(/[ ._-]/gi,""); 				if (isNaN(temp)) errors+='- le numro de tlphone ne doit contenir que des chiffres, \' \', \'.\', \'-\' ou \'_\'.\n';       		}  			else if (test!='R') {         		if (isNaN(val))  					errors+='- '+nm+' doit contenir un nombre.\n';         		if (test.indexOf('inRange') != -1) {  					p=test.indexOf(':');           			min=test.substring(8,p);  					max=test.substring(p+1);           			if (val<min || max<val)  						errors+='- '+nm+' doit contenir un nombre compris entre '+min+' et '+max+'.\n';     			}  			} 		}  		else if (test.charAt(0) == 'R')  			errors += '- '+nm+' est obligatoire.\n';  		}   	} 	//Ajout Archimedia : On regarde si le mot de passe et sa confirmation sont identiques 	if (form_client.password.value!=form_client.password_confirmation.value) { 		errors+='- Le mot de passe et sa confirmation sont diff&eacute;rents.\n'; 	}  	if (errors)  		alert('Le formulaire n\'a pas ete correctement renseigne:\n'+errors);   	document.MM_returnValue = (errors == ''); }  function MM_validateFormSimple() { //v4.0 modif Archimedia : traduction francaise et amelioration email   var i,p,q,nm,test,num,min,max,errors='',args=MM_validateFormSimple.arguments;   for (i=0; i<(args.length-2); i+=3) {   	 test=args[i+2]; val=MM_findObj(args[i]);      if (val) {  	 	nm=val.name; 		if ((val=val.value)!="") {       		if (test.indexOf('isEmail')!=-1) {  	  			//p=val.indexOf('@');         		//if (p<1 || p==(val.length-1)) 				var filter=/^.+@.+\..{2,3}$/ 				if (!filter.test(val)) 			 		errors+='- '+nm+' n\'est pas une adresse email correcte.\n';       		}  			else if (test!='R') {         		if (isNaN(val))  					errors+='- '+nm+' doit contenir un nombre.\n';         		if (test.indexOf('inRange') != -1) {  					p=test.indexOf(':');           			min=test.substring(8,p);  					max=test.substring(p+1);           			if (val<min || max<val)  						errors+='- '+nm+' doit contenir un nombre compris entre '+min+' et '+max+'.\n';     			}  			} 		}  		else if (test.charAt(0) == 'R')  			errors += '- '+nm+' est obligatoire.\n';  		}   	} 	if (errors)  		alert('Le formulaire n\'a pas ete correctement renseigne:\n'+errors);   	document.MM_returnValue = (errors == ''); } //--> </script> <html> <head> <title>INDEX</title> <link rel="stylesheet" href="care.css" type="text/css"> <script> <!-- function fullwin(targeturl){ window.open(targeturl,"","fullscreen,scrollbars") } //--> </script> </head>  <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/m1roll.gif','images/m2roll.gif','images/mroll.gif','images/F_valider2.gif')">  <table border="0" cellspacing="0" cellpadding="0">   <tr height="30"><td colspan="2">&nbsp;</td></tr>   <tr>     <td width="50">&nbsp;</td>     <td height="1" align="center" class="noir">        <table width="712" border="0" cellspacing="0" cellpadding="0" class="border">         <tr>           <td height="393" valign="top">  <table width="85%" border="0" cellspacing="0" cellpadding="0">               <script language="JavaScript" type="text/JavaScript"> <!-- function MM_goToURL() { //v3.0   var i, args=MM_goToURL.arguments; document.MM_returnValue = false;   for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } //--> </script> <SCRIPT LANGUAGE="JavaScript"> <!-- Original:  Paul Deron (trombonepaul@yahoo.com) --> <!-- Web Site:  http://paul1.web.com -->  <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com -->  <!-- Begin function fullScreen(theURL) { window.open(theURL, '', 'fullscreen=yes, scrollbars=auto'); } //  End --> </script>  			  <tr>                     <td background="images/fd.gif"><img src="images/sex.gif" width="782" height="36" border="0" usemap="#Map">  <map name="Map">       <area shape="rect" coords="727,9,755,25" href="langue.php?l=f&url=/catalogue.php?r=191">       <area shape="rect" coords="756,8,782,26" href="langue.php?l=uk&url=/catalogue.php?r=191">       <area shape="rect" coords="679,2,716,26" href="images.php?url=/catalogue.php?r=191">       <area shape="rect" coords="626,2,662,27" href="#" onClick="fullScreen('images/panic/panic.html');">     </map></td>               </tr>               <tr>                  <td height="2">  				  <table width="100%" border="0" cellspacing="0" cellpadding="0">                     <tr>                        <td width="90%" height="2" background="images/fd.gif"></td>                                <td width="10%" height="2"><img name="Commander" src="images/F_panier.gif" alt="Commander" border="0"></td>                     </tr>                   </table>                 </td>               </tr> <script type='text/javascript' src='js/F_exmplmenu_var.js'></script>  <script type='text/javascript' src='js/menu_com.js'></script>                <tr>                  <td valign="top" height="346">                    <table width="100%" border="0" cellspacing="0" cellpadding="0">                     <tr>                        <td valign="top" height="283">                          <table width="100%" border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td valign="top">                               <table width="100%" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td width="2%">&nbsp;</td>                                   <td width="98%">&nbsp;</td>                                 </tr>                                 <tr>                                    <td width="2%">&nbsp;</td>                                   <td width="98%"><script language="JavaScript1.1"> <!-- hsh = new Date(); hsd = document; hsi = '<img width="1" height="1" src="http://logi3.xiti.com/hit.xiti?s=84162' hsi += '&p=page_cathomme&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) {Xiti_s=screen;hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;} hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" >'); //--> </script> <noscript>                                     <img width="1" height="1" src="http://logi3.xiti.com/hit.xiti?s=84162&p=&" >                                      </noscript></td>                                 </tr>                                 <tr><td colspan="2" nowrap>&nbsp;&nbsp;&nbsp;&nbsp;<img src="titrehealth.png"> </td></tr><tr><td colspan="2" height="58"><table width="95%" border="0" cellspacing="1" cellpadding="0"><tr bgcolor="#99C533"><td class="blanc" width="20%">ARTICLES</td><td class="blanc" width="43%">DESCRIPTIONS</td><td class="blanc" width="9%">PRIX</td><td class="blanc" width="15%">QUANTITE</td><td class="blanc" width="13%">ACHETER</td></tr><form method="get" action="update_panier_netscape.php" name="nb_article_2644" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2644"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2644" class="grasproduit">	Arkoline</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caramel ">Caramel </option><option value="Arme=Chocolat">Chocolat</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 4<br>Substitut de repas pour le contrle du poids, crme repas. Enrichie en protines de haute valeur ...</td><td class="noir" width="9%" height="4" nowrap>13.40 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2640" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2640"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2640" class="grasproduit">	Arkoline</a> 		<br><br><select name="option1" class="noir"><option value="Parfums=Chocolat florentin ">Chocolat florentin </option><option value="Parfums=Poire-chocolat ">Poire-chocolat </option><option value="Parfums=Vanille des les ">Vanille des les </option><option value="Parfums="></option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 6 avec shaker<br>Substitut de repas pour le contrle du poids, poudre. Riche en vitamines et en sels minraux. ...</td><td class="noir" width="9%" height="4" nowrap>9.65 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4909" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4909"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4909" class="grasproduit">	H804 Programme minceur</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 300 g<br>Prparation instantane pour potage  base de lgumes. Poudre  reconstituer. Sans gluten, sans ...</td><td class="noir" width="9%" height="4" nowrap>8.25 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_393" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="393"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=393" class="grasproduit">	Milical</a> 		<br><br><select name="option1" class="noir"><option value="Got=Vanille ">Vanille </option><option value="Got=Chocolat">Chocolat</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">2 pices de 210 g<br>Substitut de repas pour le contrle du poids, arme chocolat, vanille. Crme repas de texture ...</td><td class="noir" width="9%" height="4" nowrap>5.60 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_394" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="394"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=394" class="grasproduit">	Milical Gr2</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Caramel ">Caramel </option><option value="Arme=Vanille ">Vanille </option><option value="Arme="></option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">9 repas<br>Substitut de repas pour le contrle du poids. Crme repas satitante riches en fibres. Rgule la ...</td><td class="noir" width="9%" height="4" nowrap>20.90 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_388" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="388"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=388" class="grasproduit">	Milical Gr2</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Vanille ">Vanille </option><option value="Arme=Caramel">Caramel</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">12 repas<br>Substitut de repas pour le contrle du poids, arme chocolat. Crme repas satitante riches en ...</td><td class="noir" width="9%" height="4" nowrap>25.10 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2895" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2895"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2895" class="grasproduit">	Nesvital Duo ligne Calcium au Calci-N</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">cup do, 420 g<br>Substitut de repas pour le contrle du poids, lgume provenal + chocolat. Compos dun potage ...</td><td class="noir" width="9%" height="4" nowrap>9.25 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2896" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2896"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2896" class="grasproduit">	Nesvital Duo ligne Calcium au Calci-N</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">cup duo, 420 g<br>Substitut de repas pour le contrle du poids, lgumes verts + chocolat. Compos dun potage ...</td><td class="noir" width="9%" height="4" nowrap>9.25 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2898" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2898"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2898" class="grasproduit">	Nesvital Minceur</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caramel ">Caramel </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 375 ml pack de 3<br>Substitut de repas pour le contrle du poids, boisson. Hyperprotidique, hypocalorique. Pauvre en ...</td><td class="noir" width="9%" height="4" nowrap>17.10 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2897" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2897"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2897" class="grasproduit">	Nesvital Minceur</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caramel ">Caramel </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 375 ml<br>Substitut de repas pour le contrle du poids, boisson. Hyperprotidique, hypocalorique. Pauvre en ...</td><td class="noir" width="9%" height="4" nowrap>5.60 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4907" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4907"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4907" class="grasproduit">	Pastaform</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 7<br>En-cas hypocalorique appauvri en glucides, pte. Prparation hyperprotidique. Sans lait, sans soja. ...</td><td class="noir" width="9%" height="4" nowrap>23.90 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4250" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4250"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4250" class="grasproduit">	Pleniday Programme protines</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caramel ">Caramel </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 280 g<br>En-cas hypocalorique appauvri en glucides, poudre, arme caramel, chocolat et vanille. Prparation ...</td><td class="noir" width="9%" height="4" nowrap>9.85 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4249" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4249"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4249" class="grasproduit">	Pleniday Programme protines</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caramel ">Caramel </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Lgumes ">Lgumes </option><option value="Arme=Vanille ">Vanille </option><option value="Arme=Cappuccino ">Cappuccino </option><option value="Arme=Omelette">Omelette</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">pot 350 g<br>En-cas hypocalorique appauvri en glucides, poudre, arme caramel, chocolat,lgumes, vanille, ...</td><td class="noir" width="9%" height="4" nowrap>19.80 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4074" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4074"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4074" class="grasproduit">	Prolimag</a> 		<br><br><select name="option1" class="noir"><option value="Arme=5 lgumes ">5 lgumes </option><option value="Arme=Poulet Champignon ">Poulet Champignon </option><option value="Arme=Tomate Basilic">Tomate Basilic</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 6<br>En-cas hypocalorique appauvri en lipides, armes sals. Hyperprotidique. Poudre  reconstituer. ...</td><td class="noir" width="9%" height="4" nowrap>15.40 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4075" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4075"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4075" class="grasproduit">	Prolimag</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caf ">Caf </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 6<br>En-cas hypocalorique appauvri en lipides, armes sucrs. Hyperprotidique. Poudre  reconstituer. ...</td><td class="noir" width="9%" height="4" nowrap>15.40 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2310" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2310"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2310" class="grasproduit">	Protical Crme instantane</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Caf ">Caf </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Fruits des bois ">Fruits des bois </option><option value="Arme=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 6<br>En-cas hypocalorique appauvri en glucides, crme repas. Hyperprotidique, enrichi en fer et en ...</td><td class="noir" width="9%" height="4" nowrap>12.80 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2313" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2313"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2313" class="grasproduit">	Protical Crme prt  consommer</a> 		<br><br><select name="option1" class="noir"><option value="Arme=caramel ">caramel </option><option value="Arme=Chocolat ">Chocolat </option><option value="Arme=Noisette ">Noisette </option><option value="Arme=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 2<br>En-cas hypocalorique appauvri en glucides, prt  lemploi. Hyperprotidique. Edulcor  lacsulfam ...</td><td class="noir" width="9%" height="4" nowrap>9.25 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_2314" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="2314"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=2314" class="grasproduit">	Protical Potage</a> 		<br><br><select name="option1" class="noir"><option value="Arme=Champignon ">Champignon </option><option value="Arme=Lgumes ">Lgumes </option><option value="Arme=Poireau ">Poireau </option><option value="Arme=Tomate ">Tomate </option><option value="Arme=Volaille">Volaille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 6<br>En-cas hypocalorique appauvri en glucides, potage. Hyperprotidique, enrichi en fer et en vitamines. ...</td><td class="noir" width="9%" height="4" nowrap>12.80 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4003" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4003"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4003" class="grasproduit">	Slim Fast</a> 		<br><br><select name="option1" class="noir"><option value="Dlice=Caf ">Caf </option><option value="Dlice=Chocolat ">Chocolat </option><option value="Dlice=Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 438 g<br>Poudre, substitut de repas pour contrle du poids. Enrichie en protines, pauvre en lipides, ...</td><td class="noir" width="9%" height="4" nowrap>16.30 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4687" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4687"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4687" class="grasproduit">	Slim Fast chaud</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 468 g<br>Poudre, substitut de repas pour contrle du poids, dlice chocolat chaud. Enrichie en protines, ...</td><td class="noir" width="9%" height="4" nowrap>17.40 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4008" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4008"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4008" class="grasproduit">	Slim Fast velout</a> 		<br><br><select name="option1" class="noir"><option value="Crme de =Volaille avec croutons ">Volaille avec croutons </option><option value="Crme de =Champignon avec croutons ">Champignon avec croutons </option><option value="Crme de =Lgumes printaniers avec croutons ">Lgumes printaniers avec croutons </option><option value="Crme de =Tomate au basilic avec croutons">Tomate au basilic avec croutons</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 3<br>Poudre, substitut de repas pour contrle du poids. Poudre  reconstituer. Apport en protines, en ...</td><td class="noir" width="9%" height="4" nowrap>9.30 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4515" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4515"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4515" class="grasproduit">	Sokoja</a> 		<br><br><select name="option1" class="noir"><option value="Potage : =5 lgumes ">5 lgumes </option><option value="Potage : =Champignons ">Champignons </option><option value="Potage : =Gaspacho ">Gaspacho </option><option value="Potage : =Asperge ">Asperge </option><option value="Potage : =Poireau">Poireau</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 5<br>En-cas hypocalorique appauvri en glucides. Prparation hyperprotidique, appauvri en lipides. A base ...</td><td class="noir" width="9%" height="4" nowrap>7.65 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4513" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4513"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4513" class="grasproduit">	Sokoja</a> 		<br><br><select name="option1" class="noir"><option value="Crme : =Cassis ">Cassis </option><option value="Crme : =Chocolat ">Chocolat </option><option value="Crme : =Vanille">Vanille</option></select>		</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 5<br>En-cas hypocalorique appauvri en glucides. Hyperprotidique, appauvri en lipides. Riche en fibres. A ...</td><td class="noir" width="9%" height="4" nowrap>7.65 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form><form method="get" action="update_panier_netscape.php" name="nb_article_4514" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=191"><input type="hidden" name="id_article" value="4514"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=4514" class="grasproduit">	Sokoja</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 5<br>En-cas hypocalorique appauvri en glucides, petit djeuner muesli. Prparation hyperprotidique, ...</td><td class="noir" width="9%" height="4" nowrap>7.65 </td><td class="gris" width="15%" height="4"><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td rowspan="2" width="58%"><input type="text" name="nb_article" size="1" maxlength="2" value="1"></td><td width="42%" align="center"></td></tr><tr><td width="42%" align="center"></td></tr></table></td><td class="noir" width="13%" height="4"><input type="Image" src="images/ok.gif" width="14" height="10" border="0"></td></tr></form></table></td></tr>                              </table>                             </td>                           </tr>                         </table>                       </td>                       <td height="283" valign="top" width="191">                         <link href="care.css" rel="stylesheet" type="text/css"> 						 <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>      <td background="images/fdpanier.gif" height="94">        <table width="100%" border="0" cellspacing="0" cellpadding="0" height="300">   <tr>      <td height="236" bgcolor="#BDD6D6" valign="top"> 		<table width="100%" border="0">  				</table>	 	</td>   </tr> </table>    </td>   </tr>   <tr>      <td height="5" background="images/fdpanier.gif" align="center"> <table cellspacing="0" cellspading="0" border="0" width="100%">         <tr background="images/point.gif">            <td height="1" colspan="2"></td>         </tr>         <tr>            <td><div align="left">                <table width="100%" border="0" cellspacing="2" cellpadding="0">                 <tr>                    <td width="2%"><a href="panier.php" class="noirgris"> <img src="images/ord.gif" border="0">                      </a><a href="panier.php" class="noirgris"> </a></td>                   <td width="98%" valign="middle"><div align="left"><a href="panier.php" class="noirgris">                        Voir le panier                      </a></div></td>                 </tr>               </table>             </div></td>           <td height="25" align="right"> <div align="center"><img src="images/scroll.gif" usemap="#Mapscroll" border="0">                <map name="Mapscroll">                 <area shape="rect" coords="-1,0,20,17" href="#" onClick="ScrUp()">                 <area shape="rect" coords="0,16,21,35" href="#" onClick="ScrDown()">               </map>             </div></td>         </tr>       </table></td>   </tr>   <tr>      <td height="2"><img src="images/panierbas.gif" width="191" height="3"></td>   </tr>   <tr>      <td height="5"></td>   </tr>   <tr>      <td><a href="commander.php"><img name="Commander" src="images/F_valider.gif" alt="Commander" border="0"></a>      </td>   </tr>   <tr>      <td>&nbsp;</td>   </tr>     <tr>      <td><div align="center"><a href="http://www.mindserenity.com" target="_blank"><img src="images/lienb.gif" width="183" height="89" border="0"></a></div></td>   </tr>   <tr>      <td>&nbsp;</td>   </tr>   <tr>      <td> <div align="center">          <a href="detail_produit.php?id=2805"><img src="pubs1/2805.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td height="5"></td>   </tr>     <tr>      <td> <div align="center">          <a href="detail_produit.php?id=3689"><img src="pubs2/3689.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td height="5"></td>   </tr>     <tr>      <td> <div align="center">          <a href="detail_produit.php?id=885"><img src="pubs3/885.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td>&nbsp;</td>   </tr>     <tr>      <td> <div align="center">          <a href="detail_produit.php?id=2345"><img src="pubs4/2345.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td height="5"></td>   </tr> </table>                       </td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td height="2">&nbsp;</td>               </tr>               <tr>                  <td><a href="nouveaute.php"><img src="images/root.gif" width="782" height="29" border="0"></a></td>               </tr>             </table>           </td>         </tr>       </table>       <br>       <span class="noir2">&copy; HEALTHSERENITY.COM I All rights reserved I POWERED        BY <a href="http://www.archimedia.fr" target="_blank" class="noirgris">ARCHIMEDIA</a></span></td>   </tr> </table> </body> </html> 
