<html> <head> <title>FRANCE-JEUNES : TOUTE L'ACTU PAR LES JEUNES !</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Description" content="Le webzine des webnautes... bref le rendez-vous des jeunes internautes : actus, culture, sports, multimdia, amour, humour, bons plans, vie du jeune, les trucs des jeunes, etc..."> <meta name="Keywords" content="jeunes, jeunesse, draguer, communaut, 15, 25, france, actualit, people, stars, cinema, musique"> <script language="JavaScript"> if(parent.frames.length>0) {window.top.location.href = "http://www.france-jeunes.net";}  function wopen(url) {window.open(url,'_blank','width=820,height=480,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');} function wopen2(url) {window.open(url,'_blank','width=820,height=480,scrollbars=1,toolbar=0,titlebar=0,status=0,resizable=0');} </script> <link rel="shortcut icon" href="favicon.ico"> <style type="text/css"> table,td,tr	{ font-size: 11px; font-family: "verdana","arial","helvetical","geneva",sans-serif;  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border: 0px; }  a { text-decoration: none; font-family: "verdana","arial","helvetical","geneva",sans-serif; } a:link,a:visited	{ color: #0B3D70; text-decoration: none; } a:hover,a:active	{ color: #000000; text-decoration: underline; }  a.menu:link,a.menu:visited,a.menu:hover	{ font-size: 10px; color: #0B3D70; } a.menu:hover,a.menu:active	{ color: #000000; text-decoration: none; }  .mr,a.mr:link,a.mr:visited,a.mr:hover,a.mr:active	{ font-size: 10px; color: #094C09; } a.mr:hover,a.mr:active	{ color: #000000; text-decoration: none; }  .smalltexte		{ font-size: 9px; } .sep			{ border: solid #1F6293 1px; border-right: 0px; border-left: 0px; }  input,select,textarea	{ border-color: #1F5A96; border-style: solid; background-color: #FFFFFF; border-width: 1px; font-family: "verdana", "arial", "helvetical", "geneva", sans-serif; font-size: 7pt; } input.menu		{ background-color: #FAFAF1; } input.mr		{ background-color: #F9FCF9; } input.radio		{ border: 0px; background-color: #FFFFFF; width: 14px; height: 14px; } input.post		{ height: 16px; } </style><script language="Javascript"> var IE5=(document.getElementById && document.all)? true : false; var W3C=(document.getElementById)? true: false; var currIDb=null, currIDs=null, xoff=0, yoff=0; zctr=0; totz=0;  function trackmouse(evt){ if((currIDb!=null) && (currIDs!=null)){ var x=(IE5)? event.clientX+document.body.scrollLeft : evt.pageX; var y=(IE5)? event.clientY+document.body.scrollTop : evt.pageY; currIDb.style.left=x+xoff+'px'; currIDs.style.left=x+xoff+10+'px'; currIDb.style.top=y+yoff+'px'; currIDs.style.top=y+yoff+10+'px'; return false; }}  function stopdrag(){ currIDb=null; currIDs=null; NS6bugfix(); }  function grab_id(evt){ xoff=parseInt(this.IDb.style.left)-((IE5)? event.clientX+document.body.scrollLeft : evt.pageX); yoff=parseInt(this.IDb.style.top)-((IE5)? event.clientY+document.body.scrollTop : evt.pageY); currIDb=this.IDb; currIDs=this.IDs; }  function NS6bugfix(){ if(!IE5){ self.resizeBy(0,1); self.resizeBy(0,-1); }}  function incrzindex(){ zctr=zctr+2; this.subb.style.zIndex=zctr; this.subs.style.zIndex=zctr-1; }  function createPopup(id, title, width, height, x , y , isdraggable, boxcolor, barcolor, shadowcolor, text, textcolor, textptsize, textfamily, titlecolor ){ if(W3C){ zctr+=2; totz=zctr; var txt=''; txt+='<div id="'+id+'_s" style="position:absolute; left:'+(x+5)+'px; top:'+(y+5)+'px; width:'+width+'px; height:'+height+'px; background-color:'+shadowcolor+'; filter:alpha(opacity=20); visibility:visible"></div>'; txt+='<div id="'+id+'_b" style="border:solid #000000 1px; border-top-width: 0px; position:absolute; left:'+x+'px; top:'+y+'px; width:'+width+'px; overflow:hidden; height:'+height+'px; background-color:'+boxcolor+'; visibility:visible">'; txt+='<table cellpadding="0" cellspacing="0" border="0" width="'+(IE5? width-4 : width)+'" background="images/message.titre.jpg" style="width:'+width+'px; height:15px; background-color:#8DAFDD; color: #FFFFFF;"><tr class="smenu"><td width="100%"><div id="'+id+'_h">'+title+'</div></td><td><b><a href="#null" style="color: #FFFFFF; font-size: 10px; text-decoration: none;" onmousedown="document.getElementById(\''+id+'_s\').style.display=\'none\'; document.getElementById(\''+id+'_b\').style.display=\'none\';return false">Fermer</a>&nbsp;&nbsp;</b></td></tr></table>'; txt+='<div id="'+id+'_ov" width:'+width+'px; style="margin:2px; color:'+textcolor+'; font:'+textptsize+'pt '+textfamily+';">'+text+'</div></div>'; document.write(txt); this.IDh=document.getElementById(id+'_h'); this.IDh.IDb=document.getElementById(id+'_b'); this.IDh.IDs=document.getElementById(id+'_s'); this.IDh.IDb.subs=this.IDh.IDs; this.IDh.IDb.subb=this.IDh.IDb; this.IDh.IDb.IDov=document.getElementById(id+'_ov'); if(IE5){ this.IDh.IDb.IDov.style.width=width-6; this.IDh.IDb.IDov.style.height=height-22; this.IDh.IDb.IDov.style.scrollbarBaseColor=boxcolor; this.IDh.IDb.IDov.style.overflow="auto"; }else{ this.IDh.IDs.style.MozOpacity=.5; } this.IDh.IDb.onmousedown=incrzindex; if(isdraggable){ this.IDh.onmousedown=grab_id; this.IDh.onmouseup=stopdrag; }}}  if(W3C)document.onmousemove=trackmouse; if(!IE5 && W3C)window.onload=NS6bugfix; </script></head> <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><script language="javascript"> createPopup('b992090928156','&nbsp;<img src="images/fleche.gif" width="10" height="7">Vous avez un nouveau message !',460,220,270,168,true,'#FFFFFF','#E0EAF3','#1F6293', '<img src="avatars/mini/1.img" width="40" height="50" border="1" align="left" style="border:solid #1A3F68 1px;">Message de : <b><a href="#null" onClick="window.open(\'fj_rep.php?membreid=1\',\'_blank\',\'width=305,height=205,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0\')">Vincent Courcelle</a></b> (Le webmaster)<br>Le : <b>21 avril 2003 &agrave; 22 heures 12 minutes</b><br><br>Salut !<br>Ici le webmaster, &ccedil;a va ? Comme tu n\'es pas encore membre, je te propose de lire ce qui suit...<br><b>Pourquoi devenir membre</b> ? (C\'est gratuit !)<br>- Tu pourras <b>&eacute;crire des articles</b> et <b>gagner des cadeaux</b> !<br>- Tu pourras <b>envoyer des messages</b> comme celui-ci &agrave; tous les membres !<br>- Tu pourras <b>faire plein de rencontres</b> avec des jeunes qui, comme toi, recherchent des amis... ou l\'amour !<br>- Tu pourras savoir ce que pensent vraiment les autres de ton physique<br>Et beaucoup d\'autres encore !<br><br><div align="right"><b><a href="inscription.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">Devenir membre</a> / <a href="avantages.liste.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">Avantages des membres</a> / <a href="#null" onClick="window.open(\'fj_rep.php?membreid=1\',\'_blank\',\'width=305,height=205,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0\')">R&eacute;pondre</a></b></div>','#303030' ,8,'Verdana, Arial, Helvetica, sans-serif','#303030'); </script><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr><td valign="top"><a href="http://www.france-jeunes.net"><img src="images/surf/logo.jpg" width="278" height="83" border="0" alt="FRANCE-JEUNES : TOUTE L'ACTU PAR LES JEUNES !"></a></td><td align="center" valign="bottom" background="images/surf/fond_haut.gif" width="100%"><font size="1"><IFRAME NAME="iclickfr" SRC="http://www5.click-fr.com/printk.cgi?a=1033-25723905&b=20" width="468" height="60" MARGINWIDTH="0" MARGINHEIGHT="0" HSPACE="0" VSPACE="0" FRAMEBORDER="0" SCROLLING="no"> <SCRIPT LANGUAGE="JavaScript"> var nbre = Math.round(Math.random()*100000); var chaine="<a href=http://www5.click-fr.com/clickj.cgi?a=1033-25723905&b=" + nbre + " target=clickfr><img border=0  height=60 width=468  SRC=http://www5.click-fr.com/printj.cgi?a=1033-25723905&b=" + nbre +" alt=\"*** Visitez notre Sponsor ! ***\"></a>"; document.write(chaine); </SCRIPT></IFRAME><br><b>Cliquez ici pour en savoir plus :)</b></font></font><br><img src="images/invisible.gif" width="1" height="3"></td></tr> </table> <img src="images/surf/slogan.gif" width="341" height="13"><a href="all_articles.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84"><img src="images/invisible.gif" width="300" height="13" border="0" style="cursor: default;"></a><br> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> <tr height="17"><td valign="bottom" bgcolor="#BEDCF7">&nbsp;<font color="#1A3F68"><b><i>Sondage&nbsp;:</i></b></font></td><td valign="top"><img src="images/surf/penche.gif" width="6" height="17"></td><form method="post"><input type="hidden" name="PHPSESSID" value="ba559c29e86bb67b2b14db00b1e62b84" /><td width="100%"><a href="emails.liste.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" style="cursor: default;"><font color="#FFFFFF">.</font></a><b>Dring...</b><br><font size="1"><input type="radio" name="form_choix" value="1" onClick="submit();" class="radio">All&ocirc; ?&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="2" onClick="submit();" class="radio">C'est le micro-ondes qui m'appelle&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="3" onClick="submit();" class="radio">Debout l&agrave; dedans !&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="4" onClick="submit();" class="radio">Ouf, c'est la fin du cours de maths&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="5" onClick="submit();" class="radio">C'est l'facteur&nbsp;&nbsp;&nbsp;<input type="hidden" name="form_sondage" value="1"><input type="hidden" name="form_sonid" value="52"></font></td><td valign="top" bgcolor="#BEDCF7"><img src="images/surf/sondage_bout.gif" width="23" height="17"></td></form></tr> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> </table><img src="images/invisible.gif" width="1" height="5"><br><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> <tr height="17"><td valign="bottom" bgcolor="#BEDCF7">&nbsp;<font color="#1A3F68"><b><i>Connect&eacute;s&nbsp;:</i></b></font></td><td><img src="images/surf/penche.gif" width="6" height="17"></td><td width="100%"><b>160</b> connect&eacute;s : <b>42</b> <a href="connectes.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">membres</a> et <b>118</b> visiteurs <img src="images/fleche.gif" width="10" height="7" border="0"><a href="connectes.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">voir la liste</a></td><td valign="top" bgcolor="#BEDCF7"><img src="images/surf/sondage_bout.gif" width="23" height="17"></td></tr> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> </table><img src="images/invisible.gif" width="1" height="5"><br><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> <tr height="17"><td valign="bottom" bgcolor="#BEDCF7">&nbsp;<font color="#1A3F68"><b><i>Page&nbsp;courante&nbsp;:</i></b></font></td><td><img src="images/surf/penche.gif" width="6" height="17"></td><td width="100%"><a href="index.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">Accueil</a> <img src="images/fleche.gif" width="10" height="7" border="0">D&eacute;clarations</td><td valign="top" bgcolor="#BEDCF7"><img src="images/surf/sondage_bout.gif" width="23" height="17"></td></tr> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> </table><br>  <div align="left"><img src="images/invisible.gif" width="100" height="10"><a href="index.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84"><img src="images/surf/o_accueil.gif" width="71" height="10" border="0" alt="Retour &agrave; l'accueil"></a><a href="inscription.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84"><img src="images/surf/o_inscription.gif" width="96" height="10" border="0" alt="Devenir membre"></a><a href="annuaire.images.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84"><img src="images/surf/o_photos.gif" width="66" height="10" border="0" alt="Annuaire de photos"></a><a href="contacts.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84"><img src="images/surf/o_contacts.gif" width="87" height="10" border="0" alt="Contacter le webmaster"></a></div> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td><img src="images/invisible.gif" width="1" height="1"></td><td><img src="images/surf/arrondi_haut.gif" width="135" height="1"></td><td bgcolor="#1F6293" colspan="3"><img src="images/invisible.gif" width="1" height="1"></td><td><img src="images/surf/fond_intercalaire.gif" width="6" height="1"></td><td bgcolor="#1F6293"><img src="images/invisible.gif" width="1" height="1"></td></tr>  <tr><td>&nbsp;</td><td background="images/surf/fond_gauche.gif" valign="top"><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr><td><img src="images/surf/articles.gif" width="135" height="15"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif"> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=1&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Amour</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=7&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">BD &amp; Livres</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=14&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Bons Plans</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=5&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Cin&eacute;ma</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=13&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Humour</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=17&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Insolite</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=18&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Interviews</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=23&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Jeux de R&ocirc;les</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=11&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Jeux Vid&eacute;o</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=15&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">KomenF&egrave;ton</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=3&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Le Monde</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=16&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Mode &amp; Beaut&eacute;</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=10&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Multim&eacute;dia</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=6&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Musique</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=25&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Paranormal</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=4&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">People</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=8&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Sciences</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=9&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Sports</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=20&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">T&eacute;l&eacute;vision</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=12&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Vie du jeune</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=24&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Vos Histoires</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=19&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Webmasters</a><br> <br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="inscription.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Devenir membre</b></a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.images.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Photos</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="records.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Records</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="news.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>News en vrac</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.bestof.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Best Of Succ&egrave;s</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.liste.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Liste des articles</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.php?random=1&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Zazar</a></td></tr></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <form method="post" action="recherche.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="ba559c29e86bb67b2b14db00b1e62b84" /> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif" align="center"><input type="hidden" name="form_titre" value="1"><input type="hidden" name="form_desc" value="1"><input type="hidden" name="poster" value="1"><input type="text" name="form_rech" value="Ta recherche" size="18" onClick="javascript:if(this.value=='Ta recherche') this.value='';" class="menu">&nbsp;<input type="submit" name="post" value="oK" class="post" class="menu"></td></tr> </form> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="services.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Services avanc&eacute;s</b></a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rencontres.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Rencontres</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="webeauty.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>WeBeauty</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="declarations.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">D&eacute;clarations Love</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="love.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Je t'aime</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="#null" onClick="wopen('jouez.php')" class="menu">Jouez!</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="tv.frames.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="menu"><b>Appels &agrave; t&eacute;moins TV</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="#null" OnClick="wopen('concours.php')" class="menu"><b>Concours DVD</b></a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="forum.php?forum_id=1&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Sexe : D&eacute;bats</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="forum.php?forum_id=2&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Sexe : V&eacute;cu</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="questions.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Vos Questions</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="debats.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">D&eacute;bats</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="#null" OnClick="wopen('wiki.php')" class="menu"><b>Wiki!</b></a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.web.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Annuaire du web</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.images.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Annuaire photos</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="boutique.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">La boutique</a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="goodies.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu"><b>Les goodies</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="bannieres.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Faire un lien</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="recommander.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="menu">Recommander</a></td></tr>  <tr><td><img src="images/surf/menu_fin.gif" width="135" height="5"></td></tr> </table></td><td>&nbsp;</td><td width="100%" valign="top"><img src="images/invisible.gif" width="1" height="4"><br><table cellspacing="1" cellpadding="0" border="0" width="100%" bgcolor="#1F6293"><tr><td><table cellspacing="3" cellpadding="0" border="0" bgcolor="#FFFFFF" width="100%"> <tr bgcolor="#E0EAF3"><td align="center"><a href="#null" onClick="window.open('declarations.envoyer.php','_blank','width=335,height=250,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Poster une d&eacute;claration</b></a></td></tr> <tr bgcolor="#E0EAF3"><td align="center" colspan="10"><b><a href="declarations.php?start=0&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&laquo;]</a> <a href="declarations.php?start=70&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&lt;]</a> <a href="declarations.php?start=40&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">5</a> <a href="declarations.php?start=50&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">6</a> <a href="declarations.php?start=60&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">7</a> <a href="declarations.php?start=70&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">8</a> [9] <a href="declarations.php?start=90&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">10</a> <a href="declarations.php?start=100&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">11</a> <a href="declarations.php?start=110&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">12</a> <a href="declarations.php?start=120&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">13</a> <a href="declarations.php?start=130&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">14</a> <a href="declarations.php?start=90&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&gt;]</a> <a href="declarations.php?start=180&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&raquo;]</a> </b></td></tr><tr bgcolor="#E0EAF3"><td>Le 3 avril 2003 : De <b><a href="mailto:Caroline.Constantien@laposte.net">Caro</a></b> &agrave; <b>Matthieu</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">Ecoute, si tu &agrave; eu le courage de venir le lire.Tu lui en veux peut &ecirc;tre et c'est compr&eacute;hensible, mais il t'adore, il veux ton bonheur.En voulant le faire il ne pense qu'&agrave; lui, c'est vrai.Il est b&ecirc;te, nous n'y pouvons rien.Je ne veux pas que tu souffre, alors si il m'en veux t'en pis je te l'ai dit pour ton bien car je ne veux pas te voir comme tu &eacute;tais il y a 2 semaines &agrave; cause de moi. Aur&eacute;lie devrait le savoir par Pascale, mais elle ne sait pas qui c'est.Alors lui dit rien, &ccedil;a ne changera rien.N'en veux pas &agrave; Michelin .Ce n'est pas de sa faute si il ne ce rend pas compte qu'il est b&ecirc;te.Je suis l&agrave;, moi et Guillaume aussi.Je sais je le d&eacute;testais mais en fesant des effors, j'ai appris &agrave; le conna&icirc;tre et &agrave; l'aimer.Il a un coeur d'or et il t'adore.Alors ne le perd pas, je sais c'est peut &ecirc;tre dure de jujer comme &ccedil;a, mais c'est vrai.<br /> <br /> <br /> Bon je te laisse.Tu sera toujours dans mon coeur(mon petit fr&egrave;re que j'aime) en amiti&eacute;, t'inqui&egrave;te pas.</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 3 avril 2003 : De <b><a href="mailto:tiuti@dfgdf.ff">The MuSt</a></b> &agrave; <b>cocotte</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">mon bebe je t'aime tros STP on resort ensemble <br /> <br /> quand tu me serrai dans tes bras j'etait au paradis<br /> <br /> et tes bisous me mettais en confiance STP mon bebe revient moi</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 3 avril 2003 : De <b><a href="mailto:arc_ge@hotmail.com">TiTeCoTTe (Gene vi&egrave;ve)</a></b> &agrave; <b>Alex stringer</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">je  cque tu vas surment pas venir sur se site c pk je tenvoie sa te dire que je taiem plus que tout apr&egrave;s toute ses ann&eacute; passs&eacute; &eacute;loigner je taiem et non pas par haine stp aimme moi a ton tour mon amour</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 3 avril 2003 : De <b><a href="mailto:msonia52@hotmail.com">soso</a></b> &agrave; <b>skritch</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">B&eacute;b&eacute; enl&egrave;ve moi, enm&egrave;ne moi loin d'ici.. Dans un endroit o&ugrave; nous pourrons nous aimer sans limites.. Je t'aime tellement!!!<br /> Mon seul bien s'est toi.<br /> Je n'aime que toi.<br /> Tu es tout pour moi.<br /> Je pense &agrave; chaque seconde &agrave; toi.<br /> <br /> Je n'ais rien &agrave; t'offrire b&eacute;b&eacute;,   rien..<br /> Juste ce coeur qui bat chaque jour pour toi.<br /> B&eacute;b&eacute; accepte le tel qu'il est, car il t'aime en un amour sinc&egrave;re et &eacute;ternel..<br /> Il n'appartient qu'&agrave; toi!</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 2 avril 2003 : De <b><a href="mailto:Caroline.Constantien@laposte.net">Caro</a></b> &agrave; <b>Matthieu</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">Si tu le lis je veux que je t'adore plus que tout et &ccedil;a me fais de la peine trahir un ami qui m'adore, c'est michelin.Attend lit tout.S'il fais &ccedil;a ce n'est pas qu'il pense qu'a lui, mais appart moi personne n'est pour ton couple.J'avoue j'&eacute;tais contre et quand tu me l'a dit je t'en voulais.Mais maintenant j'ai compris une chose.Je veux ton bonheur, je veux que tu sois heureux.Tout le monde la d&eacute;teste et j'&eacute;tais la premi&egrave;re, mais si tu l'aime c'est qu'elle n'est pas si conne que &ccedil;a.tu as de bon gout et un coeur d'or, alors ne le perd jamais.je t'adore et je serais tout le temps l&agrave; pour toi.<br /> <br /> <br /> Bisous et bonne chance pour l'avenir<br /> Ton amie pour la vie</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 2 avril 2003 : De <b><a href="mailto:Caroline.Constantien@laposte.net">Caro</a></b> &agrave; <b>Moana</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">B&eacute;b&eacute;, j'ai d&eacute;conn&eacute;e. Pendant 1 an nous sommes sorties ensembles nous avons cass&eacute;s et pendant 6 mois je n'ai pas vue que tu m'aimais comme un dingue.Je t'aimais mais je nosais plus te reparler apr&egrave;s ma tentative de suicide je t'en voulais, mais maintenant que nous sommes ensemble, il faut que tu sache que je t'es tromp&eacute;e, je suis nulle et je regr&eacute;tte vraiment je voudrais me retrouver dans tes bras tout le temps mais ce n'est pas possible car 2h de route nous s&eacute;pare.Je t'aime il faut que tu me pardonne je m'en veux tellement.je veux te rejoindre, mais la fugue ce n'est pas le bon moyen &agrave; moin qu'ont soient 2.J'ai besoin de toi ne me lache pas.Pas maintenant, je t'aime.<br /> <br /> <br /> il ya une chance sur 23 millions pour que tu lise ce m&eacute;ssage mais sache que ma peine ne me fera pas revenir en arri&egrave;re tu es en Espagne et quand tu reviendras je te dirais que je veux fuguer pour prendre l'air pour oublier ou seul toi peut deviner.Seule toi peut le savoir.Je t'aime mon amour.</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 2 avril 2003 : De <b><a href="mailto:nikita.27@caramail.com">llg</a></b> &agrave; <b>MM/ ma sister!</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">Slt toi je voulai te dire ke si j etai lesbienne ce serrai sur toi ke mon regard se serrai pose komme la 1er foi ke je t ai vue<br /> tu compte bcp dans ma viie et j espere que tu le sais ciao puce jtm fort fort fort<br /> <br /> <br /> (ptitit vache a moi tt seule de la pars du canard!!!)</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 2 avril 2003 : De <b><a href="mailto:nikita.27@caramail.com">llg</a></b> &agrave; <b>mon chouchou/ joao</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">Slt toi je sais que jamais tu ne verra ce mess mai je veux te le dire:<br /> ca va faire 6mois kon es ensemble et je croi ke ses 2dernier moi on ete le meilleur.. Tu es le souffle de ma vie la personne pour ki j ai envie de me lever et de ne pas rester dans mon lit. La personne qui as le plus gros coeur du monde,le +bo cul... et tout en toi me plais je pourai meme dire ke tu es parfai!!<br /> tu es la seule personne qui m aie fai vraiment pleurer!<br /> Et la seule pour ki je n ai po pu mettre fin a mes jour kan j aurrai pu le faire alors je pence ke si tu lis ca tu aura un autre regard sur moi mai ce n es po grave je te devoile mon coeur.. Tu me la tellement demander de foi ke je l ai fai mtn je ne suis plus aussi secrette mtn!!!!!!!!&uml;<br /> <br /> Ciao amour jtm kisssssssss     llg</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 2 avril 2003 : De <b><a href="mailto:deborah.champeil@caramail.com">deborah91800</a></b> &agrave; <b>Jimmy</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">Cela fait longtemps que je t'aime on m'a dit de passer a quelque chose d'autre mais pour moi c'est impossible t'est tout pour moi je ne peux pas t'oublier<br /> j'ai ecris ton nom sur le sable mais la mer la enlever<br /> j'ai graver ton nom sur un arbre mais son ecorse est tomber<br /> j'ai graver ton nom sur un mur mais le temps la elever <br /> j'ai graver ton nom dans mon coeur et la il est resterer et restera tout le temps<br /> tu peux me demander ce que tu veux mais tu ne peux pas me demender de plus t'aimer Jimmy c'est toi que j'aime et personne d'autre est ce que j'aurai ce courage de te le demander en face un jour ? ... jespere ..</div></td></tr><tr bgcolor="#E0EAF3"><td>Le 2 avril 2003 : De <b><a href="mailto:arc_ge@hotmail.com">Fleur damour</a></b> &agrave; <b>Alex stringer</b> :</td></tr> <tr bgcolor="#FFFFFF"><td><div align="justify">jveux te le dire ici comme sa je c que tu ne poura pas le lire je taiem lamour est fort apr&egrave;s tout ces annn&eacute;e &eacute;loigner lun de lautre je pense juste a toi 2 ans on pass&eacute; 2 asn triste et monnotone sans toi sans nul sourrire a mes l&egrave;vres je taiem je nai su te lavouer pour ne pas paraitre follle mais je TADORE  m&ecirc;me en es`&eacute;rent que tu d&eacute;coivre cette amour cacher apres toute ces ann&eacute;es pass&eacute; (sec 2) JE TAIEM COMPREND LE PLUS QUE  TOUT TOUT TOUT TOUT TOUT TOUT TOUT TOUT TOUT TOUT TOUT TOUT  <br /> GeN ta tite princesse d'amoure qui taiem de tout son coeur</div></td></tr><tr bgcolor="#E0EAF3"><td align="center" colspan="10"><b><a href="declarations.php?start=0&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&laquo;]</a> <a href="declarations.php?start=70&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&lt;]</a> <a href="declarations.php?start=40&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">5</a> <a href="declarations.php?start=50&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">6</a> <a href="declarations.php?start=60&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">7</a> <a href="declarations.php?start=70&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">8</a> [9] <a href="declarations.php?start=90&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">10</a> <a href="declarations.php?start=100&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">11</a> <a href="declarations.php?start=110&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">12</a> <a href="declarations.php?start=120&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">13</a> <a href="declarations.php?start=130&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">14</a> <a href="declarations.php?start=90&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&gt;]</a> <a href="declarations.php?start=180&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">[&raquo;]</a> </b></td></tr> <tr bgcolor="#E0EAF3"><td align="center"><a href="#null" onClick="window.open('declarations.envoyer.php','_blank','width=335,height=250,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Poster une d&eacute;claration</b></a></td></tr> </table></table></td><td valign="top" NOWRAP>&nbsp;&nbsp;</td><td background="images/surf/fond_intercalaire.gif" align="right" valign="top"><img src="images/invisible.gif" width="6" height="59"><br><img src="images/blanc.gif" width="1" height="4"></td><td bgcolor="#E1EEE1" valign="top" class="mr"><table><tr><td valign="top" NOWRAP><a href="membre.fiche.php?membreid=741&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84"><img src="avatars/mini/defaut/1.img" width="40" height="50" style="border:solid #094C09 1px; border-right:0px;"><img src="images/surf/profil.gif" width="10" height="50" style="border:solid #094C09 1px; border-left:0px;"></a></td><td valign="top" width="100%" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Lauriane<br>22 ans<br>France</td></tr></table><img src="images/blanc.gif" width="160" height="4" class="sep"><br><blockquote style="margin-top: 0px; margin-left: 4px; margin-right: 0px; margin-bottom: 0px;"> <a href="inscription.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0"><b>Deviens membre (0 &euro; !)</b></a><br> <a href="avantages.liste.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0"><b>Pourquoi &ecirc;tre membre ?</b></a><br> <a href="inscription.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Poste tes articles !</a><br> <a href="perdu.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Mot de passe perdu ?</a><br> <img src="images/fleche.gif" width="10" height="7" border="0">Identification :<br> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <form method="post" action="identification.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="ba559c29e86bb67b2b14db00b1e62b84" /> <tr><td class="menu_right"><img src="images/fleche.gif" width="10" height="7" border="0">Login :</td><td align="right"><input type="text" name="login" size="17" class="mr">&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td class="menu_right"><img src="images/fleche.gif" width="10" height="7" border="0">Pass :</td><td align="right"><input type="password" name="mdp" size="17" class="mr">&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td align="center" colspan="2"><input type="submit" name="post" value="Se connecter" style="width: 142px; height: 16px" class="mr"></td></tr> </form> </table><img src="images/invisible.gif" width="1" height="2"><br><img src="images/vert.gif" width="160" height="1"><br> <br> <b><img src="images/fleche.gif" width="10" height="7">News Lettre</b><br> <img src="images/vert.gif" width="160" height="1"><br> <img src="images/fleche.gif" width="10" height="7" border="0">Recevoir tous les nouveaux articles dans ta bo&icirc;te &agrave; lettre ? Tu ne prends aucun risque, c'est r&eacute;siliable &agrave; tout moment !<br> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <form method="post" action="newslettre.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="ba559c29e86bb67b2b14db00b1e62b84" /> <tr><td class="menu_right"><img src="images/fleche.gif" width="10" height="7" border="0">Email :</td><td align="right"><input type="text" name="form_email" size="17" value="" class="mr">&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td align="center" colspan="2"><input type="submit" name="post" value="M'abonner" style="width: 142px; height: 16px" class="mr"></td></tr> </form> </table><img src="images/invisible.gif" width="1" height="2"><br><img src="images/vert.gif" width="160" height="1"><br> <br><b><img src="images/fleche.gif" width="10" height="7">Partenaires</b><br> <img src="images/vert.gif" width="160" height="1"><br><a href="partenaire.devenir.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0"><b>Devenir partenaire</b></a><br><a href="partenaire.bouton.clic.php?partid=53&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">C'est tendance !</a><br><a href="partenaire.bouton.clic.php?partid=77&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Forum Webmasters</a><br><a href="partenaire.bouton.clic.php?partid=72&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Vivez l'instant pr&eacute;sent</a><br><a href="partenaire.bouton.clic.php?partid=73&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Salammbo &ccedil;a d&eacute;chire !</a><br><a href="partenaire.bouton.clic.php?partid=63&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">MissCara : Fille &amp; Gar&ccedil;on</a><br><a href="partenaire.bouton.clic.php?partid=5&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">tubededentifrice</a><br><a href="partenaire.bouton.clic.php?partid=85&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Flash-Facile</a><br><img src="images/vert.gif" width="160" height="1"><br><br><center><a href="partenaire.bouton.clic.php?partid=90&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank"><img src="http://fantome.nexenservices.com/e-sondage/images/bouton.gif" alt="E-Sondage" border="0" vspace="2" hspace="2"></a><br><a href="partenaire.bouton.clic.php?partid=83&PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84" target="_blank"><img src="http://www.robopolis.com/banniere/banniere88.gif" alt="RoboPolis" border="0" vspace="2" hspace="2"></a><br></center><img src="images/vert.gif" width="160" height="1"></blockquote><br><center> <script language="JavaScript1.1"> <!-- hsh = new Date(); hsd = document; hsi = '<a href="http://www.xiti.com/xiti.asp?s=15427"' hsi += ' TARGET="_top"><img width="39" height="25" border=0 ' hsi += 'src="http://loga.xiti.com/hit.xiti?s=15427' hsi += '&p=&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) {Xiti_s=screen;hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;} hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" title="Mesurez votre audience"></a>'); //--> </script> <noscript> <a href="http://www.xiti.com/xiti.asp?s=15427" target="_blank"><img width="39" height="25" border=0 src="http://loga.xiti.com/hit.xiti?s=15427&p=&" title="Mesurez votre audience"></a> </noscript></center></td></tr> <tr><td></td><td><img src="images/surf/coin_bas.gif" width="135" height="21"></td><td colspan="3" background="images/surf/fond_bas.gif" align="right" valign="bottom"><i><b><font color="1A3F68" size="1"><a href="aspirateurs.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">ASPIRATEURS</a> / <a href="copyright.php?PHPSESSID=ba559c29e86bb67b2b14db00b1e62b84">DEPOT COPYRIGHT</a> / DECLARATION CNIL N&deg;752143</font></b></i></td><td background="images/surf/fond_intercalaire.gif"></td><td bgcolor="#E1EEE1" background="images/surf/fond_bas.gif"></td></tr> </table> </body> </html> 
