<!-- page type 0 -->  <!-- secondary page type 0 --> <!-- main 3 --> <html> <head> <script language="JavaScript" src="http://include.ebay.com/aw/pics/js/help/openHelpWindow.js"></script> <script language="JavaScript" src="http://include.ebay.com/aw/pics/js/item_search4.js"></script> <TITLE>eBay France - Toute la plante achte et vend sur internet !</TITLE> <META name="description" content="enchres en ligne : collections, livres, musique, informatique, bijoux, timbres, lectronique, photo, jouets..."> <META name="keywords" content="enchres en ligne, enchres, enchres entre particuliers, bonnes affaires"> <META name="Classification" content="auctions, auction, computer, bid, bidding, sale, books, coins, stamps, trading cards, memorabilia, sporting goods, music, dolls, comics, antiques, jewelry, ebay"> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"> <!--  function Certify(URL) {   popupWin = window.open(URL, 'Participant', 'location,scrollbars,width=450,height=300')   window.top.name = 'opener'; }  var is = new Is()  function Is() {    var agt = navigator.userAgent.toLowerCase(); this.major = parseInt(navigator.appVersion); this.nav  = ((agt.indexOf('mozilla')!=-1) && ((agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1))); this.nav4up = this.nav && (this.major >= 4); this.ie   = (agt.indexOf("msie") != -1); this.ie3up  = this.ie  && (this.major >= 3); this.eBayJSnotN3 = (this.nav4up || this.ie3up); }  function WriteCookie(name,value,domain,path,expires,secure){  	var CookieVal, CookError; 	CookieVal=CookError=""; 	if (name){ 		CookieVal=CookieVal+escape(name)+"="; 	} 	if (value){ 		CookieVal=CookieVal+escape(value); 	} 	if (domain){ 		CookieVal=CookieVal+"; domain="+domain; 	} 	if (path){ 		CookieVal=CookieVal+"; path="+path; 	} 	if (expires){ 		CookieVal=CookieVal+"; expires="+expires.toGMTString(); 	} 	if (secure){ 		CookieVal=CookieVal+"; secure="+secure; 	} 	else{ 		CookError=CookError+"Write failure"; 	} 	document.cookie=CookieVal;  // sets the cookie }  var isIE = false; var isNav = false; var ver = 0.0; if (navigator.appName == "Microsoft Internet Explorer") { 	isIE = true; 	ver = parseFloat(navigator.appVersion); 	if (document.all) 	{ 		var x = navigator.userAgent.lastIndexOf("MSIE");            ver = parseFloat(navigator.userAgent.substring(x+5,x+10));        } } else if (navigator.appName == "Netscape") { 	isNav = true; 	ver = parseFloat(navigator.appVersion); }  if ((isIE || isNav) && (ver >= 4.0)) 	WriteCookie("ebay","js/1",".ebay.fr",null,null,null); function Write2YearCookie(name,value,domain,path,expires,secure){ 	var CookieVal, CookError, deleteMeInAYear; 	CookieVal = CookError = ""; 	if (name){ 		CookieVal = CookieVal + escape(name) + "="; 		if (value){ 			CookieVal += escape(value); 			if (domain){ 				CookieVal += "; domain=" + domain; 			} 			if (path){ 				CookieVal += "; path=" + path; 			} 			if (expires == 'yes'){ 				CookieVal += "; expires=Tuesday, 01-Jan-02 12:00:00 GMT" 			} 			else if (expires == 'delete'){ 				CookieVal += "; expires=Saturday, 99-May-01 12:00:00 GMT" 			} 			if (secure){ 				CookieVal += "; secure=" + secure; 			} 		} 		else{ 			CookError = CookError + "Value failure"; 		} 	} 	else{ 		CookError = CookError + "Name failure"; 	} 	if (!CookError){ 		document.cookie = CookieVal;  // sets the cookie 		if (value != ReadCookie(name)){ 			CookError = "Write failure"; 		} 	} 	return CookError; } function ReadCookie(name){ 	var allCookie, cookieVal, length, start, end; 	cookieVal = ""; 	name = name + "="; 	allCookie = document.cookie; 	length = allCookie.length; 	if (length > 0){ 		start = allCookie.indexOf(name, 0); 		if (start != -1){ 			start += name.length; 			end = allCookie.indexOf(";",start); 			if (end == -1){ 				end = length; 			} 			cookieVal = unescape(allCookie.substring(start,end)); 		} 	} 	return(cookieVal); } var regionValue = ReadCookie("frregion");  function setRegionDropdown(){ //find out what the user's region is, and set the dropdown to that 	if (regionValue.length > 1){ 		var regionValueParedRaw = pareRegion(regionValue,'1'); 		if (document.RegionSelect.loc){ 			for (i = 0; i < document.RegionSelect.loc.options.length; i++){ 				if (document.RegionSelect.loc.options[i].value == regionValue){ 					document.RegionSelect.loc.options[0].text = 'Home Page province'; 					document.RegionSelect.loc.options[i].selected = true; 				} 			} 		} 	} } function pareRegion(regionValue,raw){ //extract the region from the cookie value, which is actually an entire URL 	var partsSplit = regionValue.split("/"); 	var parts = partsSplit[3]; 	var partsLo = parts.toLowerCase(); 	if(raw == '1'){ //leave caps intact for messages 		return parts; 	} 	else{ //left out 'partslo' for intl 		return parts; 	} } function setRegionImage(){ //find out what the user's region is, and set the title image to that 	if ((regionValue.indexOf('regional') != -1) || (regionValue.length < 1)){ 		document.write('<img src=\"http://pics.ebay.com/aw/pics/fr/regional/home_presdechezvous.gif\" width=\"206\" height=\"27\" alt=\"Prs de Chez Vous!\">'); 	} 	if ((regionValue.indexOf('regional') == -1) && (regionValue.length > 1)){ 		var regionValueParedRaw = pareRegion(regionValue,'1'); 		document.write('<img src=\"http://pics.ebay.com/aw/pics/fr/regional/Browse_' + regionValueParedRaw + '_205x27.gif\" width=\"205\" height=\"27\" alt=\"Prs de Chez Vous: ' + regionValueParedRaw + '!\">'); 	}		 }  function setCookie(form){ var region = document.RegionSelect.loc.options[document.RegionSelect.loc.selectedIndex].value 	Write2YearCookie("frregion",region,"www.fr.ebay.com","/","delete") 	Write2YearCookie("frregion",region,"pages.fr.ebay.com","/","delete") 	Write2YearCookie("frregion",region,".fr.ebay.com","/","yes") 	Write2YearCookie("frregion",region,".ebay.com","/","yes") } //--> </SCRIPT> <style> <!-- .promotext	{ 	font-size: 11px; 	font-family: Arial, Helvetica, sans-serif; 	} //--> </style> </head> <body bgcolor="#FFFFFF" MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0> <!-- outage notice --> <!--Begin Maps--> <map name="home_myebay_map_hasJS"> <area alt="page d'accueil"  coords="57,1,102,13" href="http://pages.ebay.fr/index.html" shape="RECT"> <area alt="s'inscrire" coords="106,1,166,16" href="http://cgi4.ebay.fr/aw-cgi/eBayISAPI.dll?Registershow" shape="RECT"> <area alt="village" coords="170,1,217,15" href="http://pages.ebay.fr/community/index.html" shape="RECT"> <area alt="plan du site" coords="220,0,298,16" href="http://pages.ebay.fr/sitemap.html" shape="RECT"> <area alt="Ouvrir/Fermer session" coords="301,0,409,18" href="http://cgi3.ebay.fr/aw-cgi/eBayISAPI.dll?SignIn" shape="RECT"> </map> <map name="home_myebay_map_noJS"> <area alt="page d'accueil" coords="23,1,66,14" href="http://pages.ebay.fr/index.html" shape="RECT"> <area alt="s'inscrire" coords="51,1,108,14" href="http://cgi4.ebay.fr/aw-cgi/eBayISAPI.dll?Registershow" shape="RECT"> <area alt="village" coords="114,0,158,14" href="http://pages.ebay.fr/community/index.html" shape="RECT"> <area alt="plan du site" coords="164,1,240,14" href="http://pages.ebay.fr/sitemap.html" shape="RECT"> <area alt="Ouvrir/Fermer session" coords="247,0,425,15" href="http://cgi3.ebay.fr/aw-cgi/eBayISAPI.dll?SignIn" shape="RECT"> </map> <map name="top_nav"> <area alt="Acheter" coords="0,0,63,25" href="http://pages.ebay.fr/buy/index.html" shape="RECT"> <area alt="Vendre" coords="68,0,125,25" href="http://cgi5.ebay.fr/aw-cgi/eBayISAPI.dll?ListItemForSale" shape="RECT"> <area alt="Mon eBay" coords="130,0,208,25" href="http://cgi1.ebay.fr/aw-cgi/eBayISAPI.dll?MyEbayLogin" shape="RECT"> <area alt="Rechercher" coords="213,0,301,25" href="http://pages.ebay.fr/search/items/basicsearch.html" shape="RECT"> <area alt="Services" coords="306,0,372,25" href="http://pages.ebay.fr/services/index.html" shape="RECT"> <area alt="Aide" coords="377,0,415,25" href="http://pages.ebay.fr/help/index_popup.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/index_popup.html');"> </map> <!--End Maps--> <table cellspacing="0" cellpadding="0" border="0" width="602" align="center"> 	<tr> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="13" height="10"></td> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="165" height="1"></td> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="7" height="1"></td> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="417" height="1"></td> 	</tr> 	<tr> 		<td rowspan="3"><img src="http://pics.ebay.com/aw/pics/x.gif" width="13" height="1"></td> 		<td valign=top rowspan="3"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_logo_165x65.gif" width="165" height="65" alt="eBay logo"></td> 		<td rowspan="3"><img src="http://pics.ebay.com/aw/pics/x.gif" width="7" height="1"></td> 		<td valign=top><SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript1.1" SRC="http://pages.ebay.fr/included/js/login_425.js"></SCRIPT><NOSCRIPT><IMG src="http://pics.ebay.com/aw/pics/fr/navbar/ibazar/top_inout_425.gif" width="425" height="15" alt="page d'accueil, Mon eBay, Plan du site, Ouvrir/Fermer session" border="0" usemap="#home_myebay_map_noJS" align="right"><BR clear="all"></NOSCRIPT></td> 	</tr> 	<tr> 		<td align=right><IMG src="http://pics.ebay.com/aw/pics/fr/navbar/ibazar/home_main_415x25.gif" alt="Parcourir, Vendre, Services, Rechercher, Aide, Village" width="415" height="25" usemap="#top_nav" border="0"></td> 	</tr> 	<tr> 		 		<td><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_toutelaplanete_277x14.gif" width="277" height="14" hspace="16" vspace="10" alt="Toute la plante achte et vend sur Internet"></td> 	</tr> </table> <table cellspacing="0" cellpadding="0" border="0" width="602" align="center"> 	<tr bgcolor="#FFCF00"> 		<td colspan="4"><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="3"></td> 	</tr> 	<FORM action="http://search.ebay.fr/search/search.dll" method="GET" onSubmit="return isItemNumber(this);"> 	<INPUT type="hidden" name="MfcISAPICommand" value="GetResult"> 	<INPUT type="hidden" name="ht" value="1"> 	<INPUT TYPE="hidden" NAME="cgiurl" VALUE="http://cgi.ebay.fr/ws/"> 	<INPUT type="hidden" name="SortProperty" value="MetaEndSort"> 	<INPUT TYPE="hidden" NAME="shortcut" VALUE="4"> 	<INPUT type="hidden" name="maxRecordsReturned" value="300"> 	<INPUT type="hidden" name="maxRecordsPerPage" value="50"> 	<INPUT type="hidden" name="SortProperty" value="MetaEndSort"> 	<input type="hidden" name="ebaytag1code" value="71"> 	<tr bgcolor="#FFF1B2"> 		<td width="3" bgcolor="#FFCF00"><img src="http://pics.ebay.com/aw/pics/x.gif" width="3" height="1"></td> 		<td width="9"><img src="http://pics.ebay.com/aw/pics/x.gif" width="9" height="1"></td> 		<td width="176"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_querechercher_136x12.gif" width="136" height="12" alt="Que recherchez vous"><br><INPUT type="text" name="query" size="15" maxlength="100" value=""><input type=image src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_ok_34x22.gif" width="34" height="22" align=absmiddle border="0"><br><a href="http://pages.ebay.fr/search/items/search.html" class="promotext">Recherche approfondie</a></td> 		<td width="414" rowspan="2"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_nouveausur_96x54.gif" width="96" height="54" alt="Nouveau sur eBay"><a href="http://cgi4.ebay.fr/aw-cgi/eBayISAPI.dll?Registershow"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_inscrire_76x54.gif" width="76" height="54" border="0" alt="s'inscrire"></a><a href="http://pages.ebay.fr/help/basics/n-bidding.html"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_commentacheter_79x54.gif" width="79" height="54" border="0" alt="Comment acheter"></a><a href="http://pages.ebay.fr/help/basics/n-selling.html"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_commentvendre_79x54.gif" width="79" height="54" border="0" alt="comment vendre"></a><a href="http://pages.ebay.fr/help/basics/n-is-ebay-safe.html"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_pourquoi_84x54.gif" width="84" height="54" border="0" alt="Pourquoi eBay est sr"></a></td> 	</tr> 	</form> 	<tr bgcolor="#FFCF00"> 		<td colspan="3"><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="3"></td> 	</tr> </table> <table cellspacing="0" cellpadding="0" border="0" width="602" align="center"> 	<tr> 		<td rowspan="6" valign=top> 			<table cellspacing="0" cellpadding="0" border="0" width="188"> 				<tr> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="11" height="1"></td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="88" height="1"></td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="17" height="1"></td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="72" height="1"></td> 				</tr> 				<tr> 					<td colspan="4"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_categories_188x21.gif" alt="Catgories" width="188" height="21" vspace="10"></td> 				</tr> 				<!-- categories include file --> <tr> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 					<td colspan="3"> 						<FONT face="arial" size="2"><b> 						<a href="http://pages.ebay.fr/antiques-index.html">Art Antiquits</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/auto-index.html">Auto-Moto</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/jewelry-index.html">Bijoux Montres</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/movies-index.html">Cinma et DVD</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/collectibles-index.html">Collections</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/computer-index.html">Informatique</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/toys-index.html">Jeux Jouets Figurines</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/games-index.html">Jeux Vidos Consoles</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/books-index.html">Livres BD Revues</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/home-index.html">Maison Sports Vacances</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/coins-index.html">Monnaies</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/music-index.html">Musique Instruments</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/photo2-index.html">Photo TV Hi-Fi Vido</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/telecom-index.html">Tlphonie</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/stamps-index.html">Timbres</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/clothing-index.html">V&ecirc;tements et Accessoires</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"><br> 						<a href="http://pages.ebay.fr/misc-index.html">Vins et Arts de vivre</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="8"><br> 						<IMG src="http://pics.ebay.com/aw/pics/fr/homepage/storeIcon_36x14.gif" width="36" height="14" align=absmiddle>&nbsp;<a href="http://altfarm.mediaplex.com/ad/ck/1833-9166-4250-0?HP=Stores">Boutiques eBay</a><br><IMG src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="5"><br> 						</b></FONT> 					</td> 				</tr>				<tr> 					<td colspan="4" height="48" valign=bottom><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_pourquoiebay_188x35.gif" alt="Pourquoi eBay est sr" width="188" height="35" vspace="5"></td> 				</tr> 				<tr> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 					<td colspan="2" class="promotext"> 						<a href="http://pages.ebay.fr/services/forum/feedback.html">Profil d'valuation</a><br> 						<a href="http://pages.ebay.fr/help/community/fpp.html">Prvention des fraudes</a><br> 						<a href="http://pages.ebay.fr/help/community/npb.html">Aide  la conclusion<br>des transactions</a> 					</td> 					<td><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_label_71x70.gif" alt="Programme de protection" width="71" height="70"></td> 				</tr>				<tr> 					<td colspan="4"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_planete_1188x20.gif" alt="Plante eBay" width="188" height="20" vspace="15"></td> 				</tr> 			<tr> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 					<td valign=top> 						<FONT face="arial" size="2"> 						<A href="http://pages.ebay.de/">Allemagne</A><BR> 						<A href="http://pages.ebay.com.au/">Australie</A><BR> 						<A href="http://www.ebay.at">Autriche</A><BR> 						<A href="http://pages.befr.ebay.be/">Belgique</a><br> 						<A href="http://pages.ebay.ca/">Canada</A><BR> 						<A HREF="http://www.auction.co.kr">Cor&eacute;e</A><BR> 						<A HREF="http://www.ebay.com/es">Espagne</A><BR> 						<A href="http://pages.ebay.com/">Etats-Unis</A><BR> 						<A href="http://www.ebayireland.com">Irlande</A><br> 						</font> 					</td> 					<td colspan="2" valign=top> 						<FONT face="arial" size="2"> 						<A href="http://pages.ebay.it/">Italie</A><BR> 						<A href="http://www.ebay.co.nz">Nouvelle Zlande</A><BR> 						<A href="http://www.ebay.nl">Pays-Bas</A><BR> 						<A href="http://pages.ebay.co.uk/">Royaume-Uni</A><BR> 						<A href="http://www.ebay.com.sg">Singapour</A><BR> 						<A href="http://www.ebaysweden.com">Su&egrave;de</A><br> 						<A href="http://www.ebay.ch">Suisse</A><br> 						<A href="http://www.tw.ebay.com">Ta&iuml;wan</A><br>&nbsp; 						</FONT> 					</td> 				</tr>			</table> 		</td> 		<td rowspan="6" width="5" bgcolor="#FFCF00"><img src="http://pics.ebay.com/aw/pics/x.gif" width="5" height="1"></td> 		<td width="13"><img src="http://pics.ebay.com/aw/pics/x.gif" width="13" height="1"></td> 		<td colspan="2" width="396" align=center>    <!-- FR new HP 3 : Actualits A Promos --> <table cellspacing="0" cellpadding="0" border="0" width="100%"> 	<tr> 		<td colspan="4"><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="10"></td> 	</tr> 	<tr> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-0?photo-W16-hp3_actu1=photo-W16-hp3_actu11" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/50x50_photonume.gif" width="50" height="50" alt="" border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-0?photo-W16-hp3_actu1=photo-W16-hp3_actu11" target="_top" class="promotext">Appareils photo Argentiques Numriques et Anciens</a>  </td> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-1?miniatures-W16-hp3_actu2=miniatures-W16-hp3_actu21" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/1euro_50auto.gif" width="50" height="50" alt="Solido, Corgi, Norev, Dinky..." border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-1?miniatures-W16-hp3_actu2=miniatures-W16-hp3_actu21" target="_top" class="promotext">Des milliers de miniatures  prix rduits</a>  </td> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-2?touslesdvd-W16-hp3_actu3=touslesdvd-W16-hp3_actu31" target="_top"><img src="http://pics.ebay.com/aw/pics/it/promotool/categorie/film_e_dvd/matrix_gladiatore_50x50.gif" width="50" height="50" alt="" border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-2?touslesdvd-W16-hp3_actu3=touslesdvd-W16-hp3_actu31" target="_top" class="promotext">Des DVDs<bR>par milliers</a>  </td> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-3?ceramique-W16-hp3_actu4=ceramique-W16-hp3_actu41" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/coupegraphiq_50x50.JPG" width="50" height="50" alt="" border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9170-5794-3?ceramique-W16-hp3_actu4=ceramique-W16-hp3_actu41" target="_top" class="promotext">Toute la cramique</a>  </td> 	</tr> </table> 		</td> 	</tr> 	<tr> 		<td width="13"><img src="http://pics.ebay.com/aw/pics/x.gif" width="13" height="1"></td> 		<td colspan="2" width="396" height="127" align=center>    <!-- FR new HP 3 : Actualits B Promos --> 							<a href="http://altfarm.mediaplex.com/ad/ck/1833-9168-5794-27?cliquezici-W16-hp3_actuB=cliquezici-W16-hp3_actuB1"><img src="http://pics.ebay.com/aw/pics/fr/promo/360x100/360x100_vetement_look.gif" width="360" height="100" alt="" border="0"></a> 		</td> 	</tr> 	<tr bgcolor="#FFCF00"> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 		<td colspan="2" height="32" align="right">    <!-- FR new HP 3 : barre maquaire Promos --> <font face="arial" size="2"> <a href="http://altfarm.mediaplex.com/ad/ck/1833-9172-5794-0?Educ-W14-hp3_y=Educ-W14-hp3_y1" target="_top"><b>Faites dcoller vos ventes !</b></a><b></b><b></b>&nbsp;<a href="http://altfarm.mediaplex.com/ad/ck/1833-9172-5794-0?Educ-W14-hp3_y=Educ-W14-hp3_y1" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/32x70-ventes.gif " width="70" height="32" alt="" border="0" align=absmiddle></a></font>		</td> 	</tr> 	<tr> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 		<td width="300" valign=top> 			<img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_alaune_295x30.gif" alt="A la une d'eBay" width="295" height="30" vspace="15"><br>  <!-- pool size = 140 --><TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD width="11" valign="top"><img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;</TD><TD valign="top"><FONT size="2" face="arial,helvetica"><a href="http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=2524439733">!!piano demi queue Grotrian Steinweg!!</a></FONT></TD> </TR> <TR> <TD width="11" valign="top"><img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;</TD><TD valign="top"><FONT size="2" face="arial,helvetica"><a href="http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=3127970933">Forge De Campagne 1er Empire avec Attelage</a></FONT></TD> </TR> <TR> <TD width="11" valign="top"><img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;</TD><TD valign="top"><FONT size="2" face="arial,helvetica"><a href="http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=3414069541">Compaq Deskpro  P Iii 450 Mhz Multimdia </a></FONT></TD> </TR> <TR> <TD width="11" valign="top"><img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;</TD><TD valign="top"><FONT size="2" face="arial,helvetica"><a href="http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=2411762070">Jantes Bbs Prost Gp</a></FONT></TD> </TR> <TR> <TD width="11" valign="top"><img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;</TD><TD valign="top"><FONT size="2" face="arial,helvetica"><a href="http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=3515253655">Dali Salvadore &#34;ossification&#34; Litho Signee</a></FONT></TD> </TR> <TR> <TD width="11" valign="top"><img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;</TD><TD valign="top"><FONT size="2" face="arial,helvetica"><a href="http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=3219659416">Nouveaux  Coffrets  Laguiole De Chasse ! </a></FONT></TD> </TR> </TABLE>  <!-- Last updated: 21-Avr-03 19:16:47 Paris --> 			<img src="http://pics.ebay.com/aw/pics/fr/homepage/star.gif" width="10" height="14" border="0">&nbsp;<FONT face="arial" size="2"><A href="http://listings.ebay.fr/aw/listings/list/featured/index.html"><I>Voir toutes les enchres A la Une...</A></FONT> 		</td> 		<td rowspan="2" align=center valign=top>    <!-- FR new HP 3 : Mais aussi Promos --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> 	<td height="94" valign="top" align=center class="promotext"> 	<a href="http://altfarm.mediaplex.com/ad/ck/1833-9171-5794-0?grandesmarques-W16-hp3_dm1=grandesmarques-W16-hp3_dm11" target="_top"><img src="http://pics.ebay.com/aw/pics/au/clothing/boutique_new_50x50.gif" width="50" height="50" alt="Vtements et accessoires Femmes " border="0" hspace="7" vspace="10" align="middle"></a> 	<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9171-5794-0?grandesmarques-W16-hp3_dm1=grandesmarques-W16-hp3_dm11" target="_top">Toutes les grandes marques !</a>  </td> </tr> <tr> 	<td height="94" valign="top" align=center class="promotext"> 	<a href="http://altfarm.mediaplex.com/ad/ck/1833-9171-5794-1?bd-W16-hp3_dm2=bd-W16-hp3_dm21" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/50x50/50_bd3.gif" width="50" height="50" alt="" border="0" hspace="7" vspace="10" align="middle"></a> 	<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9171-5794-1?bd-W16-hp3_dm2=bd-W16-hp3_dm21" target="_top">Bandes Dessines en images</a>  </td> </tr> <tr> 	<td height="94" valign="top" align=center class="promotext"> 	<a href="http://altfarm.mediaplex.com/ad/ck/1833-9171-5794-2?paulmccartney-W16-hp3_dm3=paulmccartney-W16-hp3_dm31" target="_top"><img src="http://pics.ebay.com/aw/pics/it/promotool/charity/mc_cartney_50x50.gif" width="50" height="50" alt="Assistez au concert priv de Paul Mc Cartney  Rome !" border="0" hspace="7" vspace="10" align="middle"></a> 	<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-9171-5794-2?paulmccartney-W16-hp3_dm3=paulmccartney-W16-hp3_dm31" target="_top">Paul Mc Cartney: Concert  Rome</a>  </td> </tr> </table> 	  		</td> 	</tr> 	<tr> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 		<td width="300" valign=top> 			<table width="295" cellspacing="0" cellpadding="0" border="0"> 				<tr> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="145" height="1"></td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="5" height="1"></td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="145" height="1"></td> 				</tr> 				<tr> 					<td colspan="3" height="35" valign=bottom><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_vendeur_295x30.gif" alt="Vendeurs" width="295" height="30"></td> 				</tr> 				<tr> 					<td valign=bottom height="35"><font face="arial" size="2"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_debutant_20x27.gif" width="20" height="27"><b>Dbutant :</b></font></td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 					<td valign=bottom height="35"><font face="arial" size="2"><img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_expert_8x27.gif" hspace="6" width="8" height="27"><b>Expert :</b></font></td> 				</tr> 				<tr> 					<td>    <!-- FR new HP 3 : Vendeurs dbutant Promos --> <font face="arial" size="2"> 				<a href="http://pages.ebay.fr/help/sell/item_allowed.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/sell/item_allowed.html');">Les objets autoriss</a> 				<br> 				<a href="http://pages.ebay.fr/help/sell/formats_ov.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/sell/formats_ov.html');">Les formats de vente</a> 				<br> 				<a href="http://pages.ebay.fr/help/sell/title_desc_ov.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/sell/title_desc_ov.html');">Le titre et la description</a> 				<br> </font> 	  					</td> 					<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="70"></td> 					<td>    <!-- FR new HP 3 : Vendeurs expert Promos --> <font face="arial" size="2"> 				<a href="http://pages.ebay.fr/help/sell/selling-manager.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/sell/selling-manager.html');">Le gestionnaire de vente</a> 				<br> 				<a href="http://pages.ebay.fr/help/sell/promoting_ov.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/sell/promoting_ov.html');">Promouvoir votre objet</a> 				<br> 				<a href="http://pages.ebay.fr/help/sell/manage_bidders_ov.html" target="helpwin" onclick="return openHelpWindow('http://pages.ebay.fr/help/sell/manage_bidders_ov.html');">Grer vos enchrisseurs</a> 				<br> </font> 	  					</td> 				</tr> 			</table> 		</td> 	</tr> 	<tr> 		<td><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="1"></td> 		<td colspan="2" align=center valign=top height="127"> 			<img src="http://pics.ebay.com/aw/pics/fr/homepage/hpfr_communaute_395x30.gif" alt="Communaut" width="395" height="30"><br>    <!-- FR new HP 3 : Communaut Promos --> <table cellspacing="0" cellpadding="0" border="0" width="100%"> 	<tr> 		<td colspan="4"><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="10"></td> 	</tr> 	<tr> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://pages.ebay.fr/webride.html" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/50x50/50-50-home-tours.gif" width="50" height="50" alt="" border="0"></a> 			<br><a href="http://pages.ebay.fr/webride.html" target="_top" class="promotext">Tout eBay en 4 minutes chrono !</a>  </td> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-10494-5794-1?CC-DD=CC-DD1" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/50-50-home-paiement.gif" width="50" height="50" alt="Comment payer vos frais eBay" border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-10494-5794-1?CC-DD=CC-DD1" target="_top" class="promotext">Automatisez vos paiements !</a>  </td> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-10494-5794-2?actualite=actualite1" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/50-50-home-ab.gif" width="50" height="50" alt="L'actu d'eBay" border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-10494-5794-2?actualite=actualite1" target="_top" class="promotext">L'actualit d'eBay </a>  </td> 	<td width="25%" valign=top align=center class="promotext">				 				<a href="http://altfarm.mediaplex.com/ad/ck/1833-10494-5794-3?TL-W14-hp3_co4=TL-W14-hp3_co41" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/50-50-home-turbolister.gif " width="50" height="50" alt="" border="0"></a> 			<br><a href="http://altfarm.mediaplex.com/ad/ck/1833-10494-5794-3?TL-W14-hp3_co4=TL-W14-hp3_co41" target="_top" class="promotext">Turbo Lister : chargez des lots !</a>  </td> 	</tr> </table> 		</td> 	</tr> 	<tr bgcolor="#FFCF00"> 		<td colspan="5"><img src="http://pics.ebay.com/aw/pics/x.gif" width="1" height="2"></td> 	</tr> 	<tr> 		<td colspan="5">    <!-- FR new HP 3 : Partenaires Promos --> <table cellspacing="0" cellpadding="0" border="0" width="100%"> 	<tr> 		<td height="50" align=center> <a href="http://ad.doubleclick.net/clk;4684873;6659414;a?http://pages.ebay.fr/help/community/escrow.html" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/90-30-tri.gif " width="90" height="30" alt="tiers de confiance" border="0"></a></td> 		<td height="50" align=center> <a href="http://ad.doubleclick.net/clk;4684876;6659414;d?http://pages.ebay.fr/egg/index.html" target="_top"><img src="http://pics.ebay.com/aw/pics/fr/promo/90x30/90x30_e60066.gif" width="90" height="30" alt="Dcouvrez la carte egg !" border="0"></a></td> 		<td>&nbsp;</td> 		<td>&nbsp;</td> 	</tr> </table> 	  		</td> 	</tr> 	<tr> 		<td colspan=5 align=center> 			<FONT face="arial" size="2"><BR><B>Mise  jour :</B> 21-Avr-03 19:16:55 Paris</FONT><br> <TABLE border="0" cellpadding="0" cellspacing="0" width="600"> 	<TR> 		<TD align="center"><BR><font face="arial" size="2"><A href="http://pages.ebay.fr/community/index.html">Nouveauts</A>|<A href="http://cgi4.ebay.fr/aw-cgi/eBayISAPI.dll?RegisterShow">S'inscrire</A>|<A href="http://pages.ebay.fr/help/community/index.html">R&egrave;glements et s&eacute;curit&eacute;</A>|<A href="http://pages.ebay.fr/services/forum/feedback.html">Evaluations</A>|<A href="http://pages.ebay.fr/community/aboutebay/index.html">A propos d'eBay</A></font><br><br></TD> 	</TR> 	<TR> 		<TD valign="TOP" align="LEFT"><FONT face="arial" size="2">Copyright &copy; 1995-2003 eBay Inc. Tous droits r&eacute;serv&eacute;s.<BR>Les marques et marques commerciales mentionn&eacute;es appartiennent &agrave; leurs propri&eacute;taires respectifs.<BR>L'utilisation de ce site Web implique l'acceptation des <A href="http://pages.ebay.fr/help/community/png-user.html">Conditions d'utilisation</A> et du <A href="http://pages.ebay.fr/help/community/png-priv.html">R&egrave;glement sur le respect de la vie priv&eacute;e</A> d'eBay.<BR></FONT></TD> 	</TR> 	<!-- end copyright notice --> 	<!-- footer --> </TABLE> <!-- writes the layer for the ads on the cat index page --> <SCRIPT LANGUAGE="JavaScript"> <!--  var adload; if (adload){ 	write_adlayer(); } //  --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!--  var pageName = "document.title"; var server = "location.hostname.tolowerCase()"; //  --> </SCRIPT> <SCRIPT SRC="http://include.ebay.com/aw/pics/js/stats/ss.js"></SCRIPT>		</td> 	</tr> </table> </BODY> </HTML> 
