<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <meta name="robots" content="index,follow" /> <meta name="keywords" content="manga, mangavore, animation, japanim, japanime, japanimation, convention, news, image, parole, generique, sorties, agenda, dossiers, quiz, galerie, chanson, japon, dessin anime, evenement, cinema, tonkam, pika, glenat, akuma, jailu, akata, generation comics,declic, kaze, idp, loga-rythme, mabell, dybex" /> <meta name="description" content="l'actu anim & manga en France" /> <meta name="rating" content="general" /> <meta name="author" content="Mangavore.com" /> <meta name="copyright" content="Copyright  2001-2003, Mangavore.com" /> <meta name="generator" content="XOOPS" /> <title>Mangavore.com - News</title> <link href="http://www.iscariote.org/mangavore/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.iscariote.org/mangavore/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.iscariote.org/mangavore/cache/styleNN.css" /> <script type="text/javascript"> <!-- function xoopsGetElementById(id){ 	if (document.getElementById) { 		return (document.getElementById(id)); 	} else if (document.all) { 		return (document.all[id]); 	} else { 		if ((navigator.appname.indexOf("Netscape") != -1) && parseInt(navigator.appversion == 4)) { 			return (document.layers[id]); 		} 	} }  function showImgSelected(imgId, selectId, imgDir) { 	imgDom = xoopsGetElementById(imgId); 	selectDom = xoopsGetElementById(selectId); 	imgDom.src = "http://www.iscariote.org/mangavore/"+ imgDir + "/" + selectDom.options[selectDom.selectedIndex].value; }  function justReturn() { 	return; }  function init() {  }  function openWithSelfMain(url,name,width,height) { 	var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no";  	new_window = window.open(url, name, options); 	window.self.name = "main"; 	new_window.focus(); }  function setElementColor(id, color){ 	xoopsGetElementById(id).style.color = "#" + color; }  function setElementFont(id, font){ 	xoopsGetElementById(id).style.fontFamily = font; }  function setElementSize(id, size){ 	xoopsGetElementById(id).style.fontSize = size; }  function changeDisplay(id){ 	var elestyle = xoopsGetElementById(id).style; 	if (elestyle.display == "") { 		elestyle.display = "none"; 	} else { 		elestyle.display = "block"; 	} }  function setVisible(id){ 	xoopsGetElementById(id).style.visibility = "visible"; }  function setHidden(id){ 	xoopsGetElementById(id).style.visibility = "hidden"; }  function makeBold(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontWeight != "bold") { 		eleStyle.fontWeight = "bold"; 	} else { 		eleStyle.fontWeight = "normal"; 	} }  function makeItalic(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontStyle != "italic") { 		eleStyle.fontStyle = "italic"; 	} else { 		eleStyle.fontStyle = "normal"; 	} }  function makeUnderline(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "underline") { 		eleStyle.textDecoration = "underline"; 	} else { 		eleStyle.textDecoration = "none"; 	} }  function makeLineThrough(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "line-through") { 		eleStyle.textDecoration = "line-through"; 	} else { 		eleStyle.textDecoration = "none"; 	} }   function appendSelectOption(selectMenuId, optionName, optionValue){ 	var selectMenu = xoopsGetElementById(selectMenuId); 	var newoption = new Option(optionName, optionValue); 	selectMenu.options[selectMenu.length] = newoption; 	selectMenu.options[selectMenu.length].selected = true; }  function disableElement(target){ 	var targetDom = xoopsGetElementById(target); 	if (targetDom.disabled != true) { 		targetDom.disabled = true; 	} else { 		targetDom.disabled = false; 	} } function xoopsCheckAll(formname, switchid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.name != switch_cbox.name) && (e.type == 'checkbox') ) { 			e.checked = switch_cbox.checked; 		} 	} }  function xoopsCodeUrl(id){ 	var text = prompt("Entrez l'URL du lien que vous voulez ajouter :", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Entrez le titre du site web :", ""); 		if ( text2 != null ) { 			if ( text2 == "" ) { 				var result = "[url=" + text + "]" + text + "[/url]"; 			} else { 				var pos = text2.indexOf(unescape('%00')); 				if(0 <= pos){ 					text2 = text2.substr(0,pos); 				} 				var result = "[url=" + text + "]" + text2 + "[/url]"; 			} 			xoopsInsertText(domobj, result); 		} 	} 	domobj.focus(); }  function xoopsCodeImg(id){ 	var text = prompt("Entrez l'URL de l'image que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Maintenant, entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.", ""); 		while ( ( text2 != "" ) && ( text2 != "r" ) && ( text2 != "R" ) && ( text2 != "l" ) && ( text2 != "L" ) && ( text2 != null ) ) { 			text2 = prompt("ERREUR ! Entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.",""); 		} 		if ( text2 == "l" || text2 == "L" ) { 			text2 = " align=left"; 		} else if ( text2 == "r" || text2 == "R" ) { 			text2 = " align=right"; 		} else { 			text2 = ""; 		} 		var result = "[img" + text2 + "]" + text + "[/img]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeEmail(id){ 	var text = prompt("Entrez l'adresse e-mail que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[email]" + text + "[/email]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeQuote(id){ 	var text = prompt("Entrez le texte que vous voulez citer.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var pos = text.indexOf(unescape('%00')); 		if(0 <= pos){ 			text = text.substr(0,pos); 		} 		var result = "[quote]" + text + "[/quote]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeCode(id){ 	var text = prompt("Entrez les codes que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[code]" + text + "[/code]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }    function xoopsCodeText(id, hiddentext){ 	var textareaDom = xoopsGetElementById(id); 	var textDom = xoopsGetElementById(id + "Addtext"); 	var fontDom = xoopsGetElementById(id + "Font"); 	var colorDom = xoopsGetElementById(id + "Color"); 	var sizeDom = xoopsGetElementById(id + "Size"); 	var xoopsHiddenTextDomStyle = xoopsGetElementById(hiddentext).style; 	var textDomValue = textDom.value; 	var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; 	var colorDomValue = colorDom.options[colorDom.options.selectedIndex].value; 	var sizeDomValue = sizeDom.options[sizeDom.options.selectedIndex].value; 	if ( textDomValue == "" ) { 		alert("Merci de saisir le texte dans la boite."); 		textDom.focus(); 	} else { 		if ( fontDomValue != "FONT") { 			textDomValue = "[font=" + fontDomValue + "]" + textDomValue + "[/font]"; 			fontDom.options[0].selected = true; 		} 		if ( colorDomValue != "COLOR") { 			textDomValue = "[color=" + colorDomValue + "]" + textDomValue + "[/color]"; 			colorDom.options[0].selected = true; 		} 		if ( sizeDomValue != "SIZE") { 			textDomValue = "[size=" + sizeDomValue + "]" + textDomValue + "[/size]"; 			sizeDom.options[0].selected = true; 		} 		if (xoopsHiddenTextDomStyle.fontWeight == "bold") { 			textDomValue = "[b]" + textDomValue + "[/b]"; 			xoopsHiddenTextDomStyle.fontWeight = "normal"; 		} 		if (xoopsHiddenTextDomStyle.fontStyle == "italic") { 			textDomValue = "[i]" + textDomValue + "[/i]"; 			xoopsHiddenTextDomStyle.fontStyle = "normal"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "underline") { 			textDomValue = "[u]" + textDomValue + "[/u]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "line-through") { 			textDomValue = "[d]" + textDomValue + "[/d]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		xoopsInsertText(textareaDom, textDomValue); 		textDom.value = ""; 		xoopsHiddenTextDomStyle.color = "#000000"; 		xoopsHiddenTextDomStyle.fontFamily = ""; 		xoopsHiddenTextDomStyle.fontSize = "12px"; 		xoopsHiddenTextDomStyle.visibility = "hidden"; 		textareaDom.focus(); 	} }  function xoopsSavePosition(id) { 	var textareaDom = xoopsGetElementById(id); 	if (textareaDom.createTextRange) { 		textareaDom.caretPos = document.selection.createRange().duplicate(); 	} }  function xoopsInsertText(domobj, text) { 	if (domobj.createTextRange && domobj.caretPos){   		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)  == ' ' ? text + ' ' : text;   	} else if (domobj.getSelection && domobj.caretPos){ 		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charat(caretPos.text.length - 1)   == ' ' ? text + ' ' : text; 	} else { 		domobj.value = domobj.value + text;   	} }  function xoopsCodeSmilie(id, smilieCode) { 	var revisedMessage; 	var textareaDom = xoopsGetElementById(id); 	xoopsInsertText(textareaDom, smilieCode); 	textareaDom.focus(); 	return; }  function xoopsValidate(subjectId, textareaId, submitId) { 	var maxchars = 65535; 	var subjectDom = xoopsGetElementById(subjectId); 	var textareaDom = xoopsGetElementById(textareaId); 	var submitDom = xoopsGetElementById(submitId); 	if (textareaDom.value == "" || subjectDom.value == "") { 		alert("Merci de compl&eacute;ter le sujet et le champs message."); 		return false; 	} 	if (maxchars != 0) { 		if (textareaDom.value.length > maxchars) { 			alert("Votre message est trop long.\n\nLongueur maxi de caract&egrave;res autoris&eacute;e :&nbsp;" + maxchars + "\nLongueur de caract&egrave;res actuelle :&nbsp;" + textareaDom.value.length + ""); 			textareaDom.focus(); 			return false; 		} else { 			submitDom.disabled = true; 			return true; 		} 	} else { 		submitDom.disabled = true; 		return true; 	} } window.onload=init;  //--> </script> </head> <body>   <table cellspacing="0">     <tr id="header">       <td id="headerlogo"><a href="http://www.iscariote.org/mangavore/"><img src="http://www.iscariote.org/mangavore/cache/logo.gif" width="225" height="118" alt="" /></a></td>       <td id="headerbanner"><div><a href="http://www.iscariote.org/mangavore/banners.php?op=click&amp;bid=4" target="_blank"><img src="http://epitanim.online.fr/convention/img/banniere/ba_nous.gif" alt="" /></a></div></td>     </tr>     <tr>       <td colspan="2">                <table cellspacing="0" width="100%">                <tr>                   <td width="8" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_1.png" width="8" height="10" alt="" /></td>                   <td background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_2.png" width="10" height="10" alt="" /></td>                   <td width="8" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_3.png" width="8" height="10" alt="" align="right" /></td>                </tr>                </table>       </td>     </tr>   </table>    <table width="720" cellspacing="0">     <tr>       <td id="leftcolumn" width="150">          <!-- Start left blocks loop -->                   <table cellspacing="0"> <tr><td> <table cellspacing="0" width="100%"><tr> <td class="itemHead">Connexion</td><td class="itemHead"> </td> </tr><tr> <td background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_2.png" width="10" height="10" alt="" /></td> <td width="8" height="10" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_3.png" width="8" height="10" alt="" align="right" /></td></tr></table> </td></tr><tr><td> <form style="margin-top: 0px;" action="http://www.iscariote.org/mangavore/user.php" method="post"><input type="hidden" name="PHPSESSID" value="8336e0249f5ae9d91ac63ad42b5cd524" />Pseudo :&nbsp;<br /><input type="text" name="uname" size="12" value="" /><br />Mot de Passe :&nbsp;<br /><input type="password" name="pass" size="12" /><br /><input type="hidden" name="op" value="login" /><input type="submit" value="Connexion Membre" /> </form> <a href="http://www.iscariote.org/mangavore/user.php#lost">Perdu le Mot de Passe ?</a> <br /><br /> <a href="http://www.iscariote.org/mangavore/register.php">Inscrivez-vous maintenant !</a> </td></tr> </table>                  <table cellspacing="0"> <tr><td> <table cellspacing="0" width="100%"><tr> <td class="itemHead">Recherche</td><td class="itemHead"> </td> </tr><tr> <td background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_2.png" width="10" height="10" alt="" /></td> <td width="8" height="10" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_3.png" width="8" height="10" alt="" align="right" /></td></tr></table> </td></tr><tr><td> <form style="margin-top: 0px;" action="http://www.iscariote.org/mangavore/search.php" method="post"><input type="hidden" name="PHPSESSID" value="8336e0249f5ae9d91ac63ad42b5cd524" />   <input type="text" name="query" size="14" /><input type="hidden" name="action" value="results" /><br /><input type="submit" value="Recherche" /> </form> <a href="http://www.iscariote.org/mangavore/search.php">Recherche avanc&eacute;e</a> </td></tr> </table>                  <table cellspacing="0"> <tr><td> <table cellspacing="0" width="100%"><tr> <td class="itemHead">Menu Principal</td><td class="itemHead"> </td> </tr><tr> <td background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_2.png" width="10" height="10" alt="" /></td> <td width="8" height="10" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_3.png" width="8" height="10" alt="" align="right" /></td></tr></table> </td></tr><tr><td> <table cellspacing="0">   <tr>     <td id="mainmenu">       <a class="menuTop" href="http://www.iscariote.org/mangavore/">Accueil</a>       <!-- start module menu loop -->             <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/news/">News</a>                   <a class="menuSub" href="http://www.iscariote.org/mangavore/modules/news/submit.php">Proposer un Article</a>                   <a class="menuSub" href="http://www.iscariote.org/mangavore/modules/news/archive.php">Archives</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/mareviews/">Critiques</a>                   <a class="menuSub" href="http://www.iscariote.org/mangavore/modules/mareviews/index.php?func=40">Proposer une critique</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/tutorials/">Dossiers</a>                   <a class="menuSub" href="http://www.iscariote.org/mangavore/modules/tutorials/submit.php">Proposer dossier</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/ipboard/">Forum</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/adresses/">Adresses</a>                   <a class="menuSub" href="http://www.iscariote.org/mangavore/modules/adresses/submit.php">Proposer</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/eCal/">Calendrier des vnements</a>                   <a class="menuSub" href="http://www.iscariote.org/mangavore/modules/eCal/addevent.php">Ajouter un vnement</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/xoopsfaq/">FAQ</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/uskolaxgallery/">Galerie</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/xoopspartners/">Partenaires</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/xoopspoll/">Sondages</a>                     <a class="menuMain" href="http://www.iscariote.org/mangavore/modules/xoopsmembers/">Membres</a>                     <!-- end module menu loop -->     </td>   </tr> </table> </td></tr> </table>                <!-- End left blocks loop --> <!--DEBUT GOLD WEBORAMA-->  <script language="javascript">  WEBO_ZONE=1;  WEBO_PAGE=1;  webogold_ok=0;</script>  <script language="javascript" src="http://script.weborama.fr/gold.js"></SCRIPT>  <SCRIPT>  if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,24160);}</script>  <NOSCRIPT><A HREF="http://www.weborama.com">Mesure d'audience et statistiques</A><BR>  <A HREF="http://www.weborama.fr">Classement des meilleurs sites, chat, sondage</A> </NOSCRIPT><!--FIN GOLD WEBORAMA-->       </td>        <td id="centercolumn">          <!-- Display center blocks if any -->                 <!-- End display center blocks -->          <div id="content"><div style="text-align: left; margin: 10px;"></div>  <div style="padding: 3px; margin-right:3px;"> <table cellspacing="0"><tr> <td class="itemHead"> </td><td class="itemHead"><div class="itemTitle"><a href='http://www.iscariote.org/mangavore/modules/news/index.php?storytopic=2'>Vidos & DVD</a>&nbsp;:&nbsp;Le roi Lo... Lion bientt en DVD Collector</div></td><td class="itemHead"> </td> </tr><tr> <td width="8" height="10" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_1.png" width="8" height="10" alt="" align="left" /></td><td background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_2.png" width="10" height="10" alt="" /></td><td width="8" height="10" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_3.png" width="8" height="10" alt="" align="right" /></td> </tr></table>   <div class="itemInfo">     <span class="itemPoster">Post&eacute; par <a href="http://www.iscariote.org/mangavore/userinfo.php?uid=8">Sithlord</a></span> <span class="itemPostDate">le 17/4/2003 13:11:42</span> (<span class="itemStats">84 lectures</span>)   </div>   <div class="itemBody">          <p class="itemText">Disney vient de confirmer la sortie du DVD collecor du <i>roi Lion</i> pour le 7 octobre 2003, donc sur ment en mme temps en France ^^<br /><br />Et pour ce titre trs attendu Disney a dcid de faire les choses en GRAND. Dj que pour leur grand classique il nous propose toujours des DVD collectors de grandes qualits avec un contenu toujours impeccable mais il y aura en plus une dition deluxe. Donc si vous voulez avoir quelques dtails c'est dans la suite ^^<br /><br />Donc Disney va nous concocter une Edition 2 DVD certifie THX remplie de nombreux bonus. Cette dition collector est accompagne d'une version deluxe contenant les deux dvd de l'dition collector ainsi qu'un art book spcialement cr pour le coffret, il y aura aussi de 5 cartes collectors.<br /><br />Le coffret deluxe est annonc  49.99 $ prix public.<br /><br />Il est bon de not que Disney a reconnu officiellement que <i>Le Roi Lion</i> est inspir du Roi Lo de Tezuka. Certaine rumeur parle mme d'un petit documentaire qui sera disponible sur le DVD collector parlant des diffrentes source d'inspiration du <i>Roi Lion</i>.</p>   </div>   <div class="itemFoot">     <span class="itemAdminLink"></span> <span class="itemPermaLink"></span>   </div> </div></div>  <div style="text-align: left; margin: 10px;"></div>  <div style="padding: 5px; text-align: right; margin-right:3px;"> <a href="print.php?storyid=1117&PHPSESSID=8336e0249f5ae9d91ac63ad42b5cd524"><img src="images/print.gif" border="0" alt="Format Imprimable" /></a> <a target="_top" href="mailto:?subject=News intressante sur Mangavore.com&amp;body=Voici une news intressante trouve sur Mangavore.com:  http://www.iscariote.org/mangavore/modules/news/article.php?storyid=1117"><img src="images/friend.gif" border="0" alt="Envoyer cette news &agrave; un(e) ami(e)" /></a> </div>  <div style="text-align: center; padding: 3px; margin:3px;">  <form method="get" action="article.php"><input type="hidden" name="PHPSESSID" value="8336e0249f5ae9d91ac63ad42b5cd524" /> <table width="95%" class="outer" cellspacing="1">   <tr>     <td class="even" align="center"><select name="com_mode"><option value="flat">A plat</option><option value="thread">Par Conversation</option><option value="nest" selected="selected">Embo&icirc;t&eacute;</option></select> <select name="com_order"><option value="0" selected="selected">Les + anciens en Premier</option><option value="1">Les + r&eacute;cents en Premier</option></select><input type="hidden" name="storyid" value="1117" /> <input type="image" alt="Raffra&icirc;re" src="http://www.iscariote.org/mangavore/images/refresh.gif" />&nbsp;<a href="comment_new.php?com_itemid=1117&amp;com_order=0&amp;com_mode=nest&PHPSESSID=8336e0249f5ae9d91ac63ad42b5cd524"><img src="http://www.iscariote.org/mangavore/images/post_comment.gif" alt="Poster Commentaire" /></a>     </td>   </tr> </table> </form> Les commentaires appartiennent &agrave; leurs auteurs. Nous ne sommes pas responsables de leur contenu. </div>  <div style="margin:3px; padding: 3px;"> <!-- start comments loop --> <br /> <table cellspacing="1" class="outer">   <tr>     <th width="20%">Auteur</th>     <th>Conversation</th>   </tr>   <!-- start comment post -->         <tr>           <td class="head"><a id="comment71"></a> <a href="http://www.iscariote.org/mangavore/userinfo.php?uid=9">Latokayelao</a></td>           <td class="head"><div class="comDate"><span class="comDateCaption">Post&eacute; le:</span> 18/4/2003 10:15&nbsp;&nbsp;<span class="comDateCaption">Mis &agrave; jour:</span> 18/4/2003 10:15</div></td>         </tr>         <tr>                       <td class="odd"><div class="comUserRank"><div class="comUserRankText">Semi pro</div><img class="comUserRankImg" src="http://www.iscariote.org/mangavore/uploads/rank3dbf8ea81e642.gif" alt="" /></div><img class="comUserImg" src="http://www.iscariote.org/mangavore/uploads/savt3e833e66e85e1.jpg" alt="" /><div class="comUserStat"><span class="comUserStatCaption">Inscrit le:</span> 14/2/2003</div><div class="comUserStat"><span class="comUserStatCaption">De:</span> Noisy Le Grand (93)</div><div class="comUserStat"><span class="comUserStatCaption">Envois:</span> 171</div><div class="comUserStatus"></div></td>                       <td class="odd">             <div class="comTitle"><img src="http://www.iscariote.org/mangavore/images/icons/no_posticon.gif" alt="" />&nbsp;Re: Le roi Lo... Lion bientt en DVD Collector</div><div class="comText">49.99$ ...   quel prix sera t il en euro? O_o<br />enfin bon... ca fait cher c sur... mais bon, ptet que je l&#039;achterais <img src="http://www.iscariote.org/mangavore/uploads/smil3e8cb6113baad.gif" alt="" /><br /><br />PS: quelqu&#039;un aurait la srie Le roi Leo en divx?  <img src="http://www.iscariote.org/mangavore/uploads/smil3dbd4d4e4c4f2.gif" alt="" /></div>           </td>         </tr>         <tr>           <td class="even"></td>                       <td class="even" align="right">             <a href="comment_reply.php?com_itemid=1117&amp;com_order=0&amp;com_mode=nest&amp;com_id=71&PHPSESSID=8336e0249f5ae9d91ac63ad42b5cd524"><img src="http://www.iscariote.org/mangavore/images/icons/reply.gif" alt="R&eacute;pondre" /></a>           </td>                     </tr> <!-- end comment post --></table>  <!-- start comment replies --> <br /> <table cellspacing="0" border="0">   <tr>     <td width="25"></td>     <td>       <table class="outer" cellspacing="1">         <tr>           <th width="20%">Auteur</th>           <th>Conversation</th>         </tr>         <!-- start comment post -->         <tr>           <td class="head"><a id="comment73"></a> <a href="http://www.iscariote.org/mangavore/userinfo.php?uid=4">off</a></td>           <td class="head"><div class="comDate"><span class="comDateCaption">Post&eacute; le:</span> 18/4/2003 10:24&nbsp;&nbsp;<span class="comDateCaption">Mis &agrave; jour:</span> 18/4/2003 10:24</div></td>         </tr>         <tr>                       <td class="odd"><div class="comUserRank"><div class="comUserRankText">Semi pro</div><img class="comUserRankImg" src="http://www.iscariote.org/mangavore/uploads/rank3dbf8ea81e642.gif" alt="" /></div><img class="comUserImg" src="http://www.iscariote.org/mangavore/uploads/cavt3e53f5b384949.gif" alt="" /><div class="comUserStat"><span class="comUserStatCaption">Inscrit le:</span> 14/2/2003</div><div class="comUserStat"><span class="comUserStatCaption">De:</span> champs/marne</div><div class="comUserStat"><span class="comUserStatCaption">Envois:</span> 168</div><div class="comUserStatus"></div></td>                       <td class="odd">             <div class="comTitle"><img src="http://www.iscariote.org/mangavore/images/icons/no_posticon.gif" alt="" />&nbsp;Re: Le roi Lo... Lion bientt en DVD Collector</div><div class="comText">jorai ete mechan joraih effacer ton PS, car on fai pa de warez ici^^</div>           </td>         </tr>         <tr>           <td class="even"></td>                       <td class="even" align="right">             <a href="comment_reply.php?com_itemid=1117&amp;com_order=0&amp;com_mode=nest&amp;com_id=73&PHPSESSID=8336e0249f5ae9d91ac63ad42b5cd524"><img src="http://www.iscariote.org/mangavore/images/icons/reply.gif" alt="R&eacute;pondre" /></a>           </td>                     </tr> <!-- end comment post -->      </table>     </td>   </tr> </table> <br /> <table cellspacing="0" border="0">   <tr>     <td width="50"></td>     <td>       <table class="outer" cellspacing="1">         <tr>           <th width="20%">Auteur</th>           <th>Conversation</th>         </tr>         <!-- start comment post -->         <tr>           <td class="head"><a id="comment74"></a> <a href="http://www.iscariote.org/mangavore/userinfo.php?uid=9">Latokayelao</a></td>           <td class="head"><div class="comDate"><span class="comDateCaption">Post&eacute; le:</span> 18/4/2003 11:39&nbsp;&nbsp;<span class="comDateCaption">Mis &agrave; jour:</span> 18/4/2003 11:39</div></td>         </tr>         <tr>                       <td class="odd"><div class="comUserRank"><div class="comUserRankText">Semi pro</div><img class="comUserRankImg" src="http://www.iscariote.org/mangavore/uploads/rank3dbf8ea81e642.gif" alt="" /></div><img class="comUserImg" src="http://www.iscariote.org/mangavore/uploads/savt3e833e66e85e1.jpg" alt="" /><div class="comUserStat"><span class="comUserStatCaption">Inscrit le:</span> 14/2/2003</div><div class="comUserStat"><span class="comUserStatCaption">De:</span> Noisy Le Grand (93)</div><div class="comUserStat"><span class="comUserStatCaption">Envois:</span> 171</div><div class="comUserStatus"></div></td>                       <td class="odd">             <div class="comTitle"><img src="http://www.iscariote.org/mangavore/images/icons/no_posticon.gif" alt="" />&nbsp;Re: Le roi Lo... Lion bientt en DVD Collector</div><div class="comText">j&#039;aurais bien demand les DVD , mais je sais pertinemment qu&#039;ils n&#039;existent pas ^^</div>           </td>         </tr>         <tr>           <td class="even"></td>                       <td class="even" align="right">             <a href="comment_reply.php?com_itemid=1117&amp;com_order=0&amp;com_mode=nest&amp;com_id=74&PHPSESSID=8336e0249f5ae9d91ac63ad42b5cd524"><img src="http://www.iscariote.org/mangavore/images/icons/reply.gif" alt="R&eacute;pondre" /></a>           </td>                     </tr> <!-- end comment post -->      </table>     </td>   </tr> </table> <!-- end comment tree --> <!-- end comments loop --> </div></div>       </td>               <td id="rightcolumn" width="150" align="right">         <!-- Start right blocks loop -->                   <table cellspacing="0" width="100%"> <tr><td> <table cellspacing="0" width="100%"><tr> <td class="itemHead"></td><td class="itemHead">Qui est en ligne</td> </tr><tr> <td width="8" height="10" background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_1.png" width="8" height="10" alt="" align="left" /></td><td background="http://www.iscariote.org/mangavore/cache/fond_barre_2.png"><img src="http://www.iscariote.org/mangavore/cache/fond_barre_2.png" width="10" height="10" alt="" /></td> </tr></table> </td></tr><tr><td> <b>2</b> utilisateur(s) en ligne (<b>2</b> utilisateur(s) consulte(nt) <b>News</b>)<br /><br />Membre(s): 0<br />Invit&eacute;(s): 2<br /><br /> <a href="javascript:openWithSelfMain('http://www.iscariote.org/mangavore/misc.php?action=showpopups&amp;type=online','Online',420,350);">plus...</a> </td></tr> </table>                <!-- End right blocks loop -->       </td>             </tr>   </table>    <table cellspacing="0">     <tr id="footerbar">       <td><img src="http://www.iscariote.org/mangavore/cache/poweredby.gif" alt="" /></td>     </tr>   </table> </body> </html> 
