 <html> <head>  	<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 	<link rel="stylesheet" href="/commun/tvhebdo.css"> 	<title>TVHebdo.com</title> 	<script language="javascript">  	/* 	 But : 		Centrer une fentre dans l'cran 	 Recoit : 	Un objet fentre  placer 	 			Un entier reprsentant la largeur de la fentre 				Un entier reprsentant la hauteur de la fentre 	*/ 	function placeWindow(theWindow,largeur,hauteur){  		//theWindow.focus(); 		posX=(screen.width-largeur)/2; 		posY=(screen.height-hauteur)/2; 		theWindow.moveTo(posX,posY);  	}  	/* 	 But : 		Ouvrir la fentre rvlant les informations lgales du site 	*/ 	function openLegal(){ 		myWindow=window.open('/general/legal.htm', 'Legal', 'width=340,height=500,scrollbars=yes'); 		placeWindow(myWindow,340,500); 	}  	/* 	 But : 		Ouvrir la fentre des horoscopes du jour 	*/ 	function openHoroscope(){ 		myWindow=window.open('/contenu_pub/horoscope.html', 'Horoscope', 'width=314,height=500,scrollbars=yes'); 		placeWindow(myWindow,314,500); 	}  	/* 	 But : 		Ouvrir la fentre d'avis 	*/ 	function openAvis(){ 		myWindow=window.open('/contenu_pub/avis.htm', 'Avis', 'width=314,height=400,scrollbars=yes'); 		placeWindow(myWindow,314,400); 	}  	/* 	 But : 		Ouvrir la fentre rvlant les crdits du site 	*/ 	function openCredits(){ 		myWindow=window.open('/contenu_pub/credits.htm', 'Credits', 'width=314,height=400,scrollbars=yes'); 		placeWindow(myWindow,314,400); 	}  	/* 	 But : 		Ouvrir la fentre rvlant les informations concernant la scurit du site 	*/ 	function openSecurite(){ 		myWindow=window.open('/general/securite.htm', 'Securite', 'width=340,height=500,scrollbars=yes'); 		placeWindow(myWindow,340,500); 	}  	/* 	 But : 		Ouvrir la fentre permettant d'mettre un commentaire 	*/ 	function openWriteUs(){ 		myWindow=window.open('/general/writeus.html', 'WriteUs', 'width=340,height=460,scrollbars=yes'); 		placeWindow(myWindow,340,460); 	}  	/* 	 But : 		Ouvrir la fentre o sont affichs les rsultats de la question de la semaine 	*/ 	function openResults(){ 		myWindow=window.open('/contenu_pub/results.html', 'Resultats', 'width=314,height=400,scrollbars=yes'); 		placeWindow(myWindow,314,400); 	}  	/* 	 But : 		Ouvrir la fentre o l'usager choisit son cblodistributeur et sa ville 	*/ 	function openCablo(){ 		myWindow=window.open('/horaire/choixcablo.html', 'Resultats', 'width=230,height=220,scrollbars=no'); 		placeWindow(myWindow,230,220); 	}  	/* 	 But : 		Ouvrir du dtail d'une mission 	*/ 	function openDetail(id, poste){ 		myWindow=window.open('/horaire/details.html?i='+id+'&s='+poste, 'Details'+id, 'width=350,height=280,scrollbars=yes'); 		placeWindow(myWindow,350,280); 	}  	function getRadioValue (radioButtonOrGroup) { 	  var value = null; 	  if (radioButtonOrGroup.length) { // group 	    for (var b = 0; b < radioButtonOrGroup.length; b++) 	      if (radioButtonOrGroup[b].checked)     	    value = radioButtonOrGroup[b].value; 	  } 	  else if (radioButtonOrGroup.checked) 	    value = radioButtonOrGroup.value; 	  return value; 	}  	/* 	 But : 		Ouvrir la fentre o le vote de l'usager est entr pour la question de la semaine 	*/ 	function openVote(){  		if (getRadioValue(window.document.quiz) != null){ 			myWindow=window.open('/contenu_pub/vote.html?rep='+getRadioValue(window.document.quiz), 'Vote', 'width=314,height=400,scrollbars=yes'); 			placeWindow(myWindow,314,400); 		}else{ 			alert('Vous devez choisir une rponse'); 		} 	}  	/* 	 But : Changer l'image affiche par un tag <img> 	*/    	function changeimg(id1, img1, id2, img2, id3, img3, id4, img4) {     	if (id1) { 			document[id1].src = img1.src; 	    }       	if (id2) { 	    	document[id2].src = img2.src; 		} 		if (id3) { 			document[id3].src = img3.src; 		} 		if (id4) { 			document[id4].src = img4.src; 		} 	}  	</script> </head>  	<body bgcolor="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" background="/images/bg_66cc00.gif"> 		<table border="0" cellpadding="0" cellspacing="0" width="100%"> 			<tr> 				<td bgcolor="#cc0000"> 					<table border="0" cellpadding="0" cellspacing="0" width="780" height="78"> 						<tr height="26"> 							<td rowspan="2" width="118" bgcolor="#cc0000"><a href="/index.html"><img src="/images/top_logo_tvh.gif" width="118" height="78" border="0"></a></td> 							<td width="317" height="26" bgcolor="#cc0000" valign="bottom" align="left" class="date"><span class="jour">Mardi</span> 22 avril 2003</td> 							<td rowspan="2" width="345" bgcolor="#cc0000"><img src="/images/top_right_02.jpg" width="345" height="78" border="0"></td> 						</tr> 						<tr height="52"> 							<td width="317" height="52" bgcolor="#cc0000"><img src="/images/top_com.gif" width="317" height="52" border="0"></td> 						</tr> 					</table> 				</td> 			</tr> 		</table> 																		 		<table border="0" cellpadding="0" cellspacing="0" width="780"> 			<tr> 				<td width="148" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="148" height="4" border="0"></td> 				<td width="320" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="320" height="4" border="0"></td> 				<td width="210" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="210" height="4" border="0"></td> 				<td width="102" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="102" height="4" border="0"></td> 			</tr> 			<tr> 			<td width="148" valign="top"> 				<table border="0" cellpadding="0" cellspacing="0" width="148"> 					<tr> 						<td colspan="5"><img src="/images/navig_01_reg_339900.gif" width="148" height="18" border="0"></td> 					</tr> 				</table> 				<table border="0" cellpadding="0" cellspacing="0" width="148"> 					<tr height="4"> 						<td width="5" height="4" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="5" height="4" border="0"></td> 						<td width="6" height="4" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="6" height="4" border="0"></td> 						<td width="116" height="4" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="116" height="4" border="0"></td> 						<td width="6" height="4" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="6" height="4" border="0"></td> 						<td width="15" height="4" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="15" height="4" border="0"></td> 					</tr> 					<tr> 						<td width="5" bgcolor="#66cc00"><img src="/images/navig_top_66cc00.gif" width="5" height="5" border="0"></td> 						<td width="6" bgcolor="#66cc00"><img src="/images/pixel.gif" width="6" height="1" border="0"></td> 						<td width="116" bgcolor="#66cc00"><img src="/images/pixel.gif" width="116" height="1" border="0"></td> 						<td width="6" bgcolor="#66cc00"><img src="/images/pixel.gif" width="6" height="1" border="0"></td> 						<td width="15" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="15" height="1" border="0"></td> 					</tr>  						<tr> 							<td width="5" bgcolor="#339900" rowspan="28"><img src="/images/pixel.gif" width="5" height="1" border="0"></td> 							<td width="6" bgcolor="#66cc00" rowspan="28"><img src="/images/pixel.gif" width="6" height="1" border="0"></td> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/horaire/horaire.html" class="tNavigffffff">HORAIRE</a></td> 							<td width="6" bgcolor="#66cc00" rowspan="28"><img src="/images/pixel.gif" width="6" height="1" border="0"></td> 							<td width="15" bgcolor="#ffffcc" rowspan="28"><img src="/images/pixel.gif" width="15" height="1" border="0"></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 				 		<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/eas.html?j=2" class="tNavigffffff">MISSIONS  SIGNALER</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/reportage.html" class="tNavigffffff">REPORTAGES</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/tet_cs.html" class="tNavigffffff">TL EN TTE</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 									 				 		<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/hollywood.html" class="tNavigffffff">HOLLYWOOD</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/cotes.html" class="tNavigffffff">COTES D'COUTE</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/internet.html" class="tNavigffffff">INTERNET</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#339900" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#339900"><a href="/contenu_pub/jeux.html" class="tNavigffffff">JEUX VIDO</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#339900" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 		  						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/box.html" class="tNavigffffff">BOX-OFFICE</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/palmares.html" class="tNavigffffff">PALMARS</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/anniversaires.html" class="tNavigffffff">ANNIVERSAIRES</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/contenu_pub/liens.html" class="tNavigffffff">LIENS</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><br><br></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 			 						<tr> 							<td width="116" class="cellPad3" bgcolor="#66cc00"><a href="/abonnements/abonnements.html" class="tNavigffffff">ABONNEMENTS</a></td> 						</tr> 					<tr> 						<td width="116" height="3" bgcolor="#66cc00" valign="middle"><img src="/images/339900.gif" width="116" height="1" border="0"></td> 					</tr>	 									 					<tr> 						<td width="5" bgcolor="#66cc00"><img src="/images/navig_bot_66cc00.gif" width="5" height="5" border="0"></td> 						<td width="6" bgcolor="#66cc00"><img src="/images/pixel.gif" width="6" height="1" border="0"></td> 						<td width="116" bgcolor="#66cc00"><img src="/images/pixel.gif" width="116" height="1" border="0"></td> 						<td width="6" bgcolor="#66cc00"><img src="/images/pixel.gif" width="6" height="1" border="0"></td> 						<td width="15" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="15" height="1" border="0"></td> 					</tr> 				</table> 			</td> 	 <td width="320" valign="top" rowspan="2"> 		<script language="javascript"> 			function openDetail(url){ 				myWindow=window.open(url, 'Detail', 'width=314,height=500,scrollbars=yes'); 				placeWindow(myWindow,314,500); 			}		 		</script> 		<table border="0" cellpadding="0" cellspacing="0" width="320"> 			<tr> 				<td width="310" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="310" height="4" border="0"></td> 				<td width="10" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="10" height="4" border="0"></td> 			</tr> 			<tr> 				<td width="310" bgcolor="#ffffcc" valign="bottom" class="tvhebdo">TV HEBDO &#149; <span class="t12B339900">JEUX VID&Eacute;OS - NOUVEAUT&Eacute;S</span></td> 				<td width="10" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="10" height="18" border="0"></td> 			</tr> 			<tr> 				<td width="310" bgcolor="#ffffcc"><img src="/images/underline_title_339900.gif" width="310" height="18" border="0"></td> 				<td width="10" bgcolor="#ffffcc"><img src="/images/corner_339900.gif" width="10" height="18" border="0"></td> 			</tr>  			<tr height="35"> 				<td width="310" bgcolor="#ffffcc" class="cellPad10" height="35" background="/images/bg_head_jeux_66cc00.gif"><span class="t11Bffffff">AERO ELITE: COMBAT ACADEMY<br>(Playstation 2)</span></td> 				<td width="10" bgcolor="#ffffcc" background="/images/ln_right_339900.gif" valign="top" height="35"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			 			 			<tr> 				<td width="310" bgcolor="#ffffcc" class="texteReg000000"><img src="/images/pixel.gif" width="1" height="10" border="0"></td> 				<td width="10" bgcolor="#ffffcc" background="/images/ln_right_339900.gif" valign="top"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="310" bgcolor="#ffffcc" class="texteReg000000"><img src=/contenu_pub/images/11_jeu.jpg width="150" border="0" class="imgJeuxMargin" align="left">Voici loccasion de vous entraner comme pilote de combat, et de matriser les commandes dlicates et les armes sophistiques des avions daujourdhui! Apprenez avec les meilleurs pilotes et dfiez les autres! Perfectionnez vos techniques et faites des manoeuvres complexes  travers plusieurs scnarios. Votre entranement vous sera dune grande utilit quand vous utiliserez des missiles guids,  la recherche de cibles terrestres  dtruire. Vous piloterez plus dune soixantaine davions, combattrez ou viterez des flottes hostiles et des escouades ennemies au-dessus de 12 environnements. Avez-vous ce quil faut pour faire partie de  <BR>llite arienne?<br> 					<br>  					<b>POSITIF</b> Avec ses dtails techniques suprieurs  la moyenne, ce jeu de simulation de vol sadresse aux enthousiastes du vol. Il offre une bonne varit de modes: entranement, arcade, vol libre et mode  deux joueurs avec cran divis. Le choix davions et dhlicoptres est grand et inclut des modles de diverses poques. Les reproductions sont fidles, et tant les appareils que les environnements sont prsents avec un grand luxe de dtails.<br> 					<br> 					  					<b>NEGATIF</b> La matrise des contrles reste le point faible du jeu, restreignant le plaisir des combats ariens. La sensation de vitesse manque souvent, ce qui supprime une certaine excitation et le sentiment de piloter un avion.<br> 					<br> 					  				<b>NOTE D'APPR&Eacute;CIATION : 6.75 / 10</b></td> 					 			  			<td width="10" bgcolor="#ffffcc" background="/images/ln_right_339900.gif" valign="top"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 	 			<tr> 				<td width="310" bgcolor="#ffffcc" class="texteReg000000"><img src="/images/pixel.gif" width="1" height="20" border="0"></td> 				<td width="10" bgcolor="#ffffcc" background="/images/ln_right_339900.gif" valign="top"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			 			<form name="formulaire" method="post" action="recherche_jeux.html">			 			 			<tr> 				<td width="310" bgcolor="#ffffcc" class="texteReg000000"><b>Faites une recherche dans nos jeux vid&eacute;os :</b><br><input type="text" name="t_n" size="20" class="texteReg000000"></td> 				<td width="10" bgcolor="#ffffcc" background="/images/ln_right_339900.gif" valign="top"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="310" bgcolor="#ffffcc" class="texteReg000000" valign="middle"><br> 					<table border="0" cellpadding="0" cellspacing="0"> 						<tr> 							<td valign="middle"> 								<select name="c_n" size="1" class="pmHor">  					<option value="10">32X 			 					<option value="20">3DO 			 					<option value="19">Jaguar 			 					<option value="3">N-64 			 					<option value="15">Nintendo 			 					<option value="18">Nintendo Gameboy 			 					<option value="1">Nintendo Gameboy Advance 			 					<option value="17">Nintendo Gameboy couleur 			 					<option value="6">Nintendo Gamecube 			 					<option value="21">PC 			 					<option value="2">Playstation 			 					<option value="23">Playstation 2 			 					<option value="16">Sega 			 					<option value="8">Sega CD 			 					<option value="4">Sega Dreamcast 			 					<option value="13">Sega GameGear 			 					<option value="14">Sega GameGenie 			 					<option value="12">Sega Genesis 			 					<option value="9">Sega Megadrive 			 					<option value="7">Sega Saturn 			 					<option value="11">Super Nintendo 			 					<option value="22">Virtual Boy 			 					<option value="5">Xbox 			 								</select> 							</td> 							<td width="10"><img src="/images/pixel.gif" width="10" height="1" border="0"></td> 							<td width="74" valign="middle"><input type="image" value="Rechercher" src="/images/btn_rechercher.gif" border="0"></td> 						</tr> 					</table> 				</td> 				<td width="10" bgcolor="#ffffcc" background="/images/ln_right_339900.gif" rowspan="2" valign="top"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="310" bgcolor="#ffffcc"><img src="/images/pixel.gif" width="1" height="10" border="0"></td> 			</tr> 	</table> </form> </td>  <!-- Pour sparer en 2 horizontalement --> <td valign="top">   		<table border="0" cellpadding="0" cellspacing="0" width="210"> 			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="4" border="0"></td> 				<td width="190"><img src="/images/pixel.gif" width="190" height="4" border="0"></td> 				<td width="12"><img src="/images/pixel.gif" width="12" height="4" border="0"></td> 			</tr> 			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="18" border="0"></td> 				<td width="190" class="t12B339900">LES TRUCS DES PROS</td> 				<td width="12"></td> 			</tr> 			<tr> 				<td width="8"></td> 				<td width="190"><img src="/images/underline_jeux_right.gif" width="190" height="18" border="0"></td> 				<td width="12"></td> 			</tr>  			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="1" border="0"></td> 				<td width="190"> 					<table border="0" cellpadding="0" cellspacing="0" width="190"> 						<tr> 							<td width="171" background="/images/top_jeux_right_339900.gif"><img src="/images/pixel.gif" width="171" height="1" border="0"></td> 							<td width="15" background="/images/top_jeux_right_339900.gif"><img src="/images/pixel.gif" width="15" height="1" border="0"></td> 							<td width="4"><img src="/images/cn_top_right_jeux_339900.gif" width="4" height="4" border="0"></td> 						</tr> 						<tr> 							<td width="171" valign="top" align="left" class="texteReg000000"><a href="javascript:openDetail('detail_sdjv.html?id=845')" class="texteReg000000"><b>SONIC MEGA COLLECTION<br>(Nintendo Gamecube)</b><br><br>COLLECTION DE CODES! Cette collection contient sept jeux de Sonic, le petit hrisson bleu justicier. Les codes suivants fonctionnent pour Sonic 3D Blast (aventures) et pour les machines  boules Sonic Spinball.</a></td> 							<td width="15" valign="top" align="left"><img src="/images/top_right_jeux_tri_339900.gif" width="15" height="11" border="0"></td> 							<td width="4" background="/images/right_jeux_990000.gif"><img src="/images/pixel.gif" width="4" height="1" border="0"></td> 						</tr> 					</table> 				</td> 				<td width="12"><img src="/images/pixel.gif" width="12" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="15" border="0"></td> 				<td width="190"></td> 				<td width="12"><img src="/images/pixel.gif" width="12" height="15" border="0"></td> 			</tr> 	 			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="1" border="0"></td> 				<td width="190"> 					<table border="0" cellpadding="0" cellspacing="0" width="190"> 						<tr> 							<td width="171" background="/images/top_jeux_right_339900.gif"><img src="/images/pixel.gif" width="171" height="1" border="0"></td> 							<td width="15" background="/images/top_jeux_right_339900.gif"><img src="/images/pixel.gif" width="15" height="1" border="0"></td> 							<td width="4"><img src="/images/cn_top_right_jeux_339900.gif" width="4" height="4" border="0"></td> 						</tr> 						<tr> 							<td width="171" valign="top" align="left" class="texteReg000000"><a href="javascript:openDetail('detail_sdjv.html?id=844')" class="texteReg000000"><b>STAR WARS: BOUNTY HUNTER<br>(Nintendo Gamecube)</b><br><br>CODES SECRETS DES MISSIONS (PlayStation 2) Dans la peau du mercenaire Jango Fett, pntrez dans le monde dangereux dun chasseur de primes. quip dun arsenal impressionnant de gadgets et darmes, Jango capture des fugitifs et affronte des hordes d</a></td> 							<td width="15" valign="top" align="left"><img src="/images/top_right_jeux_tri_339900.gif" width="15" height="11" border="0"></td> 							<td width="4" background="/images/right_jeux_990000.gif"><img src="/images/pixel.gif" width="4" height="1" border="0"></td> 						</tr> 					</table> 				</td> 				<td width="12"><img src="/images/pixel.gif" width="12" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="15" border="0"></td> 				<td width="190"></td> 				<td width="12"><img src="/images/pixel.gif" width="12" height="15" border="0"></td> 			</tr> 	  	<form name="formulaire" method="post" action="recherche_jeux.html"> 			<tr> 				<td width="8"><img src="/images/pixel.gif" width="8" height="15" border="0"></td> 				<td width="190"> 				<table border="0" width="190" cellpadding="0" cellspacing="0"> 					<tr> 						<td><img src="/images/pixel.gif" width="12" height="5" border="0"></td> 					</tr> 					<tr> 						<td class="texteReg000000"><b>Faites une recherche dans nos trucs :</b></td> 					</tr> 					<tr> 						<td><img src="/images/pixel.gif" width="12" height="5" border="0"></td> 					</tr> 					<tr> 						<td><input type="text" name="t" class="texteReg000000"></td> 					</tr> 					<tr> 						<td><img src="/images/pixel.gif" width="12" height="5" border="0"></td> 					</tr> 					<tr> 						<td> 							<select name="c" class="pmHor">  							<option value="10">32X 			 							<option value="20">3DO 			 							<option value="19">Jaguar 			 							<option value="3">N-64 			 							<option value="15">Nintendo 			 							<option value="18">Nintendo Gameboy 			 							<option value="1">Nintendo Gameboy Advance 			 							<option value="17">Nintendo Gameboy couleur 			 							<option value="6">Nintendo Gamecube 			 							<option value="21">PC 			 							<option value="2">Playstation 			 							<option value="23">Playstation 2 			 							<option value="16">Sega 			 							<option value="8">Sega CD 			 							<option value="4">Sega Dreamcast 			 							<option value="13">Sega GameGear 			 							<option value="14">Sega GameGenie 			 							<option value="12">Sega Genesis 			 							<option value="9">Sega Megadrive 			 							<option value="7">Sega Saturn 			 							<option value="11">Super Nintendo 			 							<option value="22">Virtual Boy 			 							<option value="5">Xbox 							 							</select> 						</td> 					</tr> 					<tr> 						<td><img src="/images/pixel.gif" width="12" height="5" border="0"></td> 					</tr> 					<tr> 						<td> 							<input type="image" value="Rechercher" src="/images/btn_rechercher.gif" border="0"> 						</td> 					</tr> 				</table> 				</td> 				<td width="12"><img src="/images/pixel.gif" width="12" height="15" border="0"></td> 				</tr> 			</form>     		</table> 	</td> 	</tr> 	</table>  		<br><br> 		<table border="0" cellpadding="0" cellspacing="0" width="688"> 			<tr> 				<td width="148"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 				<td width="505"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 				<td width="10"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 				<td width="15"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="148"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 				<td width="505"><img src="/images/footer_top.gif" width="520" height="10" border="0"></td> 				<td width="10"><img src="/images/footer_cn.gif" width="10" height="10" border="0"></td> 				<td width="15"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 			<tr> 				<td width="148"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 				<td width="505"> 					<table border="0" cellpadding="0" cellspacing="0" width="520"> 						<tr> 							<td width="30" align="right" valign="bottom"><img src="/images/footer_logo.gif" width="30" height="22" border="0"></td> 							<td class="cellPad5" width="220" valign="bottom"><span class="texteReg000000">&copy; TV HEBDO-2002<br>TV HEBDO est publi&eacute; par <a href="javascript:openAvis()" class="texteReg000000">TRUSTM&Eacute;DIA Inc.</a></span></td> 							<td class="cellPad5" valign="bottom"><a href="javascript:openCredits()" class="texteReg000000"><b>Cr&eacute;dits</b></a></td> 						</tr> 					</table> 				</td> 				<td width="10" background="/images/footer_right.gif"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 				<td width="15"><img src="/images/pixel.gif" width="1" height="1" border="0"></td> 			</tr> 		</table> 		<br> 	</body>  </html> 
