<html> <head> <title>ROY - Chocolatier  Paris...</title> <meta name="keywords" content="chocolat, chocolatier, bonbons de chocolat, chocolat pour diabtique, ROY, ROY Chocolatier, Paris, France, livrer, livraison, expdier, expdition, envoi, envoyer, truffes, confiseries, orangettes, florentins, calissons, marrons glacs, ptes de fruits, pralines, petits carrs chocolat, drages, amandes chocolat, noisettes chocolat, caf chocolat, chocolats Saint Valentin, chocolats Pques, cadeau, cadeaux d'entreprise, cadeaux d'affaires, cadeau d'anniversaire"> <style type="text/css"> <!-- .link_menu{ font-family: Arial, Helvetica, sans-serif;  	        font-size: 9pt;  	        font-style: normal;  	        font-weight: bold; 	 	        font-variant: normal;  	        color: #FFFFFF; 	        TEXT-DECORATION:none} A.link_menu { font-family: Arial, Helvetica, sans-serif;  	        font-size: 9pt;  	        font-style: normal;  	        font-weight: bold;  	        font-variant: normal;  	        color: #FFFFFF; 			} A.link_menu:HOVER { font-family: Arial, Helvetica, sans-serif;  	        font-size: 9pt;  	        font-style: normal;  	        font-weight: bold;  	        font-variant: normal;  	        color: #FFFFFF; 			} .texte{ font-family: Arial, Helvetica, sans-serif;  	        font-size: 10pt;  	        font-style: normal;  	        font-weight: normal;  	        font-variant: normal;  	        color: #FFF1C8; 	        } .titre{ font-family: Arial, Helvetica, sans-serif;  	        font-size: 13pt;  	        font-style: normal;  	        font-weight: bold; 	 	        font-variant: normal;  	        color: #FFCE63; 	        } 			 .titre_prod{ font-family: Arial, Helvetica, sans-serif;  	        font-size: 11pt;  	        font-style: normal;  	        font-weight: bold; 	 	        font-variant: normal;  	        color: #FFCE63; 	        }  .desc_prod{ font-family: Arial, Helvetica, sans-serif;  	        font-size: 9pt;  	        font-style: normal;  	       	        font-variant: normal;  	        color: #FFCE63; 	        } --> </style> </head> <body bgcolor="#731012" onload="dmReady = true; DMenuInit();" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <a name="TOP"></a>  <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>      <td background="images/header_bg.gif">        <table width="780" border="0" cellspacing="0" cellpadding="0" align="center">         <tr>            <td width="135" height="53" background="images/vide.gif"><img src="images/header_visu_left.gif" width="135" height="53"></td>           <td valign="top" align="center" background="images/vide.gif"><a href="index.html"><img src="images/header_logo.gif" width="158" height="53" border="0"></a></td>           <td width="135" background="images/vide.gif" align="right">              <form name=FORM_LANGUE method=post action=>               <input type="hidden" name="Langue" value="EN"> <a href="#" onclick="FORM_LANGUE.submit(); return false;" CLASS=link>English</a>              </form>  </td>         </tr>       </table>     </td>   </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr valign="top" align="center">      <td>        <table width="100%" border="0" cellspacing="0" cellpadding="0">         <tr>            <td  bgcolor="#A92F32" valign="top" align="center" height="22">    <style type="text/css"> A:hover.link_menu {color:#FFFFFF;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: bold; font-variant: normal;  text-decoration:none;} A.link_menu { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: bold; font-variant: normal; color:#FFF1C8; text-decoration:none;}  A:hover.link {color:#FFFFFF;font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; font-variant: normal;  text-decoration:none;} A.link { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; font-variant: normal; color:#FFF1C8; text-decoration:none;} .txt { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; text-decoration:none;} </style> <SCRIPT language=JavaScript>  function Navigateur() { 	var b=navigator.appName; 	if (b.indexOf('Netscape')!=-1) this.b="ns"; 	else if ((b=="Opera") || (navigator.userAgent.indexOf("Opera")>0)) this.b = "opera"; 	else if (b=="Microsoft Internet Explorer") this.b="ie"; 	if (!b) {this.b="invalid"; this.invalid=true;} 	this.version=navigator.appVersion; 	this.v=parseInt(this.version); 	this.ns=(this.b=="ns" && this.v>=4); 	this.ns4=(this.b=="ns" && this.v==4); 	this.ns6=(this.b=="ns" && this.v==5); 	this.ie=(this.b=="ie" && this.v>=4); 	this.ie4=(this.version.indexOf('MSIE 4')>0); 	this.ie5=(this.version.indexOf('MSIE 5')>0); 	this.ie55=(this.version.indexOf('MSIE 5.5')>0); 	this.ie6=(this.version.indexOf('MSIE 6.0')>0);     this.opera=(this.b=="opera"); 	this.dom=(document.createElement && document.appendChild && document.getElementsByTagName)?true:false; 	this.def=(this.ie||this.dom); // most used Navigateurs, for faster if loops 	var ua=navigator.userAgent.toLowerCase(); 	if (ua.indexOf("win")>-1) this.platform="win32"; 	else if (ua.indexOf("mac")>-1) this.platform="mac"; 	else this.platform="other"; } is=new Navigateur(); </SCRIPT> <SCRIPT language=JavaScript> function getLayer(name) { 	if (is.ns4) 		return findLayer(name, document); 	if (is.ie && !is.dom) 		return eval('document.all.' + name); 	if (is.dom) 		return document.getElementById(name); 	return null; }  function findLayer(name, doc) { 	var i, layer;  	for (i = 0; i < doc.layers.length; i++) { 		layer = doc.layers[i]; 		if (layer.name == name) 			return layer; 		if (layer.document.layers.length > 0) 			if ((layer = findLayer(name, layer.document)) != null) 				return layer; 	} 	return null; }    function hideLayer(layer) { 	if (is.ns4){ 		layer.visibility = "hide" 	}else{ 		layer.style.visibility = "hidden" 	}; }  function showLayer(layer) { 	if (is.ns4){ 		layer.visibility = "show" 	}else{ 		layer.style.visibility = "visible" 	}; }  function getVisibility(layer) {  	if (is.ns4) { 		if (layer.visibility == "show") 			return "visible"; 		if (layer.visibility == "hide") 			return "hidden"; 		return layer.visibility; 	}else{ 		return layer.style.visibility 	}; 	return ""; }    function moveLayerTo(layer, x, y) { 	if (is.ns4){ 		layer.moveTo(x, y); 	}else{ 		layer.style.left = x; 		layer.style.top  = y 	}; }    function getImage(name) { 	if (is.ns4){ 		return findImage(name, document) 	}; 	if (is.ie && !is.dom){ 		return eval('document.all.' + name) 	}; 	if (is.dom){ 		return document.getElementById(name); 	} 	return null; }  function findImage(name, doc) { 	var i, img;  	for (i = 0; i < doc.images.length; i++) 		if (doc.images[i].name == name) 			return doc.images[i]; 	for (i = 0; i < doc.layers.length; i++) 		if ((img = findImage(name, doc.layers[i].document)) != null) { 			img.container = doc.layers[i]; 			return img; 		} 	return null; }  function getImagePageLeft(img) { 	var x, obj;  	if (is.ns4) { 		if (img.container != null) 			return img.container.pageX + img.x; 		else 			return img.x; 	}else{ 		x = 0; 		obj = img; 		while (obj.offsetParent != null) { 			x += obj.offsetLeft; 			obj = obj.offsetParent; 		} 		x += obj.offsetLeft; 		return x; 	}; 	return -1; }  function getImagePageTop(img) { 	var y, obj; 	if (is.ns4) { 		if (img.container != null) 			return img.container.pageY + img.y; 		else 			return img.y; 	}else{ 		y = 0; 		obj = img; 		while (obj.offsetParent != null) { 			y += obj.offsetTop; 			obj = obj.offsetParent; 		} 		y += obj.offsetTop; 		return y; 	}; 	return -1; } </SCRIPT> <SCRIPT language=JavaScript> var dmReady = false; var currentDMenu = null; var Chrono = 0; var temps_fin = 100;  function DMenuInit (){ 	if (is.ns4) return; lDownload = getLayer ('dm_0');  moveLayerTo (lDownload, getImagePageLeft(getImage('pic_0'))-1, 75); lDownload = getLayer ('dm_1');  moveLayerTo (lDownload, getImagePageLeft(getImage('pic_1'))-1, 75); lSales = getLayer ('dm_2');  moveLayerTo (lSales, getImagePageLeft(getImage('pic_2'))-1, 75); lSupport = getLayer ('dm_3');  moveLayerTo (lSupport, getImagePageLeft(getImage('pic_3'))-1, 75);  lSupport = getLayer ('dm_4');  moveLayerTo (lSupport, getImagePageLeft(getImage('pic_4'))-1, 75);  lSupport = getLayer ('dm_5');  moveLayerTo (lSupport, getImagePageLeft(getImage('pic_5'))-1, 75);  lSupport = getLayer ('dm_6');  moveLayerTo (lSupport, getImagePageLeft(getImage('pic_6'))-1, 75);  	 	window.tmDMenu = setInterval ('DMenuTimer()', 100); }  function DMenu (dm) { 	if (is.ns4 || (dmReady != true)) return; 	if (currentDMenu != null){ 		hideLayer (currentDMenu); 		DMenuTrace (dm); 	}else{ 		DMenuTrace (dm); 	}; }  function DMenuTrace (dm){ 	if (is.ns4 || (dmReady != true)) return; 	currentDMenu = getLayer (dm); 	showLayer (currentDMenu); 	Chrono = temps_fin; }  function DMenuTimer (){ 	if (is.ns4 || (dmReady != true)) return; 	if (Chrono > 0){ 		Chrono -= 100; 	}else{ 		if (currentDMenu != null) hideLayer (currentDMenu); 		currentDMenu = null; 	}; }  function Debut_Temps (){ 	if (is.ns4 || (dmReady != true)) return; 	Chrono = 10000000; }  function Temps (){ 	if (is.ns4 || (dmReady != true)) return; 	Chrono = temps_fin; }   </SCRIPT> <!-- //////////////////////////////////////////////  MENU CAT MERE--> <div align=center>    <table border=0 cellpadding=0 cellspacing=0  width=780>     <tr>        <td>         <table cellpading=0 cellspacing=0 border=0 width=785 height=22>           <tr>              <td class=link height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_4 height=1 src="img/vide.gif" width=2 name=pic_4><a href="#" onMouseOver="DMenu('dm_4'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>LE                CHOCOLAT</a></td>             <td  class=link height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_2 height=1 src="img/vide.gif" width=2 name=pic_2><a href="#" onMouseOver="DMenu('dm_2'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>ACHAT                EN LIGNE</a></td>             <td class=link_menu height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_3 height=1 src="img/vide.gif" width=2 name=pic_3><a href="#" onMouseOver="DMenu('dm_3'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>QUE                CHOISIR</a></td>             <td class=link_menu height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_0 height=1 src="img/vide.gif" width=2 name=pic_0><a href="#" onMouseOver="DMenu('dm_0'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>NOS                CHOCOLATS</a></td>             <td class=link_menu height="18" align=left style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_1 height=1 src="img/vide.gif" width=2 name=pic_1><a href="#" onMouseOver="DMenu('dm_1'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>NOS                CONFISERIES</a></td>             <td class=link_menu height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_5 height=1 src="img/vide.gif" width=2 name=pic_5><a href="#" onMouseOver="DMenu('dm_5'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>NOS                ATOUTS</a></td>             <td class=link_menu height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><img id=pic_6 height=1 src="img/vide.gif" width=2 name=pic_6><a href="#" onMouseOver="DMenu('dm_6'); Debut_Temps();" onMouseOut=Temps();  class=link_menu>VOS                QUESTIONS</a></td>             <td class=link_menu height="18" align=left  style="background-color:#A92F32" onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"><a href="common.html?N=FR_note.html" class=link_menu>AVEZ-VOUS                PENSE A ...</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <!-- /////////////////////////////////////////////   FIN MENU CAT MERE-->  <!-- ////////////////////////////////////////////    CLAQUES-->  <SCRIPT language=JavaScript> DYN = new Array; DYN [0] = new Array; DYN [1] = new Array;  DYN[0][0] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=AMANDES+-+NOISETTES+-+CAFE\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=AMANDES+-+NOISETTES+-+CAFE\" CLASS=link>AMANDES - NOISETTES - CAFE</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][1] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=BONBONS+DE+CHOCOLAT\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=BONBONS+DE+CHOCOLAT\" CLASS=link>BONBONS DE CHOCOLAT</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][2] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=CARRES+POUR+DIABETIQUES\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=CARRES+POUR+DIABETIQUES\" CLASS=link>CARRES POUR DIABETIQUES</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][3] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=CHOCOLATS+PAQUES\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=CHOCOLATS+PAQUES\" CLASS=link>CHOCOLATS PAQUES</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][4] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=FLORENTINS\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=FLORENTINS\" CLASS=link>FLORENTINS</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][5] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=ORANGETTES\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=ORANGETTES\" CLASS=link>ORANGETTES</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][6] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=PETITS+CARRES+DE+CHOCOLAT\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=PETITS+CARRES+DE+CHOCOLAT\" CLASS=link>PETITS CARRES DE CHOCOLAT</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[0][7] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=TETES+BRULEES\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=TETES+BRULEES\" CLASS=link>TETES BRULEES</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[1][0] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=CALISSONS+D%27AIX-EN-PROVENCE\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=CALISSONS+D%27AIX-EN-PROVENCE\" CLASS=link>CALISSONS D'AIX-EN-PROVENCE</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[1][1] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=DRAGEES+AVOLA\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=DRAGEES+AVOLA\" CLASS=link>DRAGEES AVOLA</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[1][2] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=PATES+DE+FRUITS\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=PATES+DE+FRUITS\" CLASS=link>PATES DE FRUITS</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>"; DYN[1][3] ="<tr><td BGCOLOR=#A92F32 align=left width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td><td onclick=window.location=\'catalog.html?N=PRALINES+DE+PROVENCE\'; bgcolor=#A92F32  onMouseover=this.style.backgroundColor=\'#731012\'; onMouseout=this.style.backgroundColor=\'#A92F32\'; WIDTH=198><A HREF=\"catalog.html?N=PRALINES+DE+PROVENCE\" CLASS=link>PRALINES DE PROVENCE</A></td><td BGCOLOR=#A92F32 align=right width=1 height=18 background=\"images/menu_left.gif\"><img src=\"images/vide.gif\" width=4 height=18></td></tr>";   </script>  <DIV id=dm_0 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 145" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>     <tr>       <td>         <TABLE WIDTH=200 BORDER=0 CELLPADDING=0 CELLSPACING=0>           <tr>             <td bgcolor=FFF1C8 colspan=3><img src=images/vide.gif width=1 height=1></td>           </tr> 		 <SCRIPT language=JavaScript> 				for (i=0; i<DYN[0].length; i++)                                     { 					document.write(DYN[0][i]);   				    } 		</script>           <tr>              <td colspan="3"><img src="images/menu_bottom.gif" width="200" height="17"></td>           </tr>         </table>       </td>     </tr>   </table> </DIV>  <DIV id=dm_1 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 145" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>     <tr>       <td>         <TABLE WIDTH=205 BORDER=0 CELLPADDING=0 CELLSPACING=0>           <tr>             <td bgcolor=FFF1C8 colspan=3><img src=images/vide.gif width=1 height=1></td>           </tr> 		 <SCRIPT language=JavaScript> 				for (i=0; i<DYN[1].length; i++)                                     { 					document.write(DYN[1][i]);   				    } 		</script>             <tr>              <td colspan="3"><img src="images/menu_bottom.gif" width="205" height="17"></td>           </tr>         </table>       </td>     </tr>   </table> </DIV>    <DIV id=dm_2 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 145" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <tr><td> 		<TABLE WIDTH=200 BORDER=0 CELLPADDING=0 CELLSPACING=0> 			<tr><td bgcolor=FFF1C8 colspan="3"><img src=images/vide.gif width=1 height=1></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="sg_qte.html" CLASS=link>Mon panier</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="common.html?N=FR_procedurecommande.html" CLASS=link>Procdure de Commande</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="common.html?N=FR_conditionsvente.html" CLASS=link>Conditions de Vente</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="common.html?N=FR_livraison.html" CLASS=link>Livraison & Taxes</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="common.html?N=FR_atoutsroy.html" CLASS=link>Remises</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="common.html?N=FR_atoutsroy.html" CLASS=link>Bons Cadeau</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="javascript:var win=window.open('http://213.11.175.98/certif/certificat.asp?key=920', 'certificat', 'width=620,height=382', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=no, resizable=no, dependent=yes');" CLASS=link>ASSURANCE FIA-NET</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> 			 		<tr><td colspan="3"><img src="images/menu_bottom.gif" width="200" height="17"></td></tr></table> </td></tr> </table> </div>  <DIV id=dm_3 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 187px; height: 188px" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <tr>       <td>          <table width=173 border=0 cellpadding=0 cellspacing=0>           <tr>              <td bgcolor=FFF1C8 colspan="3"><img src=images/vide.gif width=1 height=1></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="1" height="18"></td>             <td style="background-color:#A92F32" class=link onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"  width=198><a href="common.html?N=FR_confiseries.html" class=link>Prsentation                des Produits</a></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="25" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" class=link width=198 height="25"><font color="#ffffff" size="1" face=arial><b><font size="2">Choisir                un Cadeau pour :</font></b></font></td>             <td bgcolor="#A92F32" align="right" width="1" height="25" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td valign="top" style="background-color:#A92F32" class=link onClick=window.location='common.html?N=FR_cadeaux.html';  onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';" rowspan="6" width="198"><a href="common.html?N=FR_cadeaux.html" class=link>-                Nol et les ftes de fin d'anne<br>               - La Saint-Valentin<br>               - Pques<br>               - La Fte des Mres<br>               - La Fte des Pres<br>               - Un Anniversaire, une f&ecirc;te<br>               - Des Remerciements</a></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="19" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td bgcolor="#A92F32" align="right" width="1" height="19" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>            <tr>              <td bgcolor="#A92F32" align="left" width="4" class=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" class=link onMouseOver="this.style.backgroundColor='#731012';" onMouseOut="this.style.backgroundColor='#A92F32';"  width=198 nowrap><a href="common.html?N=FR_cadeauxentreprise.html" class=link>Cadeaux                d'Affaires/d'Entreprise</a></td>             <td bgcolor="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="1" height="18"></td>           </tr>           <tr>              <td colspan="3"><img src="images/menu_bottom.gif" width="210" height="17"></td>           </tr>         </table>       </td>     </tr> </table> </div> <DIV id=dm_4 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 48px; height: 144px" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <tr><td> 		<TABLE WIDTH=144 BORDER=0 CELLPADDING=0 CELLSPACING=0> 			<tr><td bgcolor=FFF1C8 colspan="3"><img src=images/vide.gif width=1 height=1></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_histoirechocolat.html" CLASS=link>                Histoire</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_culturecacao.html" CLASS=link>                Culture du Cacao</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_fabricationchocolat.html" CLASS=link>                Fabrication</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_qualiteschocolat.html" CLASS=link>                Qualits</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_conservationchocolat.html" CLASS=link>Conservation</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_recetteschocolat.html" CLASS=link>Recettes</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_livreschocolat.html" CLASS=link>                Livres</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> 			 		<tr>             <td colspan="3" class="link"><img src="images/menu_bottom.gif" width="145" height="17"></td>           </tr></table> </td></tr> </table> </div> <DIV id=dm_5 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 145" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <tr><td> 		<TABLE WIDTH=144 BORDER=0 CELLPADDING=0 CELLSPACING=0>           <tr>              <td bgcolor=FFF1C8 colspan="3"><img src=images/vide.gif width=1 height=1></td>           </tr>           <tr>              <td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onClick=window.location='common.html?N=FR_atoutsroy.html'; onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';" rowspan="5"  WIDTH=198><A HREF="common.html?N=FR_atoutsroy.html" CLASS=link>-                Notorit & Exprience<br>               </A><A HREF="common.html?N=FR_atoutsroy.html" CLASS=link>- Qualit                & Elgance<br>               </A><A HREF="common.html?N=FR_atoutsroy.html" CLASS=link target="_blank">-                Livraison  Paris</A><br>               <A HREF="common.html?N=FR_atoutsroy.html" CLASS=link>- Remises</A>                <br>               <A HREF="common.html?N=FR_atoutsroy.html" CLASS=link>- Bon Cadeau</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=198><A HREF="javascript:var win=window.open('http://213.11.175.98/certif/certificat.asp?key=920', 'certificat', 'width=620,height=382', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=no, resizable=no, dependent=yes');" CLASS=link>Assurance                FIA-NET</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>           </tr>           <tr>              <td colspan="3"><img src="images/menu_bottom.gif" width="200" height="17"></td>           </tr>         </table> </td></tr> </table> </div> <DIV id=dm_6 onmouseover=Debut_Temps(); style="LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; width: 145" onmouseout=Temps();>    <table border=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <tr><td> 		<TABLE WIDTH=144 BORDER=0 CELLPADDING=0 CELLSPACING=0> 			<tr><td bgcolor=FFF1C8 colspan="3"><img src=images/vide.gif width=1 height=1></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_faq.html" CLASS=link>Questions-Rponses</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_roychocolatier.html" CLASS=link>Qui Sommes-Nous ?</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_partenairesroy.html" CLASS=link>Partenaires & Liens</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td><td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="common.html?N=FR_catalogue.html" CLASS=link>Catalogue & Tarif</A></td><td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="http://www.coliposte.net/" CLASS=link target="_blank">Suivi                LA POSTE</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> <tr><td BGCOLOR="#A92F32" align="left" width="1" CLASS=link height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td>             <td style="background-color:#A92F32" CLASS=link onMouseover="this.style.backgroundColor='#731012';" onMouseout="this.style.backgroundColor='#A92F32';"  WIDTH=143><A HREF="http://www.tbc-halbart-group.com/FR/EXPRESS/track.htm" CLASS=link target="_blank">Suivi                EXPRESS</A></td>             <td BGCOLOR="#A92F32" align="right" width="1" height="18" background="images/menu_left.gif"><img src="images/vide.gif" width="4" height="18"></td></tr> 		 		<tr><td colspan="3"><img src="images/menu_bottom.gif" width="144" height="17"></td></tr></table> </td></tr> </table> </div> <!-- /////////////////////////////////////////    FIN CALQUES --> </td>         </tr>         <tr>            <td height="1" valign="middle" align="center" bgcolor="FFF1C8"><img src="images/vide.gif" width="1" height="1"></td>         </tr>       </table>     </td>   </tr> </table>    <!--table ( destine au Lien)-->  <TABLE BORDER=0 WIDTH="779" align="center">    <TR>       <TD height="42" class="texte" align="left"> <b> <a href="index.html" class="link_menu">Accueil</a></b> </TD>    </TR>  </TABLE>  <!--FIN table ( destine au Lien)-->  <!--table ( contnair )-->  <TABLE BORDER=0 WIDTH="779" bgcolor="FFF1C8" cellspacing="1" cellpadding="4" align="center">    <TR>       <TD height="34" bgcolor="751A1C" align="center" valign="middle" class="titre">        <B>PRESENTATION DES PRODUITS & DES BOITES</B></TD>    </TR>    <TR>       <TD bgcolor="C0313A" align="center">         <!-- Deuxime table ( destine au contenu) -->        <table border="0" width="100%" cellpadding="8" >          <TR>             <TD width="33%" align="center" valign="top" class="texte"> 			&nbsp;<br> 			<b>Prsentation des botes<br>  			<p> 		<table border="0" cellpadding="0" cellspacing="0" width="227" height="152"> <tr> <td width="227" height="1" bgcolor="000000" colspan="3"></td> </tr> <tr> <td width="1" height="150" bgcolor="000000"></td> <td width="225" height="150"><IMG SRC="htm/images/confiseries_1.jpg" width="225" height="150"></td> <td width="1" height="150" bgcolor="000000"></td> </tr> <tr> <td width="227" height="1" bgcolor="000000" colspan="3"></td> </tr> </table> 			Bote de tous les produits sauf ...<br> 			<p><br> 			<p> 			<table border="0" cellpadding="0" cellspacing="0" width="227" height="152"> <tr> <td width="227" height="1" bgcolor="000000" colspan="3"></td> </tr> <tr> <td width="1" height="150" bgcolor="000000"></td> <td width="225" height="150"><IMG SRC="htm/images/confiseries_2.jpg" width="225" height="150"></td> <td width="1" height="150" bgcolor="000000"></td> </tr> <tr> <td width="227" height="1" bgcolor="000000" colspan="3"></td> </tr> </table> 			Bote de Florentins<br> 			<p><br> 			<p>	 		<table border="0" cellpadding="0" cellspacing="0" width="227" height="152"> <tr> <td width="227" height="1" bgcolor="000000" colspan="3"></td> </tr> <tr> <td width="1" height="150" bgcolor="000000"></td> <td width="225" height="150"><IMG SRC="htm/images/confiseries_3.jpg" width="225" height="150"></td> <td width="1" height="150" bgcolor="000000"></td> </tr> <tr> <td width="227" height="1" bgcolor="000000" colspan="3"></td> </tr> </table> 			Bote d'Amandes, Pralines, Drages</b><br> 			<p><br> 			<p>            </TD>            <TD width="67%" align="left" valign="top" class="texte">              &nbsp;<br>  <b>Sur Internet, vous trouvez les produits suivants</b> :<BR> <UL> <LI><b>Bonbons de Chocolat</b>, assortiment de "Ganaches" aux saveurs varies et plutt classiques, de "Pralins" aux  pures amandes de Provence, ou aux amandes et noisettes, de "Ptes d'amandes", Noir ou au Lait <p> <LI><b>Petits Carrs de Chocolat</b>, aux clats de noisettes caramlises (Noir, Lait, Caramel, Blanc), ou au  Chocolat trs Noir (85% de cacao) <p> <LI><b>Petits Carrs de Chocolat pour Diabtiques</b>, au chocolat Noir additionn de Maltitol <p> <LI><b>Florentins</b>, fine couche d'amandes, d'corces d'oranges et de fruits confits caramliss, sur une base  de chocolat Noir <p> <LI><b>Orangettes</b>, aiguillettes d'corces d'oranges confites enrobes de chocolat Noir, avec des clats de  noisettes caramlises, qui allient souplesse et croquant <p> <LI><b>Ttes Brles</b>, coque en chocolat Noir enrobe de sucre cristallis et fourre de caramel au beurre  liquide <p> <LI><b>Amandes, Noisettes et Grains de Caf</b>, enrobs d'une fine couche de nougatine et de chocolat, mlange  original et toujours trs apprci <p> <LI><b>Amandes Chocolat</b>, enrobes d'une fine couche de nougatine puis de chocolat Noir <p> <LI><b>Amandes Cacao</b>, enrobes d'une fine couche de nougatine, de chocolat Noir puis de cacao <p> <LI><b>Drages</b>, la meilleure qualit d'amandes Avola enrobes d'une fine couche de sucre <p> <LI><b>Pralines de Provence</b>, amandes de Provence enrobes d'une nougatine au sucre de canne parfum   la vanille Bourbon et aux aromates de Provence <p> <LI><b>Ptes de Fruits</b>, pulpes de fruits et sucre uniquement, aussi moelleuses que parfumes <p> <LI><b>Calissons d'Aix-en-Provence</b>, authentiques Calissons aux pures amandes de Provence <p><br> <p> <b>Pour Nol et les Ftes de fin d'anne</b> : <LI><b>Truffes</b>, onctueuses et tout en finesse (uniquement en dcembre) <LI><b>Marrons Glacs</b>, la meilleure qualit de "Turin", aussi moelleux que parfums (de novembre   janvier) <p> <b>Pour la Saint-Valentin</b> : <LI><b>Botes de Chocolats Saint-Valentin</b>, constitues de l'assortiment habituel de Bonbons de Chocolats, complt  par des chocolats en forme de cur  <p> <b>Pour Pques</b> : <LI><b>Botes de Chocolats Pques</b>, constitues d'un assortiment de petits oeufs, de fruits de mer et de  friture </UL> <p><br> <p> <b>En Magasin,vous trouverez galement</b> :<BR> <UL> <LI><b>Tablettes de Chocolat</b>, nature ou garnies (fruits secs, corces d'oranges confites, gingembre confit  d'Australie) <p> <LI><b>Confiseries traditionnelles, Miel, Confitures artisanales</b> </UL> Sauf exception, le chocolat Noir utilis a une teneur en cacao de 67  70%.<BR> <P><BR> <P>             </TD>          </TR>        </TABLE>        <!-- FIN deuxime table ( destine au contenu) -->      </TD>    </TR>  </TABLE>  <p>&nbsp;</p>  <!--FIN table ( contnair )-->   <table width="100%" border="0" cellspacing="0" cellpadding="0">     <tr>        <td height="16" background="images/home_prod2_bottom_bg.gif"><img src="images/vide.gif"></td>     </tr>   </table>   <br>    <TABLE border="0" bgcolor="FFF1C8" cellpadding="0" cellspacing="1" width="779" align="center">     <TR>        <TD align="center" bgcolor="A92F32" class="texte"> <TABLE BORDER=0 WIDTH="100%" cellspacing="0" cellpadding="0" align="center">   <TR>      <TD height="34" bgcolor="751A1C" align="center" valign="middle" class="titre">        <B>ROY CHOCOLATIER</B></TD>   </TR>   <TR>  	<td width="100%" height="1" bgcolor="FFFFFF"></td>   </TR> </TABLE> <TABLE BORDER=0 WIDTH="100%" bgcolor="C0313A" cellspacing="0" cellpadding="0" align="center">   <TR> 	<TD width="33%" align="center" valign="top"> <br> <table border="0" cellpadding="0" cellspacing="0" width="227" height="172"> <tr> <td width="227" height="1" bgcolor="FFFFFF" colspan="3"></td> </tr> <tr> <td width="1" height="170" bgcolor="FFFFFF"></td> <td width="225" height="170"><IMG SRC="htm/images/magasin.jpg" width="225" height="170" alt="Le Magasin de Paris"></td> <td width="1" height="170" bgcolor="FFFFFF"></td> </tr> <tr> <td width="227" height="1" bgcolor="FFFFFF" colspan="3"></td> </tr> </table> 	</TD>      <TD width="67%" align="center" valign="middle" class="texte"> 27 rue de Longchamp - 75116 Paris - France <br> Tl./Fax : 33 (0)1 47 27 34 36 - <A HREF="mailto:contact@roy.fr" class="link_menu">contact@roy.fr</A><br> <p> ROY est Chocolatier  Paris depuis 1948 et vend par Internet depuis janvier 1997.<br> <b>Tout achat sur notre site est garanti par  <a href="javascript:var win=window.open('http://213.11.175.98/certif/certificat.asp?key=920', 'certificat', 'width=620,height=382', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=no, resizable=no, dependent=yes');"> <IMG SRC="htm/images/fia-net.jpg" BORDER=0 ALT="FIA-NET"></A></b><br> <p> Le magasin est ouvert tous les jours, sauf les dimanches et jours fris, <br> de 9h30  20h. En France, il est <b>  <SCRIPT LANGUAGE="JavaScript">    Date = new Date();    Heure = Date.getUTCHours();    Minutes = Date.getMinutes();    // CHANGER +2 par +1 en fonction de l'heure d'ete    Heure2 = Heure + 2;     if ( Heure2 < 0 ) {      Heure = 24 + Heure2;    }    if (Heure2 > 23) {      Heure2 = Heure2 - 24;    }    Locale = Heure2 +":"+Minutes;    document.write(Locale); </SCRIPT></b> </td> </tr> <TR> <TD width="100%" align="center"  colspan="2" valign="middle" class="texte"> <br> <b>Nous avons slectionn pour vous les meilleurs produits de quelques artisans franais remarquables :<br> Bonbons de Chocolat,   Florentins, Petits Carrs de Chocolat aux clats de noisettes caramlises ou au Chocolat pour Diabtiques, Orangettes,   Truffes, Amandes, Noisettes et grains de Caf enrobs de chocolat, Calissons d'Aix-en-Provence, Ptes de Fruits, Pralines   de Provence, Drages aux amandes Avola, Marrons Glacs.</b><br>  <p>  Nous effectuons la livraison  Paris en quatre heures ouvres et l'envoi dans le monde entier dans la journe ouvre.<br>  Pour expdier, nous vous donnons le choix entre LA POSTE et un Service EXPRESS.<br>  Les dlais et les cots d'expdition sont dtaills dans "ACHAT EN LIGNE / Livraison & Taxes".<br> <p> N'hsitez pas  nous demander de livrer ou d'envoyer des Confiseries ou des Chocolats, mme  un Diabtique <br> <p> </TD> </TR> </TABLE>  </TD>     </TR>   </TABLE><br>  <!eva02 Elapsed time : 0.02951> 
