<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  <html> <head> <title>Les Chroniques de l'Imaginaire</title>   <style type="text/css"> <!-- A:link {  text-decoration: none} A:visited {  text-decoration: none} A:hover {  text-decoration: underline} A:active {  text-decoration: underline} --> </style>  </head>  <!-- Javascript pour la gestion du menu -->  <script language="Javascript"> var menuCrt = 1;  <!-- Tableau indiquant le nombre de liens de chacun des menus -->  var tailleMenu = new Array(5);  tailleMenu[0] = 0; tailleMenu[1] = 5; tailleMenu[2] = 0; tailleMenu[3] = 0; tailleMenu[4] = 0;  <!-- Tableau indiquant la largeur de chacun des menus -->  var largeurMenu = new Array(5);  largeurMenu[0] = 110; largeurMenu[1] = 110; largeurMenu[2] = 110; largeurMenu[3] = 110; largeurMenu[4] = 110;  <!-- Tableau des urls -->  var urls = new Array(5);  urls[0] = new Array(1); urls[1] = new Array(tailleMenu[1]); urls[2] = new Array(tailleMenu[2]); urls[3] = new Array(1); urls[4] = new Array(tailleMenu[4]); urls[0][0] = 'actualites.html'; urls[4][0] = 'adresse.html';  spacer = new Image(); spacer.src = "http://www.multimania.com/imagecouv/point_B.gif";  point_U = new Image(); point_U.src = "http://www.multimania.com/imagecouv/point_B.gif"; point_S = new Image(); point_S.src = "http://www.multimania.com/imagecouv/point_R.gif";  menu_barre_U = new Image(); menu_barre_U.src = "http://www.multimania.com/imagecouv/point_B.gif"; menu_barre_S = new Image(); menu_barre_S.src = "http://www.multimania.com/imagecouv/barre_S.gif"; menu_barre_V = new Image(); menu_barre_V.src = "http://www.multimania.com/imagecouv/barre_V.gif"; menu_barre_F = new Image(); menu_barre_F.src = "http://www.multimania.com/imagecouv/barre_F.gif"; menu_barre_F_S = new Image(); menu_barre_F_S.src = "http://www.multimania.com/imagecouv/barre_F_S.gif";   menu_titre_1_U = new Image();            menu_titre_1_U.src = "http://www.multimania.com/imagecouv/titre_news_U.gif"; menu_titre_1_S = new Image();            menu_titre_1_S.src = "http://www.multimania.com/imagecouv/titre_news_S.gif";  menu_titre_2_U = new Image();            menu_titre_2_U.src = "http://www.multimania.com/imagecouv/titre_romans_U.gif"; menu_titre_2_S = new Image();            menu_titre_2_S.src = "http://www.multimania.com/imagecouv/titre_romans_S.gif";  menu_texte_2_1_U = new Image();   menu_texte_2_1_U.src = "http://www.multimania.com/imagecouv/titre_sf_U.gif"; menu_texte_2_1_S = new Image();   menu_texte_2_1_S.src = "http://www.multimania.com/imagecouv/titre_sf_S.gif";  menu_texte_2_2_U = new Image();   menu_texte_2_2_U.src = "http://www.multimania.com/imagecouv/titre_policier_U.gif"; menu_texte_2_2_S = new Image();   menu_texte_2_2_S.src = "http://www.multimania.com/imagecouv/titre_policier_S.gif";  menu_texte_2_3_U = new Image();   menu_texte_2_3_U.src = "http://www.multimania.com/imagecouv/titre_fantasy_U.gif"; menu_texte_2_3_S = new Image();   menu_texte_2_3_S.src = "http://www.multimania.com/imagecouv/titre_fantasy_S.gif";  menu_texte_2_4_U = new Image();   menu_texte_2_4_U.src = "http://www.multimania.com/imagecouv/titre_nouvelle_U.gif"; menu_texte_2_4_S = new Image();   menu_texte_2_4_S.src = "http://www.multimania.com/imagecouv/titre_nouvelle_S.gif";  menu_texte_2_5_U = new Image();   menu_texte_2_5_U.src = "http://www.multimania.com/imagecouv/titre_fantastique_U.gif"; menu_texte_2_5_S = new Image();   menu_texte_2_5_S.src = "http://www.multimania.com/imagecouv/titre_fantastique_S.gif";  menu_titre_3_U = new Image();            menu_titre_3_U.src = "http://www.multimania.com/imagecouv/titre_jeux_U.gif"; menu_titre_3_S = new Image();            menu_titre_3_S.src = "http://www.multimania.com/imagecouv/titre_jeux_S.gif";  menu_titre_4_U = new Image();            menu_titre_4_U.src = "http://www.multimania.com/imagecouv/titre_bd_U.gif"; menu_titre_4_S = new Image();            menu_titre_4_S.src = "http://www.multimania.com/imagecouv/titre_bd_S.gif";  menu_titre_5_U = new Image();            menu_titre_5_U.src = "http://www.multimania.com/imagecouv/titre_plateaux_U.gif"; menu_titre_5_S = new Image();            menu_titre_5_S.src = "http://www.multimania.com/imagecouv/titre_plateaux_S.gif";  function resetAll() {       reset(menuCrt);       menuCrt=1; }  function reset(menuNb) {       emplacement = "menu_titre_" +menuNb;       document [emplacement].src = eval(emplacement +"_U.src");       if (tailleMenu[menuNb -1] != 0) {       	emplacement = "menu_point_" +menuNb;       	document [emplacement].src = eval("point_U.src");       	emplacement = "menu_barre_" +menuNb +"_0";       	document [emplacement].src = eval("menu_barre_U.src");       	for(i=1; i<=tailleMenu[menuNb -1]; i++) {       	emplacement = "menu_barre_" +menuNb +"_" +i;       	document [emplacement].src = eval("menu_barre_U.src");       	emplacement = "menu_texte_" +menuNb +"_" +i;       	document [emplacement].src = eval("spacer.src");       	}       } }  function swapMenu(menuNb) {       reset(menuCrt);       menuCrt = menuNb;       emplacement = "menu_titre_" +menuNb;       document [emplacement].src = eval(emplacement +"_S.src");       if (tailleMenu[menuNb -1] != 0) {       	emplacement = "menu_point_" +menuNb;       	document [emplacement].src = eval("point_S.src");       	emplacement = "menu_barre_" +menuNb +"_0";       	document [emplacement].src = eval("menu_barre_V.src");       	for(i=1; i<tailleMenu[menuNb -1]; i++) {       	emplacement = "menu_barre_" +menuNb +"_" +i;       	document [emplacement].src = eval("menu_barre_V.src");       	emplacement = "menu_texte_" +menuNb +"_" +i;       	document [emplacement].src = eval(emplacement +"_U.src");       	}       	emplacement = "menu_barre_" +menuNb + "_" +tailleMenu[menuNb -1];       	document [emplacement].src = eval("menu_barre_F.src");       	emplacement = "menu_texte_" +menuNb +"_" +tailleMenu[menuNb -1];       	document [emplacement].src = eval(emplacement +"_U.src");       } }  function select(menuNb, textNb) {       if (tailleMenu[menuNb -1] != 0 && menuCrt == menuNb) {       emplacement = "menu_texte_" +menuNb +"_" +textNb;       document [emplacement].src = eval(emplacement +"_S.src");       if (textNb != tailleMenu[menuNb -1]) {       emplacement = "menu_barre_" +menuNb +"_" +textNb;       document [emplacement].src = eval("menu_barre_S.src");       }            if (textNb == tailleMenu[menuNb -1]) {       emplacement = "menu_barre_" +menuNb +"_" +textNb;       document [emplacement].src = eval("menu_barre_F_S.src");       }       } }        function unSelect(menuNb, textNb) {       if (tailleMenu[menuNb -1] != 0 && menuCrt == menuNb) {       emplacement = "menu_texte_" +menuNb +"_" +textNb;       document [emplacement].src = eval(emplacement +"_U.src");       if (textNb != tailleMenu[menuNb -1]) {       emplacement = "menu_barre_" +menuNb +"_" +textNb;       document [emplacement].src = eval("menu_barre_V.src");       }            if (textNb == tailleMenu[menuNb -1]) {       emplacement = "menu_barre_" +menuNb +"_" +textNb;       document [emplacement].src = eval("menu_barre_F.src");       }       } }  function setWidth(menuNb) {       return largeurMenu[menuNb -1]; }  function setURL(menuNb, textNb) { return urls[menuNb -1][textNb -1]; }     </script>  <body text=#19190b bgcolor=#656555 link=#909082 alink=#909082 vlink=#909082  <!-- Titre de la page --> <table width=100% align=center border="0" cellspacing="0" cellpadding="0" bgcolor="656555"> <tr> <td align=rigth valign="top" height=80><a href="#" onmouseover="resetAll();"><img border="0" name="" src="http://www.multimania.com/imagecouv/bandeau01.gif"></a></td> <td valign="top" align=center background="back_bandeau01.gif"> <img border="0" name="" src="http://www.multimania.com/imagecouv/spacer_B.gif" width="13"></td> </tr> <tr> <td align=rigth valign="top">  <table border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <img border="0" name=""             src="http://www.multimania.com/imagecouv/spacer_B.gif" width="13"></td> <td valign="top"> <img border="0" name="menu_point_1" src="http://www.multimania.com/imagecouv/point_B.gif"></td> <td valign="top"><a href="http://joueb.com/climaginaire/news.shtml" onmouseover="swapMenu(1);"><img border="0" name="menu_titre_1" src="http://www.multimania.com/imagecouv/titre_news_U.gif" ></a></td> <td valign="top"> <img border="0" name=""             src="http://www.multimania.com/imagecouv/spacer_B.gif" width="13"></td> <td valign="top"> <img border="0" name="menu_point_2" src="http://www.multimania.com/imagecouv/point_B.gif"></td> <td valign="top"><a href="#" onmouseover="swapMenu(2);"><img border="0" name="menu_titre_2" src="http://www.multimania.com/imagecouv/titre_romans_U.gif" ></a></td> <td valign="top"> <img border="0" name=""             src="http://www.multimania.com/imagecouv/spacer_B.gif" width="13"></td> <td valign="top"> <img border="0" name="menu_point_3" src="http://www.multimania.com/imagecouv/point_B.gif"></td> <td valign="top"><a href="http://joueb.com/climaginaire/jdr.shtml" onmouseover="swapMenu(3);"><img border="0" name="menu_titre_3" src="http://www.multimania.com/imagecouv/titre_jeux_U.gif" ></a></td> <td valign="top"> <img border="0" name=""             src="http://www.multimania.com/imagecouv/spacer_B.gif" width="13"></td> <td valign="top"> <img border="0" name="menu_point_4" src="http://www.multimania.com/imagecouv/point_B.gif"></td> <td valign="top"><a href="http://joueb.com/climaginaire/bd.shtml" onmouseover="swapMenu(4);"><img border="0" name="menu_titre_4" src="http://www.multimania.com/imagecouv/titre_bd_U.gif" ></a></td> <td valign="top"> <img border="0" name=""             src="http://www.multimania.com/imagecouv/spacer_B.gif" width="13"></td> <td valign="top"> <img border="0" name="menu_point_5" src="http://www.multimania.com/imagecouv/point_B.gif"></td> <td valign="top"><a href="http://joueb.com/climaginaire/plateau.shtml" onmouseover="swapMenu(5);"><img border="0" name="menu_titre_5" src="http://www.multimania.com/imagecouv/titre_plateaux_U.gif" ></a></td> </tr>  <tr> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name="menu_barre_1_0" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name="menu_barre_2_0" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name="menu_barre_3_0" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name="menu_barre_4_0" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name="menu_barre_5_0" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> </tr>  <tr > <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13"width="13" ></td> <td valign="top"> <img border="0" name="menu_barre_1_1" src="http://www.multimania.com/imagecouv/point_B.gif"  ></td> <td valign="top"><a href="#" onmouseover="select(1,1);" onmouseout="unSelect(1,1);"><img border="0" name="menu_texte_1_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_2_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="http://joueb.com/climaginaire/roman_sf.shtml" onmouseover="select(2,1);" onmouseout="unSelect(2,1);"><img border="0" name="menu_texte_2_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_3_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(3,1);" onmouseout="unSelect(3,1);"><img border="0" name="menu_texte_3_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_4_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(4,1);" onmouseout="unSelect(4,1);"><img border="0" name="menu_texte_4_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_5_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(5,1);" onmouseout="unSelect(5,1);"><img border="0" name="menu_texte_5_1" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> </tr>  <tr > <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13"width="13" ></td> <td valign="top"> <img border="0" name="menu_barre_1_2" src="http://www.multimania.com/imagecouv/point_B.gif"  ></td> <td valign="top"><a href="#" onmouseover="select(1,2);" onmouseout="unSelect(1,2);"><img border="0" name="menu_texte_1_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_2_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="http://joueb.com/climaginaire/roman_polar.shtml" onmouseover="select(2,2);" onmouseout="unSelect(2,2);"><img border="0" name="menu_texte_2_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_3_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#"  onmouseover="select(3,2);" onmouseout="unSelect(3,2);"><img border="0" name="menu_texte_3_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_4_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(4,2);" onmouseout="unSelect(4,2);"><img border="0" name="menu_texte_4_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_5_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(5,2);" onmouseout="unSelect(5,2);"><img border="0" name="menu_texte_5_2" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> </tr>  <tr > <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13"width="13" ></td> <td valign="top"> <img border="0" name="menu_barre_1_3" src="http://www.multimania.com/imagecouv/point_B.gif"  ></td> <td valign="top"><a href="#" onmouseover="select(1,3);" onmouseout="unSelect(1,3);"><img border="0" name="menu_texte_1_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_2_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="http://joueb.com/climaginaire/roman_fantasy.shtml" onmouseover="select(2,3);" onmouseout="unSelect(2,3);"><img border="0" name="menu_texte_2_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_3_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(3,3);" onmouseout="unSelect(3,3);"><img border="0" name="menu_texte_3_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_4_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(4,3);" onmouseout="unSelect(4,3);"><img border="0" name="menu_texte_4_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_5_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(5,3);" onmouseout="unSelect(5,3);"><img border="0" name="menu_texte_5_3" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> </tr>  <tr > <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13"width="13" ></td> <td valign="top"> <img border="0" name="menu_barre_1_4" src="http://www.multimania.com/imagecouv/point_B.gif"  ></td> <td valign="top"><a href="#" onmouseover="select(1,4);" onmouseout="unSelect(1,4);"><img border="0" name="menu_texte_1_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_2_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="http://joueb.com/climaginaire/roman_nouvelle.shtml" onmouseover="select(2,4);" onmouseout="unSelect(2,4);"><img border="0" name="menu_texte_2_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_3_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(3,4);" onmouseout="unSelect(3,4);"><img border="0" name="menu_texte_3_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_4_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(4,4);" onmouseout="unSelect(4,4);"><img border="0" name="menu_texte_4_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_5_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(5,4);" onmouseout="unSelect(5,4);"><img border="0" name="menu_texte_5_4" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> </tr>  <tr > <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13"width="13" ></td> <td valign="top"> <img border="0" name="menu_barre_1_5" src="http://www.multimania.com/imagecouv/point_B.gif"  ></td> <td valign="top"><a href="#" onmouseover="select(1,5);" onmouseout="unSelect(1,5);"><img border="0" name="menu_texte_1_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_2_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="http://joueb.com/climaginaire/roman_fantastique.shtml" onmouseover="select(2,5);" onmouseout="unSelect(2,5);"><img border="0" name="menu_texte_2_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_3_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(3,5);" onmouseout="unSelect(3,5);"><img border="0" name="menu_texte_3_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_4_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(4,5);" onmouseout="unSelect(4,5);"><img border="0" name="menu_texte_4_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> <td valign="top"> <img border="0" name=""               src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"> <img border="0" name="menu_barre_5_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="13"></td> <td valign="top"><a href="#" onmouseover="select(5,5);" onmouseout="unSelect(5,5);"><img border="0" name="menu_texte_5_5" src="http://www.multimania.com/imagecouv/point_B.gif" height="13" width="110"></a></td> </tr>  </table> </td> <td valign=bottom align=right bgcolor="656555" width=20% height=80></td> </tr> </table>  <!-- Debugging -->  <!-- <center><font size=+1 color="ff0000"><blink>Debugging on run</blink></font></center>-<center><font size=+0 color="ff0000">Inconvnients: Trucs bizarres - Avantage: Je suis en ligne <a href="mailto:fab_hid@yahoo.com">(m'crire)<a></font></center>-->  <!-- Menu utilisateur et admins -->  <center> <font size=-1>      </font> <br><br> </center>   <!-- table principale -->   <table width=100% cellspacing=10> <tr><td width=17% valign=top>    <!-- Dbut du Coups de Coeur -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor=white> <tr><td bgcolor="656555" valign=top width="1%" align=left border=0><img src=http://www.multimania.com/imagecouv/coin_haut_gauche_gris_2.gif width=20 height=20><br></td> <td bgcolor="656555" valign=bottom align=center background="http://www.multimania.com/imagecouv/barre_haut_gris_2.gif" width=100%><font color="19190b"><b>Coup de Coeur</b></font></td> <td bgcolor="656555" width="1%" valign=top align=right><img src=http://www.multimania.com/imagecouv/coin_haut_droit_gris_2.gif width=20 height=20><br></td></tr> </table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555">  <!-- Contenu Coups de Coeur -->  <tr><td><center><a href="http://j.vps.velocityserver.com/climaginaire/news/316.shtml"><font color="000000"><img src="http://www.multimania.com/imagecouv/laigleetledragon.jpg"></font></a><br></center></td></tr>  <!-- Fin Coups de Coeur -->  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> </tr></table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td bgcolor="656555" width="1%" valign=bottom align=left><img src=http://www.multimania.com/imagecouv/coin_bas_gauche_gris.gif width=20 height=20><br></td> <td bgcolor="656555" valign=top background="http://www.multimania.com/imagecouv/barre_bas_gris.gif" width=100%><br><img src=http://www.multimania.com/imagecouv/carre_gris.gif width=1 height=1></td> <td bgcolor="656555" width="1%" valign=bottom align=right><img src=http://www.multimania.com/imagecouv/coin_bas_droit_gris.gif width=20 height=20><br></td></tr> </table>  <!-- Dbut Kikekoi -->  <br> <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor=white> <tr><td bgcolor="656555" valign=top width="1%" align=left border=0><img src=http://www.multimania.com/imagecouv/coin_haut_gauche_gris_2.gif width=20 height=20><br></td> <td bgcolor="656555" valign=bottom align=center background="http://www.multimania.com/imagecouv/barre_haut_gris_2.gif" width=100%><font color="19190b"><b>Kikekoi</b></font></td> <td bgcolor="656555" width="1%" valign=top align=right><img src=http://www.multimania.com/imagecouv/coin_haut_droit_gris_2.gif width=20 height=20><br></td></tr> </table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555">  <!-- Contenu Kikekoi -->  <tr><td> <a href="http://joueb.com/climaginaire/texts/description.shtml">Prsentation</a><br> <a href="http://joueb.com/climaginaire/texts/equipe.shtml">L'quipe</a><br> </td></tr>  <!-- Fin Kikekoi -->  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> </tr></table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td bgcolor="656555" width="1%" valign=bottom align=left><img src=http://www.multimania.com/imagecouv/coin_bas_gauche_gris.gif width=20 height=20><br></td> <td bgcolor="656555" valign=top background="http://www.multimania.com/imagecouv/barre_bas_gris.gif" width=100%><br><img src=http://www.multimania.com/imagecouv/carre_gris.gif width=1 height=1></td> <td bgcolor="656555" width="1%" valign=bottom align=right><img src=http://www.multimania.com/imagecouv/coin_bas_droit_gris.gif width=20 height=20><br></td></tr> </table>  <!-- Dbut Recherche -->  <br> <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor=white> <tr><td bgcolor="656555" valign=top width="1%" align=left border=0><img src=http://www.multimania.com/imagecouv/coin_haut_gauche_gris_2.gif width=20 height=20><br></td> <td bgcolor="656555" valign=bottom align=center background="http://www.multimania.com/imagecouv/barre_haut_gris_2.gif" width=100%><font color="19190b"><b>Recherche</b></font></td> <td bgcolor="656555" width="1%" valign=top align=right><img src=http://www.multimania.com/imagecouv/coin_haut_droit_gris_2.gif width=20 height=20><br></td></tr> </table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555">  <!-- Contenu Recherche -->  <tr><td> <center><form method="post" action="http://joueb.com/cgi-bin/search_index.pl" enctype="application/x-www-form-urlencoded"> <div><input type="hidden" name="site_id" value="climaginaire" /><select name="category_id"> <option selected="selected" value="_news">Toutes rubriques</option> <option  value="bd">BD</option> <option  value="jdr">JdR</option> <option  value="news">News</option> <option  value="chroniques_roman">Romans </option> <option  value="plateau">Plateaux</option> <option  value="roman_sf">Roman Sf</option> <option  value="roman_fantasy">Roman Fantasy</option> <option  value="roman_polar">Roman Polar</option> <option  value="roman_fantastique">Roman Fantastique</option> <option  value="roman_nouvelle">Roman Nouvelle</option> </select> <br /><input type="text" name="keyword"  size="10" /><input type="submit" name=".submit" value="Go" /></div> </form></center> </td></tr>  <!-- Fin Recherche -->  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> </tr></table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td bgcolor="656555" width="1%" valign=bottom align=left><img src=http://www.multimania.com/imagecouv/coin_bas_gauche_gris.gif width=20 height=20><br></td> <td bgcolor="656555" valign=top background="http://www.multimania.com/imagecouv/barre_bas_gris.gif" width=100%><br><img src=http://www.multimania.com/imagecouv/carre_gris.gif width=1 height=1></td> <td bgcolor="656555" width="1%" valign=bottom align=right><img src=http://www.multimania.com/imagecouv/coin_bas_droit_gris.gif width=20 height=20><br></td></tr> </table>  <!-- Dbut Session -->  <br> <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor=white> <tr><td bgcolor="656555" valign=top width="1%" align=left border=0><img src=http://www.multimania.com/imagecouv/coin_haut_gauche_gris_2.gif width=20 height=20><br></td> <td bgcolor="656555" valign=bottom align=center background="http://www.multimania.com/imagecouv/barre_haut_gris_2.gif" width=100%><font color="19190b"><b>Session</b></font></td> <td bgcolor="656555" width="1%" valign=top align=right><img src=http://www.multimania.com/imagecouv/coin_haut_droit_gris_2.gif width=20 height=20><br></td></tr> </table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555">  <!-- Contenu Session -->  <tr><td> <form method="post" action="http://joueb.com/cgi-bin/session.pl" enctype="application/x-www-form-urlencoded"> <table cellspacing="0" cellpadding="2"><tr><td><font color=#3893e6>Identifiant</font></td><td><input type="text" name="user_id"  size="8" /></td></tr><tr><td><font color=#3893e6>Mot de passe</font></td><td><input type="password" name="password"  size="8" /></td></tr><tr><td><font color=#3893e6>Duree</font></td><td><select name="length"> <option  value="3600">1 heure</option> <option  value="86400">1 jour</option> <option  value="604800">7 jours</option> <option selected="selected" value="2592000">1 mois</option> </select> </td></tr> <tr><td><font color=#3893e6><input type="hidden" name="site_id" value="climaginaire" /><input type="submit" name=".submit" value="Ouvrir" /></font></td></tr> 			</table> </form><a href=http://joueb.com/cgi-bin/user.pl?site_id=climaginaire&action=display&type=add><font color=#ffffff>S'inscrire</font></a><br> <br><br> </td></tr>  <!-- Fin Session -->  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> </tr></table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td bgcolor="656555" width="1%" valign=bottom align=left><img src=http://www.multimania.com/imagecouv/coin_bas_gauche_gris.gif width=20 height=20><br></td> <td bgcolor="656555" valign=top background="http://www.multimania.com/imagecouv/barre_bas_gris.gif" width=100%><br><img src=http://www.multimania.com/imagecouv/carre_gris.gif width=1 height=1></td> <td bgcolor="656555" width="1%" valign=bottom align=right><img src=http://www.multimania.com/imagecouv/coin_bas_droit_gris.gif width=20 height=20><br></td></tr> </table>  <!-- Dbut Ailleurs -->  <br> <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor=white> <tr><td bgcolor="656555" valign=top width="1%" align=left border=0><img src=http://www.multimania.com/imagecouv/coin_haut_gauche_gris_2.gif width=20 height=20><br></td> <td bgcolor="656555" valign=bottom align=center background="http://www.multimania.com/imagecouv/barre_haut_gris_2.gif" width=100%><font color="19190b"><b>Ailleurs</b></font></td> <td bgcolor="656555" width="1%" valign=top align=right><img src=http://www.multimania.com/imagecouv/coin_haut_droit_gris_2.gif width=20 height=20><br></td></tr> </table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555">  <!-- Contenu Ailleurs -->  <tr><td>  <a href=http://joueb.com/castor/news/94.shtml>Eclatez-vous pendant le passage.</a> (castor)<br><a href=http://joueb.com/lise/news/172.shtml>Sans toucher les 20000F</a> (lise)<br><a href=http://joueb.com/castor/news/93.shtml>Restons Zen.</a> (castor)<br><a href=http://joueb.com/sf/news/148.shtml>Terre Promise/Chap.1</a> (sf)<br><a href=http://joueb.com/lise/news/171.shtml>Pandmie</a> (lise)<br><a href=http://joueb.com/castor/news/92.shtml>Petit retard sur la prochaine parodie</a> (castor)<br><a href=http://joueb.com/castor/news/91.shtml>Musique... Vaisselle...  Musique et Vaisselle!</a> (castor)<br><a href=http://joueb.com/lise/news/170.shtml>Oh non pas lui!</a> (lise)<br><a href=http://joueb.com/castor/news/90.shtml>Ca va pas!</a> (castor)<br><a href=http://joueb.com/sf/news/147.shtml>Terre Promise/Intro</a> (sf)<br> <br> </td></tr>  <!-- Fin Ailleurs -->  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> </tr></table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td bgcolor="656555" width="1%" valign=bottom align=left><img src=http://www.multimania.com/imagecouv/coin_bas_gauche_gris.gif width=20 height=20><br></td> <td bgcolor="656555" valign=top background="http://www.multimania.com/imagecouv/barre_bas_gris.gif" width=100%><br><img src=http://www.multimania.com/imagecouv/carre_gris.gif width=1 height=1></td> <td bgcolor="656555" width="1%" valign=bottom align=right><img src=http://www.multimania.com/imagecouv/coin_bas_droit_gris.gif width=20 height=20><br></td></tr> </table>   <!-- Fin de la premire colonne -->  <td width=* valign=top>       <!-- Couleur Fond  = 656555 --> <!-- Couleur Texte = 19190b --> <!-- Couleur Lien  = 909082 -->  <!-- Titre Descritpion -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor=white> <tr><td bgcolor="656555" valign=top width="1%" align=left border=0><img src=http://www.multimania.com/imagecouv/coin_haut_gauche_gris_2.gif width=20 height=20><br></td> <td bgcolor="656555" valign=bottom align=center background="http://www.multimania.com/imagecouv/barre_haut_gris_2.gif" width=100%><font color="19190b"><b>Prsentation</b></font></td> <td bgcolor="656555" width="1%" valign=top align=right><img src=http://www.multimania.com/imagecouv/coin_haut_droit_gris_2.gif width=20 height=20><br></td></tr> </table>  <!-- Contenu Prsentation -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555"> <tr><td>  <!-- Debut Contenu --> <p align=justify><font  color="19190b"> <a href="mailto:dixififi@netcourrier.com"><img src=http://www.multimania.com/imagecouv/dixi1_gris.jpg border="0" align=left hspace="10" vspace="5"> <br> DixiFifi</a> est un dodo, mais pas n'importe lequel, c'est le dernier des dodos... Et pour avoir russi  survivre aprs le massacre de son peuple, il doit possder des qualits extraordinaires. Afin d'chapper  l'extinction, il s'est dcouvert une particularit, celle de dodopleganger ou un dodo polymorphe, si vous prfrez. C'est pourquoi il a pris une multitude de formes qui ont marqu l'Histoire. Aprs le massacre de son peuple, il a tent de le venger et a pris la forme d'un dodo vampire qui a marqu les imaginations, mme si les humains ont prfr lui donner leur apparence dans leurs esprits perturbs. Maintenant, il garde l'apparence d'un Super Dodo, avec une belle cape mauve  pois roses, un loup vert lui cachant le visage et bien entendu son slip par dessus son collant vert. Dtail amusant, son slip est dcor d'un joli koala en guise de cache sexe...<br>Sur sa cape, les initiales SD son marque en lettres d'or et il vole... Non, les dodos volent pas... et il court le monde, donc,  la recherche de nouveauts... <br> </font></p>  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> </tr></table>  <!-- Personnage Suivant -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555"> <tr><td> <p align=justify><font  color="19190b"> <a href="mailto:letelmus@netcourrier.com"><img src=http://www.multimania.com/imagecouv/telmus1_gris.jpg border="0" align=left hspace="10" vspace="5"> <br> Le Telmus</a> est un tre trange et insaisissable (sauf aux toilettes, o il a l'habitude de venir chercher ses rserves de papier pour ses traductions) que l'on renconte habituellement entre les rayonnages des vieilles librairies. Sorte de lmurien dt de quatre bras et de lunettes demi-lune (n'oublions pas qu'il est presbyte), il se nourrit exclusivement de papier imprim, si possible avec reliure cuir, mais tant par essence respectueux, il laisse des fiches aux victimes de ses collations. Son arrive sur le Milky Way reste un mystre. <br>Il ne tient d'ailleurs pas  s'en expliquer, et a juste laiss filtrer un jour ce mot: "gniiiffffuzzzzzz", ce qui pourrait se traduire littralement par: "saloperie de libraire..... <br> </font></p>  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> </tr></table>  <!-- Personnage Suivant -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555"> <tr><td> <p align=justify><font  color="19190b"> <a href="mailto:littlesmaug@netcourrier.com"><img src=http://www.multimania.com/imagecouv/smaug1_gris.jpg border="0" align=left hspace="10" vspace="5"> <br> Smaug</a> est un dragon en pleine pubert (il n'a que 250 ans), malheureusement afflig d'une myopie congnitale, qui l'oblige  se balader en tenant un beholder en laisse.<br>Il a rencontr le Milky Way (dans le sens propre du terme) alors qu'il tentait d'chapper  Kyrster, qui lui donnait la chasse. Ils sont depuis devenus amis, bien que Kyrster jalouse la capacit de Smaug  s'chapper du Milky Way, puisque celui-ci n'a jamais pu y entrer autre chose que la tte.<br> </font></p>  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> </tr></table>  <!-- Personnage Suivant -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555"> <tr><td> <p align=justify><font  color="19190b"> <a href="mailto:pasadress@mail.com"><img src=http://www.multimania.com/imagecouv/tinoom1_gris.jpg border="0" align=left hspace="10" vspace="5"> <br> Tinoom</a> est une bestiole  fourrure haute d'1m20, qui prtend tre un descendant direct de Chewbacca, ce qui fait beaucoup rire le reste de l'quipe. Jeune boule de poil promise  un brillant avenir chez ses congnres, il a dcid un jour de faire carrire dans l'arme (ce qui peut se rsumer  crier OOUUUGH! en lanant des batons quand l'enemi attaque), et s'est retrouv affect... au placard  balai du troisime sous-sol du Milky Way. Depuis, il tente dsesprment de reprendre le contrle du vaisseau, et de dcouvrir pourquoi Buzz est si mchant. <br>Sa phrase favorite: "engagez-vour, rengagez-vous qu'y disait". <br> </font></p>  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> </tr></table>  <!-- Personnage Suivant -->  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td width=1 bgcolor="656555"><img src=http://www.multimania.com/imagecouv/pixel_fonce.gif border=0 width=2 height=100%><br></td> <td width=6><img src=http://www.multimania.com/imagecouv/pixel_noir.gif border=0 width=1 height=1></td>  <td bgcolor="656555"> <table width=100% cellspacing=0 cellpadding=0 bgcolor="656555"> <tr><td> <p align=justify><font  color="19190b"><a href="mailto:leyackvert@netcourrier.com"><img src=http://www.multimania.com/imagecouv/Lyv2_gris.jpg border="0" align=left hspace="10" vspace="5"><br>WongLi</a> tait en qute de perfection martiale ayant dj atteint la perfection de l'esprit ( selon lui, mouais, bof...) lorsqu'il engagea le combat avec un tre en armure lourde (bizarre pour combattre se dit-il) avec une grosse croix rouge sur sa cape (il se disait que les secours... oh... c'tait mieux avant !!!). Il tait sur le point de vaincre cette adversaire grce  la technique secrte du Petit Crapaud qui Dort Mais Qui en a Dans la Bouche lorsqu'il fut transporter (par Spock ?) dans le Milky Way. L il crut reconnatre son vieux matre en la personne de Tinoom et lui promit de lui ramener son chapeau de vieux sage. Bien sr, ce qu'il ne savait pas c'est que Tinoom n'tait pas le vieux matre des chevaliers du zodiaque, juste un champion ternel en fourrure... mais ceci est une autre histoire. <br>Depuis, il erre  la recherche de ce mystrieux chapeau, mais ceci sont d'autres aventures  venir...<br></font></p> <!-- Fin Contenu -->  </td></tr> </table> </td>  <td width=6><img src=http://www.multimania.com/imagecouv/pixel_gris_fonce.gif border=0 width=1 height=1><br></td> <td width=1 bgcolor="#909082"><img src=http://www.multimania.com/imagecouv/pixel_gris_clair.gif border=0 width=2 height=100%><br></td> </tr></table>  <table width=100% cellspacing=0 cellpadding=0 border=0 bgcolor="656555"> <tr><td bgcolor="656555" width="1%" valign=bottom align=left><img src=http://www.multimania.com/imagecouv/coin_bas_gauche_gris.gif width=20 height=20><br></td> <td bgcolor="656555" valign=top background="http://www.multimania.com/imagecouv/barre_bas_gris.gif" width=100%><br><img src=http://www.multimania.com/imagecouv/carre_gris.gif width=1 height=1></td> <td bgcolor="656555" width="1%" valign=bottom align=right><img src=http://www.multimania.com/imagecouv/coin_bas_droit_gris.gif width=20 height=20><br></td></tr> </table>       <!-- Dbut des rsums de chroniques -->     <!-- Dbut des chroniques -->     <!-- Dbut des commentaires -->     <!-- Fin des commentaires -->  </td></tr> </table> </td></tr> </table>  <center><font size=-1 color="19190b"> (c) 2001-2002 - Les Chroniques de l'Imaginaire. Tous droits rservs.  <a href="mailto:Biz@joueb.com">Biz</a> : moteur Niutopia, <a href="mailto:fab_hid@yahoo.com">Hid</a> : skin codes, <a href="mailto:letelmus@netcourrier.com">Le Telmus</a> : graphismes. </font></center>  </body> </html>  
