<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Content Copyright Manor AG --> <!-- JavaScript & DHTML Code Copyright 1998-2003 PaperThin, Inc.  All rights reserved --> <!-- Page generated {ts '2003-04-17 14:05:51'} by CommonSpot Version 3.2 SP2 (preview 2) (2003-03-17 17:45:00) --> <html xmlns:v="urn:schemas-microsoft-com:vml"><head><title>Vie en rose</title><meta name="Description" content="Vie en rose"> <meta name="Keywords" content=""> <meta name="Generator" content="CommonSpot Content Server Version 3.2 SP1"><link rel="stylesheet" href="/style/default.css" type="text/css"><script language="JavaScript"> <!-- var gMenuControlID=0; var menus_included = 0; var jsPageAuthorMode = 0; var jsSessionPreviewON = 1; var jsDlgLoader = '/fr/maison/loader.cfm'; var jsSiteID = 1; var jsSubSiteID = 53; var kurrentPageID = 21421; // --> </script><script language="JavaScript" src="/commonspot/nw-lame.js"></script></head><body  lang="fr" class="CS_Document"><a name="__topdoc__"></a><script language="JavaScript"><!-- // always-include-ie.js  Copyright 1998-2003 PaperThin, Inc. All rights reserved. bName = navigator.appName; bVer = parseInt(navigator.appVersion); var bCanRollover=0 if ((bName == "Netscape" && bVer >= 3) || (bName == "Microsoft Internet Explorer" && bVer >= 4)) bCanRollover=1; function ImageSet(imgID,newTarget) { if (bCanRollover) document[imgID].src=newTarget; } function clearStatus() { window.status = ""; } function setStatbar(statbar) { var strStatbar=unescape(statbar); window.status=strStatbar; } function onLoadComplete() { if( menus_included == 1 ) document.onmouseover = document_mouseover;	// defined in menu_ie.js } function HandleLink(parentID,link) { // links are in one of the following formats: // 		cpe_60_0,CP___PAGEID=100 // 		CPNEWWIN:WindowName^params@CP___ // 			CPNEWWIN:child^top=110:left=130:ww=140:hh=150:tb=1:loc=1:dir=0:stat=1:mb=1:sb=1:rs=1@CP___PAGEID=3811,Adv-Search-2.cfm,1 if( jsPageAuthorMode == 0 ) { windowname = ""; windowparams = ""; // "CPNEWWIN:" & NewWindowName & "^" & params & "@" & linkStruct.LinkURL; pos = link.indexOf("CPNEWWIN:"); if (pos != -1) { pos1 = link.indexOf ("^"); windowname = link.substring (pos+9, pos1); pos2 = link.indexOf ("@"); windowparams = link.substring (pos1 + 1, pos2); link = link.substring (pos2 + 1, link.length); } if (link.indexOf ("CP___") != -1) { if (windowname == "") window.location = jsDlgLoader + "?url=/commonspot/utilities/handle-link.cfm&thelink=" + link; else { urltoopen = jsDlgLoader + "?url=/commonspot/utilities/handle-link.cfm&thelink=" + link; windowparams = FormatWindowParams(windowparams); window.open (urltoopen, windowname, windowparams); } } else { if (windowname == "") window.location = link; else { windowparams = FormatWindowParams(windowparams); window.open (link, windowname, windowparams); } } } else if( jsSessionPreviewON == 1 ) { previewLink(link); } else { if( document.all[parentID] ) document.all[parentID].click(); } } function doWindowOpen(href,name,params) { window.open (href, name, params); } // 	CPNEWWIN:child^top=110:left=130:ww=140:hh=150:tb=1:loc=1:dir=0:stat=1:mb=1:sb=1:rs=1@CP___PAGEID=3811,Adv-Search-2.cfm,1 function FormatWindowParams(windowparams) { if( windowparams.indexOf(":loc=") != -1 || windowparams.indexOf(":ww=") != -1 || windowparams.indexOf(":hh=") != -1 || windowparams.indexOf(":left=") != -1 || windowparams.indexOf(":top=") != -1 ) { windowparams = substringReplace(windowparams,':left=',',left='); windowparams = substringReplace(windowparams,'left=','left='); windowparams = substringReplace(windowparams,':ww=',',width='); windowparams = substringReplace(windowparams,'ww=','width='); windowparams = substringReplace(windowparams,':hh=',',height='); windowparams = substringReplace(windowparams,'hh=','height='); windowparams = substringReplace(windowparams,':loc=',',location='); windowparams = substringReplace(windowparams,'loc=','location='); windowparams = substringReplace(windowparams,':dir=',',directories='); windowparams = substringReplace(windowparams,'dir=','directories='); windowparams = substringReplace(windowparams,':tb=',',toolbar='); windowparams = substringReplace(windowparams,'tb=','toolbar='); windowparams = substringReplace(windowparams,':stat=',',status='); windowparams = substringReplace(windowparams,':mb=',',menubar='); windowparams = substringReplace(windowparams,':sb=',',scrollbars='); windowparams = substringReplace(windowparams,':rs=',',resizable='); } return windowparams; } function substringReplace(source,pattern,replacement) { var pos = 0; var target=""; while ((pos = source.indexOf(pattern)) != (-1)) { target = target + source.substring(0,pos) + replacement; source = source.substring(pos+pattern.length); pos = source.indexOf(pattern); } return (target + source); } // handle scheduled element links function show_sched_element(eid) { evalCol = String(self.element_collection); dispFlag = false; ua = navigator.userAgent.toLowerCase(); if (bName == "Netscape" || ua.indexOf('aol') >= 0) { // cloned from always-include-ns.js tmp = ""; if  (evalCol != 'undefined') { str = self.location.search; for(i=0;i<self.element_collection.length;i++) { sp = 'sched_elements_' + self.element_collection[i].id; if  (self.element_collection[i].id == eid) { dispFlag = true; if  (str == '') { tmp = "?forceElement=" + eid; self.location.search = tmp; } else { qArray = str.split("&"); forceExists = false; for(i=0; i < qArray.length; i++) { el = qArray[i]; qel = el.split('='); if  (qel.length == 1) qel[1] = ''; if  (qel[0] == 'forceElement' || qel[0] == '?forceElement') { forceExists = true; qel[1] = eid; } qArray[i] = qel; } // reassemble searchStr = ''; for (i=0; i < qArray.length; i++) { if  (i == 0) searchStr = qArray[i][0] + '=' + qArray[i][1]; else searchStr = searchStr + '&' + qArray[i][0] + '=' + qArray[i][1]; } if  (!forceExists) searchStr = searchStr + '&forceElement=' + eid; tmp = searchStr; self.location.search = searchStr; break; } } } } if  (!dispFlag) alert("You do not have access to the requested element.") } else { if ( evalCol != 'undefined' ) { for(i=0;i<self.element_collection.length;i++) { sp = 'sched_elements_' + self.element_collection[i].id; obj = document.all.item(sp); //alert(sp); if ( self.element_collection[i].id == eid && obj != null) { dispFlag = true; if ( obj.length >= 0 ) { for(z=0;z<obj.length;z++) { obj(z).style.display = 'block'; } } else document.all(sp).style.display = 'block'; } else if ( obj != null ) { if ( obj.length >= 0 ) { for(z=0;z<obj.length;z++) { obj(z).style.display = 'none'; } } else document.all(sp).style.display = 'none'; } } } if ( !dispFlag ) alert("You do not have access to the requested element.") } } // --></script> <script language="JavaScript"> <!-- function glblLinkHandler(lobj, attr, val) { return; } function onLoadFinished() { onLoadComplete(); } var js_gvPageID = 21421; // --> </script><SCRIPT LANGUAGE="JavaScript"><!-- 	bName = navigator.appName; 	bVer = parseInt(navigator.appVersion);  	var bCanRollover=0 	if ((bName == "Netscape" && bVer >= 3) || 		 (bName == "Microsoft Internet Explorer" && bVer >= 4)) 		bCanRollover=1;  	function ImageSet(imgID,newTarget) 	{ 		if (bCanRollover) 			document[imgID].src=newTarget; 	} 	// --> </SCRIPT><!-- --> <span class="CS_Element_Layout"><span class="test_table"><table id="idLayout518" cellpadding="0" cellspacing="0" class="CS_Layout_Table"    summary=""><tr class="CS_Layout_TR"><td id="idCell518x1x1" class="CS_Layout_TD" width=20     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x1x2" class="CS_Layout_TD"      ><span class="CS_Element_Schedule"><span class="print_no_header"><a name="Top_Navigation_FR"><a name="CP_JUMP_524"><span id="21421-524"><span class="CS_Element_Layout"><table id="idLayout756" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="800"   summary=""><tr class="CS_Layout_TR"><td id="idCell756x1x1" class="CS_Layout_TD"      ><span class="CS_Element_Layout"><table id="idLayout813" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"   summary=""><tr class="CS_Layout_TR"><td id="idCell813x1x1" class="bluecell"      ><span class="CS_Element_Image"><div id="21421-815"> <span class='CS_Image_IMG'><a href="/fr/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/index.cfm'); return true;"><img src="/de/images/60710990.gif" class="CS_Image_IMG" width="150" height="55" alt="Manor"></a></span></div></span></td><td id="idCell813x1x2" class="bluecell"      ><span class="CS_Element_ImageGrid"><table class="clsControlBorder" border="0" summary="" cellpadding="0" cellspacing="0" width="100%" > <tr><td width="100%" valign="top" align="left"> <div align="right"> <span class='CS_BBar_Image'><img src="/de/images/58388754.gif" class="CS_BBar_Image" align="top" width="210" height="55"></span><span class='CS_BBar_Image'><a href="/de/services/myonecard.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/de/services/myonecard.cfm'); return true;"><img src="/de/images/29285056.gif" class="CS_BBar_Image" align="top" width="89" height="55" alt="myOne Card"></a></span><span class='CS_BBar_Image'><a href="/fr/newsletter/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/newsletter/index.cfm'); return true;"><img src="/de/images/64303728.gif" class="CS_BBar_Image" align="top" width="89" height="55" alt="Newsletter"></a></span><span class='CS_BBar_Image'><a href="/fr/storeweb/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/storeweb/index.cfm'); return true;"><img src="/de/images/78636146.gif" class="CS_BBar_Image" align="top" width="89" height="55" alt="Nos Magasins"></a></span><span class='CS_BBar_Image'><a href="/fr/mon_compte/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/mon_compte/index.cfm'); return true;"><img src="/de/images/50048303.gif" class="CS_BBar_Image" align="top" width="90" height="55" alt="Mon Compte"></a></span><span class='CS_BBar_Image'><a href="/fr/boutiques/panier.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/boutiques/panier.cfm'); return true;"><img src="/de/images/16552764.gif" class="CS_BBar_Image" align="top" width="82" height="55" alt="Mon Panier"></a></span></div></td></tr></table> </span></td></tr><tr class="CS_Layout_TR"><td id="idCell813x2x1" class="CS_Layout_TD"    colspan=2  ><span class="CS_Element_Layout"><table id="idLayout819" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"  background="/de/images/ma_bg_head_b.gif" summary=""><tr class="CS_Layout_TR"><td id="idCell819x1x1" class="darkbluecell"      ><span class="CS_Element_ImageGrid"><table class="clsControlBorder" border="0" summary="" cellpadding="0" cellspacing="0" width="100%" > <tr><td width="100%" valign="top" align="left"> <div align="left"> <span class='CS_BBar_Image'><img src="/de/images/image_spacer_fr_01_new.gif" class="CS_BBar_Image" align="top" width="110" height="19"></span><span class='CS_BBar_Image'><a href="/fr/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/index.cfm'); return true;"><img src="/de/images/14808674.gif" class="CS_BBar_Image" align="top" width="39" height="19" alt="Home"></a></span><span class='CS_BBar_Image'><a href="/fr/corporate/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/corporate/index.cfm'); return true;"><img src="/de/images/87758305.gif" class="CS_BBar_Image" align="top" width="92" height="19" alt="About Manor"></a></span><span class='CS_BBar_Image'><a href="/fr/services/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/services/index.cfm'); return true;"><img src="/de/images/services_fr.gif" class="CS_BBar_Image" align="top" width="69" height="19" alt="Services"></a></span><span class='CS_BBar_Image'><a href="/fr/corporate/press.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/corporate/press.cfm'); return true;"><img src="/de/images/presse_fr.gif" class="CS_BBar_Image" align="top" width="56" height="19" alt="Presse"></a></span><span class='CS_BBar_Image'><a href="/fr/emplois/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/emplois/index.cfm'); return true;"><img src="/de/images/30835681.gif" class="CS_BBar_Image" align="top" width="63" height="19" alt="Emplois"></a></span><span class='CS_BBar_Image'><a href="/fr/concours/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/concours/index.cfm'); return true;"><img src="/de/images/78658155.gif" class="CS_BBar_Image" align="top" width="74" height="19" alt="Concours"></a></span><span class='CS_BBar_Image'><a href="/fr/contact/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/contact/index.cfm'); return true;"><img src="/de/images/41613895.gif" class="CS_BBar_Image" align="top" width="65" height="19" alt="Contact"></a></span><span class='CS_BBar_Image'><a href="/fr/services/ecards.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/services/ecards.cfm'); return true;"><img src="/de/images/78680163.gif" class="CS_BBar_Image" align="top" width="56" height="19" alt="E-Cards"></a></span><span class='CS_BBar_Image'><img src="/de/images/image_spacer_fr_02_new.gif" class="CS_BBar_Image" align="top" width="44" height="19"></span></div></td></tr></table> </span></td><td id="idCell819x1x2" class="darkbluecell"      ><span class="CS_Element_ImageGrid"><span class="darkbluecell"><table class="clsControlBorder" border="0" summary="" cellpadding="0" cellspacing="0" width="100%" > <tr><td width="100%" valign="top" align="left"> <div align="right"> <span class='CS_BBar_Image'><span class='darkbluecell'><a href="loader.cfm?url=/commonspot/controls/linkcommon/goto-difflang.cfm&langid=1&pageid=21421" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('loader.cfm?url=/commonspot/controls/linkcommon/goto-difflang.cfm&langid=1&pageid=21421'); return true;"><img src="/de/images/70245755.gif" class="darkbluecell" align="top" width="69" height="19" alt="Deutsch"></a></span></span><span class='CS_BBar_Image'><span class='darkbluecell'><a href="loader.cfm?url=/commonspot/controls/linkcommon/goto-difflang.cfm&langid=6&pageid=21421" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('loader.cfm?url=/commonspot/controls/linkcommon/goto-difflang.cfm&langid=6&pageid=21421'); return true;"><img src="/de/images/26010535.gif" class="darkbluecell" align="top" width="63" height="19" alt="Italiano"></a></span></span></div></td></tr></table> </span></span></td></tr> </table>	</span></td></tr><tr class="CS_Layout_TR"><td id="idCell813x3x1" class="CS_Layout_TD"   background="/de/images/437723.gif" colspan=2  ><span class="CS_Element_ImageGrid"><table class="clsControlBorder" border="0" summary="" cellpadding="0" cellspacing="0" width="100%" > <tr><td width="100%" valign="top" align="left"> <div align="left"> <span class='CS_BBar_Image'><a href="/fr/boutiques/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/boutiques/index.cfm'); return true;"><img src="/de/images/67967975.gif" class="CS_BBar_Image" align="top" width="147" height="31" alt="Achats en Ligne"></a></span><span class='CS_BBar_Image'><a href="/fr/actuellement/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/actuellement/index.cfm'); return true;"><img src="/de/images/fr_actuel.gif" class="CS_BBar_Image" align="top" width="63" height="31"></a></span><span class='CS_BBar_Image'><a href="/fr/multimedia/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/multimedia/index.cfm'); return true;"><img src="/de/images/61755922.gif" class="CS_BBar_Image" align="top" alt="Multimedia"></a></span><span class='CS_BBar_Image'><a href="/fr/mode/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/mode/index.cfm'); return true;"><img src="/de/images/fr_mode.gif" class="CS_BBar_Image" align="top" width="53" height="31" alt="Mode"></a></span><span class='CS_BBar_Image'><a href="/fr/beauty/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/beauty/index.cfm'); return true;"><img src="/de/images/61805863.gif" class="CS_BBar_Image" align="top" width="64" height="31" alt="Beauty"></a></span><span class='CS_BBar_Image'><a href="/fr/food/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/food/index.cfm'); return true;"><img src="/de/images/fr_food.gif" class="CS_BBar_Image" align="top" width="49" height="31" alt="Food"></a></span><span class='CS_BBar_Image'><a href="/fr/sport/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/sport/index.cfm'); return true;"><img src="/de/images/21146856.gif" class="CS_BBar_Image" align="top" width="55" height="31" alt="Sport"></a></span><span class='CS_BBar_Image'><a href="/fr/accessoires/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/accessoires/index.cfm'); return true;"><img src="/de/images/415714.gif" class="CS_BBar_Image" align="top" width="95" height="31" alt="Accessoires"></a></span><span class='CS_BBar_Image'><a href="/fr/maison/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/maison/index.cfm'); return true;"><img src="/de/images/86063716.gif" class="CS_BBar_Image" align="top" width="66" height="31" alt="Maison"></a></span><span class='CS_BBar_Image'><a href="/fr/enfants/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/enfants/index.cfm'); return true;"><img src="/de/images/kids_fr.gif" class="CS_BBar_Image" align="top" width="45" height="31" alt="Kids"></a></span><span class='CS_BBar_Image'><a href="javascript:doWindowOpen('http://www.gogol.ch','child','toolbar=1,location=1,directory=0,status=1,menubar=1,scrollbars=1,resizable=1')" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar(' '); return true;"><img src="/de/images/gogol_de.gif" class="CS_BBar_Image" align="top" width="54" height="31" alt="Gogol"></a></span></div></td></tr></table> </span></td></tr> </table>	</span></td></tr> </table>	</span></span></a></a></span></span></td><td id="idCell518x1x3" class="CS_Layout_TD"      ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr><tr class="CS_Layout_TR"><td id="idCell518x2x1" class="CS_Layout_TD" width=20 height=8    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x2x2" class="CS_Layout_TD"  height=8    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x2x3" class="CS_Layout_TD"  height=8    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr><tr class="CS_Layout_TR"><td id="idCell518x3x1" class="CS_Layout_TD" width=20 height="15%"    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x3x2" class="CS_Layout_TD"  height="15%"    ><span class="CS_Element_Layout"><span class="print_class"><table id="idLayout530" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="800"   summary=""><tr class="CS_Layout_TR"><td id="idCell530x1x1" class="bluecell" width=143     ><script language="JavaScript"> <!--  function doCPOpenInOpener (url) { 	if (window.opener) 		window.opener.location = url; } // --> </script><span class="CS_Element_PageIndex"><span class="CS_Element_PageIndex"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="bluecell"><img src="/images/spacer.gif" width="1" height="1"> </td> <td> <table width="100" cellspacing="0" cellpadding="0" border="0">  		<tr><td width="10" colspan="2"><img src="/images/spacer.gif" alt="" border="0" width="1" height="10"></td></tr> 		<tr><td width="10"><img src="/images/spacer.gif" alt="" border="0" width="10"></td><td class="bluecell" colspan="2" height="10"><a href="" style="text-decoration:none;font-weight:bold">MAISON</a></td></tr> 		<tr><td width="10" colspan="2"><img src="/images/spacer.gif" alt="" border="0" width="1" height="10"></td></tr> 		 		<tr><td width="10"><img src="/images/spacer.gif" alt="" border="0" width="10"></td><td class="bluecell"><img src="/images/bullet_cyc.gif" height="4" width="4" align="middle">&nbsp;</td><td class="bluecell"><a href="/fr/maison/country_red.cfm" style="text-decoration:none;">Country red</a></td></tr> 		<tr><td width="10" colspan="2"><img src="/images/spacer.gif" alt="" border="0" width="1" height="5"></td></tr> 		 		<tr><td width="10"><img src="/images/spacer.gif" alt="" border="0" width="10"></td><td class="bluecell"><img src="/images/bullet_cyc.gif" height="4" width="4" align="middle">&nbsp;</td><td class="bluecell"><a href="/fr/maison/marques.cfm" style="text-decoration:none;">Nos Marques</a></td></tr> 		<tr><td width="10" colspan="2"><img src="/images/spacer.gif" alt="" border="0" width="1" height="5"></td></tr> 		 		<tr><td width="10"><img src="/images/spacer.gif" alt="" border="0" width="10"></td><td class="bluecell"><img src="/images/bullet_cyc.gif" height="4" width="4" align="middle">&nbsp;</td><td class="bluecell"><a href="/fr/maison/servicerideaux.cfm" style="text-decoration:none;">Service Rideaux</a></td></tr> 		<tr><td width="10" colspan="2"><img src="/images/spacer.gif" alt="" border="0" width="1" height="5"></td></tr> 		 		<tr><td width="10"><img src="/images/spacer.gif" alt="" border="0" width="10"></td><td class="bluecell"><img src="/images/bullet_cyc.gif" height="4" width="4" align="middle">&nbsp;</td><td class="bluecell"><a href="/fr/maison/terrazza.cfm" style="text-decoration:none;">Terrazza</a></td></tr> 		<tr><td width="10" colspan="2"><img src="/images/spacer.gif" alt="" border="0" width="1" height="5"></td></tr> 		  </table> </td></tr></table> </span></span><!-- --><span class="CS_Element_Textblock"><div id="21421-13222"> <span class="CS_Element_Textblock"> </span></div></span><span class="CS_Element_CustomCF"><div ID="21421-14864"></div></span></td><td id="idCell530x1x2" class="CS_Layout_TD" width=27     ><span class="CS_Element_Image"><div id="21421-16489"> <span class='CS_Image_IMG'><img src="/de/kids/images/spacer.gif" class="CS_Image_IMG" width="1" height="400"></span></div></span></td><td id="idCell530x1x3" class="print_class"      ><span class="CS_Element_Layout"><a name="content_table"><a name="CP_JUMP_1377"><table id="idLayout1377" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"   summary=""><tr class="CS_Layout_TR"><td id="idCell1377x1x1" class="CS_Layout_TD"  height=16    ><div class="CS_Element_LinkBar"> <span class="CS_LinkBar_Item"><a href="/fr/maison/" onmouseover=" setStatbar('/fr/maison/');  return true;" onmouseout=" setStatbar('');  return true;" class='CS_LinkBar_Item' >MAISON</a></span><span class="CS_LinkBar_Separator"></span><span class="CS_LinkBar_CurrentItem">Vie en rose</span><span class="CS_LinkBar_AfterLabel"></span></div></td></tr><tr class="CS_Layout_TR"><td id="idCell1377x2x1" class="CS_Layout_TD"      ><span class="CS_Element_Layout"><table id="idLayout1382" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"   summary=""><tr class="CS_Layout_TR"><td id="idCell1382x1x1" class="CS_Layout_TD" width=400 height=322  colspan=4  ><span class="CS_Element_Image"><div id="21421-5958"> <span class='CS_Image_IMG'><img src="/fr/maison/images/maison_enrose_1.jpg" class="CS_Image_IMG" width="400" height="245"></span></div></span></td><td id="idCell1382x1x5" class="CS_Layout_TD" width=1 height=322    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell1382x1x6" class="CS_Layout_TD" width=199 height=322    ><span class="CS_Element_Image"><div id="21421-21424"> <span class='CS_Image_IMG'><img src="/fr/maison/images/maison_enrose_fr.gif" class="CS_Image_IMG" width="200" height="245"></span></div></span></td><td id="idCell1382x1x7" class="CS_Layout_TD"  height=322    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr><tr class="CS_Layout_TR"><td id="idCell1382x2x1" class="CS_Layout_TD" width=1 height=100    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell1382x2x2" class="CS_Layout_TD" width=199 height=100    ><span class="CS_Element_Layout"><table id="idLayout6252" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"   summary=""><tr class="CS_Layout_TR"><td id="idCell6252x1x1" class="CS_Layout_TD" width=193 height=100  colspan=3  ><span class="CS_Element_Image"><div id="21421-6254"> <span class='CS_Image_IMG'><img src="/fr/maison/images/maison_enrose_2.jpg" class="CS_Image_IMG" width="199" height="132"></span></div></span></td></tr><tr class="CS_Layout_TR"><td id="idCell6252x2x1" class="CS_Layout_TD" width=6     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell6252x2x2" class="CS_Layout_TD" width=187     ><span class="CS_Element_Textblock"><div id="21421-6260"> <span class="CS_Element_Textblock"> <span class="CS_Generic_Text"><div class="CS_Textblock_Text"><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text> <UL> <LI><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text>Linge de table imprim  partir de <STRONG>4.95</STRONG> </SPAN></SPAN></SPAN></STRONG></LI> <LI><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text>Verre  vin blanc et rouge  partir de <STRONG>9.95</STRONG></SPAN></SPAN></SPAN></STRONG></LI> <LI><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text></SPAN></SPAN></SPAN></STRONG><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text>Srie assiette  partir de <STRONG>5.95</STRONG> </SPAN></SPAN></SPAN></STRONG></LI> <LI><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text>Set  couvert 24 pices <STRONG>99.</STRONG></SPAN></SPAN></SPAN></STRONG></SPAN></SPAN></SPAN></STRONG></LI></UL></div></span></span></div></span></td><td id="idCell6252x2x3" class="CS_Layout_TD" width=6     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</span></td><td id="idCell1382x2x3" class="CS_Layout_TD" width=1 height=100    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell1382x2x4" class="CS_Layout_TD" width=199 height=100    ><span class="CS_Element_Layout"><table id="idLayout6263" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"   summary=""><tr class="CS_Layout_TR"><td id="idCell6263x1x1" class="CS_Layout_TD" width=193 height=100  colspan=3  ><span class="CS_Element_Image"><div id="21421-6265"> <span class='CS_Image_IMG'><img src="/fr/maison/images/maison_enrose_3.jpg" class="CS_Image_IMG" width="199" height="132"></span></div></span></td></tr><tr class="CS_Layout_TR"><td id="idCell6263x2x1" class="CS_Layout_TD" width=6     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell6263x2x2" class="CS_Layout_TD" width=187     ><span class="CS_Element_Textblock"><div id="21421-6271"> <span class="CS_Element_Textblock"> <span class="CS_Generic_Text"><div class="CS_Textblock_Text"><ul> <li><strong><span class="CS_Element_Textblock"><span class="CS_Generic_Text"><span class="CS_Textblock_Text">Set  couvert 24 pices <strong>39.90</strong></span></span></span></strong></li> <li><strong><span class="CS_Element_Textblock"><span class="CS_Generic_Text"><span class="CS_Textblock_Text">Serviette en vieux rose, tilleul et ciel <strong>2.95</strong><br> </span></span></span></strong></li> </ul></div></span></span></div></span></td><td id="idCell6263x2x3" class="CS_Layout_TD" width=6     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</span></td><td id="idCell1382x2x5" class="CS_Layout_TD" width=1 height=100    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell1382x2x6" class="CS_Layout_TD" width=199 height=100    ><span class="CS_Element_Layout"><table id="idLayout6273" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="100%"   summary=""><tr class="CS_Layout_TR"><td id="idCell6273x1x1" class="CS_Layout_TD" width=193 height=135  colspan=3  ><span class="CS_Element_Image"><div id="21421-6275"> <span class='CS_Image_IMG'><img src="/fr/maison/images/maison_enrose_4.jpg" class="CS_Image_IMG" width="199" height="132"></span></div></span></td></tr><tr class="CS_Layout_TR"><td id="idCell6273x2x1" class="CS_Layout_TD" width=6     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell6273x2x2" class="CS_Layout_TD" width=187     ><span class="CS_Element_Textblock"><div id="21421-6281"> <span class="CS_Element_Textblock"> <span class="CS_Generic_Text"><div class="CS_Textblock_Text"><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text> <UL> <LI><STRONG><SPAN class=CS_Element_Textblock><SPAN class=CS_Generic_Text><SPAN class=CS_Textblock_Text>Mug, set  4 pices <STRONG>14.95</STRONG></SPAN></SPAN></SPAN></STRONG></SPAN></SPAN></SPAN></STRONG></LI></UL></div></span></span></div></span></td><td id="idCell6273x2x3" class="CS_Layout_TD" width=6     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</span></td><td id="idCell1382x2x7" class="CS_Layout_TD"  height=100    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr><tr class="CS_Layout_TR"><td id="idCell1382x3x1" class="CS_Layout_TD"  height=10  colspan=7  ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</span></td></tr><tr class="CS_Layout_TR"><td id="idCell1377x3x1" class="CS_Layout_TD"      ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</a></a></span></td></tr> </table>	</span></span></td><td id="idCell518x3x3" class="CS_Layout_TD"  height="15%"    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr><tr class="CS_Layout_TR"><td id="idCell518x4x1" class="CS_Layout_TD" width=20 height=8    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x4x2" class="CS_Layout_TD"  height=8    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x4x3" class="CS_Layout_TD"  height=8    ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr><tr class="CS_Layout_TR"><td id="idCell518x5x1" class="CS_Layout_TD" width=20     ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td><td id="idCell518x5x2" class="CS_Layout_TD"      ><span class="CS_Element_Schedule"><span id="21421-9968"><span class="CS_Element_Layout"><table id="idLayout9977" cellpadding="0" cellspacing="0" class="CS_Layout_Table" width="800"   summary=""><tr class="CS_Layout_TR"><td id="idCell9977x1x1" class="bluecell"      ><span class="CS_Element_ImageGrid"><table class="clsControlBorder" border="0" summary="" cellpadding="0" cellspacing="0" width="100%" > <tr><td width="100%" valign="top" align="left"> <div align="left"> <span class='CS_BBar_Image'><a href="/fr/boutiques/cgv.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/boutiques/cgv.cfm'); return true;"><img src="/de/images/71093049.gif" class="CS_BBar_Image" align="top" width="143" height="20" alt="Conditions gnrales"></a></span><span class='CS_BBar_Image'><a href="/fr/sitemap/index.cfm" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar('/fr/sitemap/index.cfm'); return true;"><img src="/de/images/40161401.gif" class="CS_BBar_Image" align="top" width="57" height="20" alt="Sitemap"></a></span><span class='CS_BBar_Image'><a href="javascript:doWindowOpen('/de/print/template-print_document.cfm','print','width=1,height=1,toolbar=0,location=0,directory=0,status=0,menubar=0,scrollbars=0,resizable=0')" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar(' '); return true;"><img src="/de/images/12156749.gif" class="CS_BBar_Image" align="top" width="64" height="20" alt="Imprimer"></a></span><span class='CS_BBar_Image'><a href="javascript:doWindowOpen('/fr/custom/tipp.cfm','friends','width=290,height=500,toolbar=0,location=0,directory=0,status=0,menubar=0,scrollbars=0,resizable=0')" style="text-decoration:none" onMouseOut=" setStatbar(''); return true;" onMouseOver=" setStatbar(' '); return true;"><img src="/de/images/88523048.gif" class="CS_BBar_Image" align="top" width="92" height="20" alt="Recommander"></a></span><span class='CS_BBar_Image'><img src="/de/images/14586587.gif" class="CS_BBar_Image" align="top" width="241" height="20"></span></div></td></tr></table> </span></td><td id="idCell9977x1x2" class="bluecell"      ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</span></span></span></td><td id="idCell518x5x3" class="CS_Layout_TD"      ><img src="/commonspot/images/clear.gif" width="1" height="1" alt=""></td></tr> </table>	</span></span></body></html> 
