<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=771">       <area shape="rect" coords="756,8,782,26" href="langue.php?l=uk&url=/catalogue.php?r=771">       <area shape="rect" coords="679,2,716,26" href="images.php?url=/catalogue.php?r=771">       <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_3053" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3053"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3053" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 1 kg<br>Chocolat de rgime en granul pour petit djeuner instantan. Parfaitement assimilable, ne constipe ...</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_3052" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3052"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3052" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 500 g<br>Chocolat de rgime en granul pour petit djeuner instantan. Parfaitement assimilable, ne constipe ...</td><td class="noir" width="9%" height="4" nowrap>5.00 </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_3051" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3051"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3051" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 250 g<br>Chocolat de rgime en granul pour petit djeuner instantan. Parfaitement assimilable, ne constipe ...</td><td class="noir" width="9%" height="4" nowrap>2.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_3050" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3050"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3050" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">bt 500 g<br>Chocolat de rgime en granul pour petit djeuner instantan, au sucre de canne. Parfaitement ...</td><td class="noir" width="9%" height="4" nowrap>4.75 </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_3059" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3059"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3059" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 200 g<br>Chocolat de rgime en tablette. Parfaitement assimilable, ne constipe pas et est bien tolr par le ...</td><td class="noir" width="9%" height="4" nowrap>3.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_3058" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3058"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3058" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 100 g<br>Chocolat de rgime en tablette. Parfaitement assimilable, ne constipe pas et est bien tolr par le ...</td><td class="noir" width="9%" height="4" nowrap>1.55 </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_3049" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3049"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3049" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 200 g<br>Chocolat de rgime en tablette, chocolat au lait. Parfaitement assimilable, ne constipe pas et est ...</td><td class="noir" width="9%" height="4" nowrap>3.45 </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_3048" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3048"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3048" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 100 g<br>Chocolat de rgime en tablette, chocolat au lait. Parfaitement assimilable, ne constipe pas et est ...</td><td class="noir" width="9%" height="4" nowrap>1.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_3054" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3054"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3054" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 100 g<br>Chocolat de rgime en tablette, pauvre en glucides, chocolat amer. Conditionnement : emballage ...</td><td class="noir" width="9%" height="4" nowrap>2.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_3055" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3055"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3055" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 100 g<br>Chocolat de rgime en tablette, pauvre en glucides, chocolat au lait. Conditionnement : emballage ...</td><td class="noir" width="9%" height="4" nowrap>3.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_3057" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3057"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3057" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 200 g<br>Chocolat de rgime en tablette, sucre de canne non raffin. Parfaitement assimilable, ne constipe ...</td><td class="noir" width="9%" height="4" nowrap>3.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_3056" class="formulaire"><input type="hidden" name="page" value="/catalogue.php?r=771"><input type="hidden" name="id_article" value="3056"><tr bgcolor="#E4F2C3"><td width="20%" height="4" nowrap>		<table border="0"><tr> 		<td> 				</td> 		<td> 			<a href="detail_produit.php?id=3056" class="grasproduit">	Chocolat Dardenne</a> 				</td> 		</tr></table> 	</td><td class="gris" width="43%" height="4">tablette 100 g<br>Chocolat de rgime en tablette, sucre de canne non raffin. Parfaitement assimilable, ne constipe ...</td><td class="noir" width="9%" height="4" nowrap>1.55 </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=454"><img src="pubs1/454.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td height="5"></td>   </tr>     <tr>      <td> <div align="center">          <a href="detail_produit.php?id=4006"><img src="pubs2/4006.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td height="5"></td>   </tr>     <tr>      <td> <div align="center">          <a href="detail_produit.php?id=869"><img src="pubs3/869.gif" border="0"></a>      </div></td>   </tr>   <tr>      <td>&nbsp;</td>   </tr>     <tr>      <td> <div align="center">          <a href="detail_produit.php?id=2340"><img src="pubs4/2340.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> 
