<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>LausanneFM.com - Made &amp; hosted by Infomaniak Network</title> <link rel="stylesheet" href="/inc/lausannefm.css" type="text/css"> <script language="javaScript" type="text/javascript" SRC="http://www.lausannefm.ch/inc/js/coolWindow.js"></script> <script> // 23 mars 2002 - yannick function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } // END   function openIT(theURL,W,H,X,Y, wname) {       CLOSEdwn = "/tchatche/onecq/img/close_dwn.gif"       CLOSEup = "/tchatche/onecq/img/close_up.gif"       CLOSEovr = "/tchatche/onecq/img/close_ovr.gif"       MINIdwn = "/tchatche/onecq/img/mini_dwn.gif"       MINIup = "/tchatche/onecq/img/mini_up.gif"       MINIovr = "/tchatche/onecq/img/mini_ovr.gif"       NONEgrf = "/tchatche/onecq/img/transparent.gif"       CLOCKgrf = "/tchatche/onecq/img/clock.gif"       titHTML = "<font face=arial size=1 color=white><b></b></font>"        titWIN = ""       winBORDERCOLOR = "#000000"       winBORDERCOLORsel = "#000000"       winBGCOLOR = "#B8B8B8"       winBGCOLORsel = "#CFCFCF"       return openchromeless(theURL, wname, W, H, X, Y, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML,     titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)     }	     	margeH = (screen.height/2)-280;     	margeG = (screen.width/2)-380;     	     	if(navigator.appName=="Microsoft Internet Explorer") {     		largeur=760; hauteur=550;     	} else {      		if(parseInt(navigator.appVersion)>=4&&parseInt(navigator.appVersion)<5) {     			largeur=760; hauteur=540;      		} else {     			largeur=760; hauteur=490;     		}     	}   </script>             <script language="JavaScript"> function NewWindow(url) 	{ 	 var hWnd = window.open(url,"","width=800,height=800,toolbar=no,resizable=no,scrollbars=yes,dependent=no"); 	   if (hWnd.focus != null) hWnd.focus(); 	} function VersionNavigateur(Netscape, Explorer) {   if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||             (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))     return true; else return false; }  // Restore swap Image function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  // Preload Images, imagesimages function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  // Swap Image, swapswap function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  // Barre de dfilement OneFM - 1 function changestat(msg) { 	window.status="Lausanne.com , "+msg; 	return true; } // Barre de dfilement OneFM - 2 function clearstat() { 	window.status="LausanneFM - http://www.lausannefm.com"; } var ns4 = (document.layers)? true:false; var ie4 = (document.all)? true:false; var dom = (document.getElementById)? true:false;  var bn = navigator.appName.substring(0,8); var bn = bn.toUpperCase(); var bv = navigator.appVersion.substring(0,1);  var fwHideMenuTimer;  var Actu = 'div1';  function DelTimeout() { 	clearTimeout(fwHideMenuTimer); } function StartTimeOut(ID) { 	ID2 = ID; 	fwHideMenuTimer = setTimeout("no(ID2)", 3000); }  function CloseOther(ID) { var tmp; 	setToAnchor('IDA1','ancre',ID); 	for(i=1;i<10;i++) { 		tmp='div'+i; 		if(tmp!=ID) { 			if(bn=="MICROSOF") document.all[tmp].style.visibility                     = 'hidden'; 			if(bn=="NETSCAPE" && bv==4) document.layers[tmp].visibility               = 'hidden'; 			if(bn=="NETSCAPE" && bv==5) document.getElementById(tmp).style.visibility = 'hidden'; 		} 	} }  function no(ID) { 	if(bn=="MICROSOF") { 		document.all[ID].style.visibility = 'hidden'; 	} else if(bn=="NETSCAPE" && bv==4) { 		document.layers[ID].visibility = 'hidden'; 	} else if(bn=="NETSCAPE" && bv==5) { 		document.getElementById(ID).style.visibility = 'hidden'; 	} }  function setToAnchor(ID_Anchor,Name_Anchor,ID_Div) { var DivLeft = 0; var DivTop  = 0; if(bn=="MICROSOF") {         pos = document.all[ID_Anchor];         DivLeft = getLeft(pos);         DivTop = getTop(pos);         document.all[ID_Div].style.posLeft = DivLeft;         document.all[ID_Div].style.posTop = DivTop-6;         document.all[ID_Div].style.visibility = 'visible'; } else if(bn=="NETSCAPE" && bv==4) {         pos = document.anchors[Name_Anchor];         DivLeft = pos.x;         DivTop = pos.y;         document.layers[ID_Div].pageX = DivLeft;         document.layers[ID_Div].pageY = DivTop-5;         document.layers[ID_Div].visibility = 'visible'; } else if(bn=="NETSCAPE" && bv==5) {         pos = document.getElementById(ID_Anchor);         DivLeft = getLeft(pos);         DivTop = getTop(pos);         document.getElementById(ID_Div).style.left = DivLeft;         document.getElementById(ID_Div).style.top = DivTop-29;         document.getElementById(ID_Div).style.visibility = 'visible'; }     }  function getLeft(MyObject)     {     if (MyObject.offsetParent)         return (MyObject.offsetLeft + getLeft(MyObject.offsetParent));     else          return (MyObject.offsetLeft);     }  function getTop(MyObject)     {     if (MyObject.offsetParent)         return (MyObject.offsetTop + getTop(MyObject.offsetParent));     else         return (MyObject.offsetTop);     }  </script> </head> <body background="/images/img_interface_all/interface_fond_all.gif" bgcolor="#ffffff" text="#000000" link="#000080" vlink="#800080" alink="#ff0000" onLoad="MM_preloadImages('/images/img_menu_all/menu_login_bouton_oubli_over.gif','/images/img_menu_all/m_radio_programmes_over.gif','/images/img_menu_all/m_radio_animateurs_over.gif','/images/img_menu_all/m_radio_emissions_over.gif','/images/img_menu_all/m_radio_live_over.gif','/images/img_menu_all/m_radio_zdiffusion_over.gif','/images/img_menu_all/m_radio_webcamlive_over.gif','/images/img_menu_all/m_membres_inscription_over.gif','/images/img_menu_all/m_membres_profil_over.gif','/images/img_menu_all/m_membres_annuaire_over.gif','/images/img_menu_all/m_tchatche_chat_over.gif','/images/img_menu_all/m_tchatche_forums_over.gif','/images/img_menu_all/m_tchatche_icq_over.gif','/images/img_menu_all/m_cinemas_regions_over.gif','/images/img_menu_all/m_cinemas_horaires_over.gif','/images/img_menu_all/m_cinemas_recherche_over.gif')" onResize="setToAnchor('IDA1','ancre',Actu);" topmargin="0" marginheight="0"> <form name="login">   <table border=0 cellpadding=0 cellspacing=0 align="center" width="749">     <tr><td width=749 colspan=3><img src="/images/img_interface_all/interface_top_all.gif" usemap="#MapLogoTop" border=0 alt="lausannefm - www.lausannefm.com"></td>     </tr> 	<tr>      	<td width=749 height=25 colspan=3 align="center" background="/images/img_interface_all/interface_fond_infos_all.gif"><applet code="ascroll.class" codebase="/inc/js/" width="730" height="14"> 		              <param name="applet_width" value="730"> 		              <param name="applet_height" value="14"> 		              <param name="regcode" value=""> 		              <param name="info" value=""> 		              <param name="bgcolor" value="CCCCCC"> 		              <param name="border" value="no"> 		              <param name="border_color" value="CCCCCC"> 		              <param name="mouse_over" value="slow"> 		              <param name="scroll_delay" value="12"> 		              <param name="xspace" value="0"> 			  <param name=target_frame value="_blank"> 			  			   	<param name="text1" value="Ecoutez LAUSANNE FM ... EN LIVE sur Internet (et aussi en qualit 128 kbps mp3) !!!! Cliquez ICI"> 		              	<param name="link1" value="http://www.lausannefm.com/radio/lausannefm_live/indexlive.asp"> 		             	<param name="font1" value="Arial,1,11"> 		              	<param name="color1" value="E41818,004261"> 		              	<param name="status_bar_msg1" value=""> 		              	<param name="yposition1" value="12"> 				<param name="text2" value="&nbsp;&nbsp;-&nbsp;&nbsp;"> 		              	<param name="link2" value=""> 		             	<param name="font2" value="Verdana,1,11"> 		              	<param name="color2" value="000000,000000"> 		              	<param name="status_bar_msg2" value=""> 		              	<param name="yposition2" value="12"> 			   	<param name="text3" value="Que vous rservent les astres aujourdhui ?...Votre horoscope, cest ici...!!!"> 		              	<param name="link3" value="http://www.lausannefm.com/radio/horoscope.asp"> 		             	<param name="font3" value="Arial,1,11"> 		              	<param name="color3" value="901912,000000"> 		              	<param name="status_bar_msg3" value=""> 		              	<param name="yposition3" value="12"> 				<param name="text4" value="&nbsp;&nbsp;-&nbsp;&nbsp;"> 		              	<param name="link4" value=""> 		             	<param name="font4" value="Verdana,1,11"> 		              	<param name="color4" value="000000,000000"> 		              	<param name="status_bar_msg4" value=""> 		              	<param name="yposition4" value="12"></applet> </td> 	</tr> 	<tr> 	<td width=158 background="/images/img_menu_all/fond_menu.gif" align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">           <tr>              <td width="159"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- 	A NE PAS VIRER MERCI... 	onClick="MM_openBrWindow('/radio/lausannefm_live/lausannefm_audio.html','live','width=520,height=224')" -->   <!-- LOGIN --> 	<form name="login" action="/cinemas/seancesSalles.asp" method="post"> 	<table border=0 cellpadding=0 cellspacing=0 width="156">   <tr>              <td width=156 colspan=3><img src="/images/img_menu_all2/top_a.gif" width="156" height="26"><a href="radio/lausannefm_live/indexlive.asp"><img src="/images/img_menu_all2/anim_live.gif" width="156" height="30" border="0"></a><img src="/images/img_menu_all2/bottom_a.gif" width="156" height="23"></td>           </tr>           <tr>              <td width=25 height=68 rowspan=3> <img src="/images/img_menu_all/menu_login_left.gif" width=25 height=68></td>             <td width=107 height=25 align="center" background="/images/img_menu_all/login_fond_login.gif">                <input type="text" name="m_pseudo" class="boxlogin" size="10"  								value="pseudo" 								onFocus=" 								if(document.login.m_pseudo.value=='pseudo') {document.login.m_pseudo.value='';}; 								if(document.login.m_password.value=='') {document.login.m_password.value='niarkpassword'};">             </td>             <td width=24 height=68 rowspan=3> <img src="/images/img_menu_all/menu_login_right.gif" width=24 height=68></td>           </tr>           <tr>              <td width=107 height=25 align="center" background="/images/img_menu_all/login_fond_password.gif">               <input type="password" name="m_password" class="boxlogin" size="10" value="niarkpassword" onFocus="if(document.login.m_password.value=='niarkpassword') {document.login.m_password.value='';};if(document.login.m_pseudo.value=='')  								{document.login.m_pseudo.value='pseudo'};">			              </td>           </tr>           <tr>              <td width=107 height=18> <input type="image" src="/images/img_menu_all/menu_login_bouton_connecter.gif" width=107 height=18 name="subaction" border=0></a></td>           </tr>           <tr>              <td width=156 height=25 colspan=3><a href="/membres/oublipassword.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('password','','/images/img_menu_all/menu_login_bouton_oubli_over.gif',1)"><img name="password" border="0" src="/images/img_menu_all/menu_login_bouton_oubli.gif" width="156" height="25"></a></td>           </tr>           <tr>              <td width=156 colspan=3> <img src="/images/img_menu_all/bas_login.gif" width="156"></td>           </tr>         </table> 			<!-- LOGIN END --> 			 </td>           </tr>           <tr>              <td align="center" width="159">  			<table border=0 cellpadding=0 cellspacing=0>	 		          <tr>  		            <td colspan=3><img src="/images/img_menu_all/t_pub.gif" width="156" height="23"></td> 		    	  </tr> 		    	 		    	   		          <tr align="center"> 		            <td colspan=3>  			              <table width="158" border="0" cellspacing="0" cellpadding="0"> 						   								   <tr> 									<td colspan=3 height=15 align="center"><script language="javascript" src="http://banner.infomaniak.ch/banner.php?iSiteCode=26&iZoneCode=70"></script></td> 								</tr> 						 								<tr> 									<td colspan=3 height=15></td> 								</tr> 			                <tr>  			                  <td width="19">&nbsp;</td> 			                  <td width="124" align="center"><script language="javascript" src="http://banner.infomaniak.ch/banner.php?iSiteCode=26&iZoneCode=43"></script></td> 			                  <td width="16">&nbsp;</td> 			                </tr>               </table>             </td>           </tr> 		  <tr align="center"> 			<td colspan=3><br> 						</td> 		  </tr>         </table> 			</form> 			</td>           </tr>         </table>       </td>       <td width=584 background="/images/img_interface_all/fond_all_main.gif"  valign="top" align="center"> 	  <table width="100%" border="0" cellspacing="0" cellpadding="0" background="">           <tr>             <td background=""><img src="/images/img_menu_all/big_menu4.gif" width="584" height="25" usemap="#MenuTopMap" border="0"></td>           </tr> 	  <tr> 	    <td background=""> 	    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <HTML>      <script> function changeregion(){ 	document.formregions.submit(); } </script> <table width="584" border="0" cellspacing="0" cellpadding="0">   <tr>      <td><a name="ancre" id="IDA1"><img src="images/img_cinemas/titre_cinema.gif" width="584" height="38"></a></td>   </tr>   <tr>      <td>        <table width="584" border="0" cellspacing="0" cellpadding="0">         <tr>            <td width="584" background="images/img_interface_all/fond_uniall.gif">              <table width="100%" border="0" cellspacing="0" cellpadding="0">                <tr>                  <td><img src="images/img_cinemas/top_recherche.gif" width="584" height="5"></td>               </tr>               <tr>                <form method="get" action="inc/recherche.asp">                 <td background="images/img_cinemas/fond_recherche.gif">                    <table border="0" cellspacing="0" cellpadding="0" width="584">                     <tr>                        <td rowspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                       <td width="157"><img src="images/img_cinemas/t_module_de_recherche.gif"></td>                       <td align="right" width="403">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td align="right">                                <input type="text" name="searchBox" size="10" class="boxblancall">                             </td>                             <td align="right"><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td align="right">                                <select name="jour" class="boxblancall">                                  <option value="6" selected>Mardi</option>                               	                               </select>                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td align="right">                                <select name="Heure" class="boxblancall">                                   					<option value="10">10h00  12h00</option>     				  					<option value="11">11h00  13h00</option>     				  					<option value="12">12h00  14h00</option>     				  					<option value="13">13h00  15h00</option>     				  					<option value="14">14h00  16h00</option>     				  					<option value="15">15h00  17h00</option>     				  					<option value="16">16h00  18h00</option>     				  					<option value="17">17h00  19h00</option>     				  					<option value="18">18h00  20h00</option>     				  					<option value="19">19h00  21h00</option>     				  					<option value="20">20h00  22h00</option>     				  					<option value="21">21h00  23h00</option>     				  					<option value="22">22h00  24h00</option>     				<option selected>toute la journe</option>                                </select>                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td align="right">                               <select name="genres" class="boxblancall">                                 	<option value="">tous les genres</option> 						 							<option value="60" >Action</option> 						 							<option value="58" >Action, Fantastique</option> 						 							<option value="12" >Animation</option> 						 							<option value="11" >Aventures</option> 						 							<option value="44" >Bibliographie</option> 						 							<option value="66" >Biographie, Comdie dramatique</option> 						 							<option value="2" >Comdie</option> 						 							<option value="69" >Comdie de gangsters</option> 						 							<option value="16" >Comdie dramatique</option> 						 							<option value="68" >Comdie musicale</option> 						 							<option value="35" >Comdie romantique</option> 						 							<option value="67" >Comdie, Romance</option> 						 							<option value="5" >Dessin Anim</option> 						 							<option value="28" >Divers</option> 						 							<option value="27" >Documentaire</option> 						 							<option value="17" >Drame</option> 						 							<option value="13" >Drame psychologique</option> 						 							<option value="57" >Drame, Thriller</option> 						 							<option value="24" >Historique</option> 						 							<option value="15" >Policier</option> 						 							<option value="46" >Policier psychologique</option> 						 							<option value="72" >Romance, Drame</option> 						 							<option value="10" >Thriller</option> 						                               </select>                               </td>                           </tr>                         </table>                       </td>                       <td class="arial11Noir" rowspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                     </tr>                     <tr>                        <td colspan="2"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="6"></td>                     </tr>                                          <tr>                        <td width="157">&nbsp;</td>                       <td align="right" width="403">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td class="arial11Noir"><b>VF:</b></td>                             <td>                                <input type="checkbox" name="checkbox" value="checkbox">                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td class="arial11Noir"><b>VO:</b></td>                             <td>                                <input type="checkbox" name="checkbox2" value="checkbox">                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="18"></td>                             <td><b>                                <input type="submit" name="bouton" value="Imprimer" class="boutonformulairall">                               </b></td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td><b>                                <input type="submit" name="bouton" value="Afficher" class="boutonformulairall">                               </b></td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>                 </form>               </tr>               <tr>                  <td><img src="images/img_cinemas/bottom_recherche.gif" width="584" height="5"></td>               </tr>                <tr>                  <td><img src="images/img_cinemas/top_top_detail_annonce.gif" width="584" height="5"></td>               </tr>               <tr>                  <td height="17" background="images/img_cinemas/fond_rubriques.gif">                    <table border="0" cellspacing="0" cellpadding="0" width="584">                     <tr>                        <td width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                       <td width="554" align="right">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td><img src="images/img_cinemas/t_selectionregion.gif" width="163" height="21"></td>                             <td><img src="images/img_cinemas/fleches_regions_anim.gif" width="46" height="13"></td>                             <form name="formregions" action="" method="">                             <td><select name="iCodeRegion" class="boxrougeall" onchange="changeregion();"> 			                                 <option                                   value="15">Bienne</option>                                                          <option                                   value="4">Fribourg</option>                                                          <option                                   value="1">Genve</option>                                                          <option                                   value="14">Jura</option>                                                          <option                                                                    selected                                   value="9">Lausanne</option>                                                          <option                                   value="2">Neuchatel</option>                                                          <option                                   value="12">Valais</option>                                                          <option                                   value="13">Vaud</option>                         </select> 			                               </td>                             </form>                           </tr>                         </table>                       </td>                       <td class="arial11Noir" width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td><img src="images/img_cinemas/top_bottom_detail_annonce.gif" width="584" height="5"></td>               </tr>               <tr>                  <td align="center">                    <table width="569" border="0" cellspacing="0" cellpadding="0">                     <tr>                        <td><img src="images/img_cinemas/t_classement_salles.gif" width="569" height="24"></td>                     </tr>                     <tr>                        <td background="images/img_cinemas/fond_resultat.gif" align="center">                          <table width="555" border="0" cellspacing="0" cellpadding="0"> 			 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Athene</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5268"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5268.jpg" width="40" height="60" class='contournoir' alt="Dtail: The Hours" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5268">THE HOURS</a></b> <br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Drame psychologique<br> 															  <font color=#808080>Note:</font>4.7<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:3017:1520:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Atlantic</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5285"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5285.jpg" width="40" height="60" class='contournoir' alt="Dtail: Laisse tes mains sur mes hanches" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5285">LAISSE TES MAINS SUR MES HANCHES</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie romantique<br> 															  <font color=#808080>Note:</font>4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  15:0017:4521:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Bellevaux</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5289"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5289.jpg" width="40" height="60" class='contournoir' alt="Dtail: Dans l'angle mort-La secrtaire d'Hitler" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5289">DANS L'ANGLE MORT-LA SECRTAIRE D'HITLER</a></b> (Im toten winkel-Hitlers secretrin)<br>                                                                <font color=#808080>pays:</font>Autriche<br> 															  <font color=#808080>genre:</font>Documentaire<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5289">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Lun,Ven,Sam,Dim  16:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=4993"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/4993.jpg" width="40" height="60" class='contournoir' alt="Dtail: Etre et  Avoir" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=4993">ETRE ET  AVOIR</a></b> (Etre et  Avoir)<br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Documentaire<br> 															  <font color=#808080>Note:</font>4.9<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Lun,Ven,Sam,Dim  14:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5327"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5327.jpg" width="40" height="60" class='contournoir' alt="Dtail: Un monde presque paisible" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5327">UN MONDE PRESQUE PAISIBLE</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font>5.5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5298"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5298.jpg" width="40" height="60" class='contournoir' alt="Dtail: Une adolescente" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5298">UNE ADOLESCENTE</a></b> (Shoujyo)<br>                                                                <font color=#808080>pays:</font>Japon<br> 															  <font color=#808080>genre:</font>Comdie, Romance<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5298">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Cin Qua Non</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5301"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5301.jpg" width="40" height="60" class='contournoir' alt="Dtail: The 25th Hour" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5301">THE 25TH HOUR</a></b> (La 25e heure)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Drame psychologique<br> 															  <font color=#808080>Note:</font>5.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  15:0021:00 																		<br> 																		 																	</td> 																	</tr> 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Cintoile 1</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5234"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5234.jpg" width="40" height="60" class='contournoir' alt="Dtail: Arrte-moi si tu peux" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5234">ARRTE-MOI SI TU PEUX</a></b> (Catch me if you can)<br>                                                                <font color=#808080>pays:</font>Etats-Unis<br> 															  <font color=#808080>genre:</font>Biographie, Comdie dramatique<br> 															  <font color=#808080>Note:</font>5.2<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:3017:3020:30 																		<br> 																		Ven,Sam  23:00 																		<br> 																		 																	</td> 																	</tr> 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5266"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5266.jpg" width="40" height="60" class='contournoir' alt="Dtail: Chouchou" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5266">CHOUCHOU</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie<br> 															  <font color=#808080>Note:</font>4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  16:0018:3021:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5267"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5267.jpg" width="40" height="60" class='contournoir' alt="Dtail: Daredevil" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5267">DAREDEVIL</a></b> <br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Action, Fantastique<br> 															  <font color=#808080>Note:</font>4.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  17:00 																		<br> 																		Ven,Sam  23:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5279"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5279.jpg" width="40" height="60" class='contournoir' alt="Dtail: Destination finale 2" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5279">DESTINATION FINALE 2</a></b> (Final Destination 2)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Thriller<br> 															  <font color=#808080>Note:</font>4.6<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  19:00 																		<br> 																		Ven,Sam  23:15 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5322"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5322.jpg" width="40" height="60" class='contournoir' alt="Dtail: Dreamcatcher L'attrape-rves" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5322">DREAMCATCHER L'ATTRAPE-RVES</a></b> (Dreamcatcher)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Action, Fantastique<br> 															  <font color=#808080>Note:</font>3.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:0017:0020:15 																		<br> 																		Ven,Sam  23:15 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5295"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5295.jpg" width="40" height="60" class='contournoir' alt="Dtail: Fusion - The Core" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5295">FUSION - THE CORE</a></b> (The Core)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Action<br> 															  <font color=#808080>Note:</font>2.9<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:0021:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5314"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5314.jpg" width="40" height="60" class='contournoir' alt="Dtail: Johnny English" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5314">JOHNNY ENGLISH</a></b> <br>                                                                <font color=#808080>pays:</font>Britannique <br> 															  <font color=#808080>genre:</font>Comdie<br> 															  <font color=#808080>Note:</font>5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:1516:3018:4521:00 																		<br> 																		Ven,Sam  23:15 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5286"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5286.jpg" width="40" height="60" class='contournoir' alt="Dtail: La famille Delajungle" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5286">LA FAMILLE DELAJUNGLE</a></b> (The Wild Thornberrys)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Dessin Anim<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5286">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5285"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5285.jpg" width="40" height="60" class='contournoir' alt="Dtail: Laisse tes mains sur mes hanches" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5285">LAISSE TES MAINS SUR MES HANCHES</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie romantique<br> 															  <font color=#808080>Note:</font>4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  16:0020:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5239"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5239.jpg" width="40" height="60" class='contournoir' alt="Dtail: Le Livre de la Jungle 2" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5239">LE LIVRE DE LA JUNGLE 2</a></b> (The Jungle book 2)<br>                                                                <font color=#808080>pays:</font>Amricain<br> 															  <font color=#808080>genre:</font>Animation<br> 															  <font color=#808080>Note:</font>2.9<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>City Club</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5089"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5089.jpg" width="40" height="60" class='contournoir' alt="Dtail: Bowling for Columbine" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5089">BOWLING FOR COLUMBINE</a></b> <br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Documentaire<br> 															  <font color=#808080>Note:</font>5.4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5316"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5316.jpg" width="40" height="60" class='contournoir' alt="Dtail: L'arche russe" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5316">L'ARCHE RUSSE</a></b> (Russian ark)<br>                                                                <font color=#808080>pays:</font>Russie<br> 															  <font color=#808080>genre:</font>Historique<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5316">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      lun,mer,jeu,ven,sam,dim  17:00 																		<br> 																		Tlj  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=4940"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/4940.jpg" width="40" height="60" class='contournoir' alt="Dtail: Le pianiste" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=4940">LE PIANISTE</a></b> (The Pianist)<br>                                                                <font color=#808080>pays:</font>franais, britannique, allemand, polonais <br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font>5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Lun,Ven,Sam,Dim  14:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Eldorado</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5295"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5295.jpg" width="40" height="60" class='contournoir' alt="Dtail: Fusion - The Core" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5295">FUSION - THE CORE</a></b> (The Core)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Action<br> 															  <font color=#808080>Note:</font>2.9<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Mer,Sam,Dim  14:30 																		<br> 																		Tlj  21:00 																		<br> 																		 																	</td> 																	</tr> 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  17:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 1</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5212"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5212.jpg" width="40" height="60" class='contournoir' alt="Dtail: 8 Mile" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5212">8 MILE</a></b> <br>                                                                <font color=#808080>pays:</font>Etats-Unis<br> 															  <font color=#808080>genre:</font>Drame<br> 															  <font color=#808080>Note:</font>4.7<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Jeu,Ven,Sam,Dim  23:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5330"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5330.jpg" width="40" height="60" class='contournoir' alt="Dtail: Moi Cesar, 10 ans 1/2, 1m39" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5330">MOI CESAR, 10 ANS 1/2, 1M39</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Aventures<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5330">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:3016:0018:3021:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 2</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5329"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5329.jpg" width="40" height="60" class='contournoir' alt="Dtail: Le coeur des hommes" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5329">LE COEUR DES HOMMES</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font>5.5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:0018:3021:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5278"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5278.jpg" width="40" height="60" class='contournoir' alt="Dtail: Snowboarder" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5278">SNOWBOARDER</a></b> <br>                                                                <font color=#808080>pays:</font>France-Suisse<br> 															  <font color=#808080>genre:</font>Action<br> 															  <font color=#808080>Note:</font>3.6<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  15:30 																		<br> 																		Jeu,Ven,Sam,Dim  23:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 3</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5236"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5236.jpg" width="40" height="60" class='contournoir' alt="Dtail: Chicago" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5236">CHICAGO</a></b> <br>                                                                <font color=#808080>pays:</font>Etats-Unis<br> 															  <font color=#808080>genre:</font>Comdie musicale<br> 															  <font color=#808080>Note:</font>4.7<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  17:4520:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5267"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5267.jpg" width="40" height="60" class='contournoir' alt="Dtail: Daredevil" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5267">DAREDEVIL</a></b> <br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Action, Fantastique<br> 															  <font color=#808080>Note:</font>4.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Jeu,Ven,Sam,Dim  23:15 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5297"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5297.jpg" width="40" height="60" class='contournoir' alt="Dtail: Les enfants de la pluie" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5297">LES ENFANTS DE LA PLUIE</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Dessin Anim<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5297">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:0015:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 4</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5266"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5266.jpg" width="40" height="60" class='contournoir' alt="Dtail: Chouchou" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5266">CHOUCHOU</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie<br> 															  <font color=#808080>Note:</font>4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Lun,Mar,Mer,Jeu,Sam,Dim  18:00 																		<br> 																		Tlj  20:30 																		<br> 																		Jeu,Ven,Sam,Dim  23:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5255"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5255.jpg" width="40" height="60" class='contournoir' alt="Dtail: Pinocchio" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5255">PINOCCHIO</a></b> <br>                                                                <font color=#808080>pays:</font>Italie<br> 															  <font color=#808080>genre:</font>Aventures<br> 															  <font color=#808080>Note:</font>4.4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:0015:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 6</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5322"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5322.jpg" width="40" height="60" class='contournoir' alt="Dtail: Dreamcatcher L'attrape-rves" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5322">DREAMCATCHER L'ATTRAPE-RVES</a></b> (Dreamcatcher)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Action, Fantastique<br> 															  <font color=#808080>Note:</font>3.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  14:3021:00 																		<br> 																		 																	</td> 																	</tr> 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  17:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5239"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5239.jpg" width="40" height="60" class='contournoir' alt="Dtail: Le Livre de la Jungle 2" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5239">LE LIVRE DE LA JUNGLE 2</a></b> (The Jungle book 2)<br>                                                                <font color=#808080>pays:</font>Amricain<br> 															  <font color=#808080>genre:</font>Animation<br> 															  <font color=#808080>Note:</font>2.9<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 7</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5304"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/default.gif" width="40" height="60" class='contournoir' alt="Dtail: A peck on a cheek" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5304">A PECK ON A CHEEK</a></b> (Kannathil Muthamittal)<br>                                                                <font color=#808080>pays:</font>Inde<br> 															  <font color=#808080>genre:</font>Comdie musicale<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5304">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Mar,Ven  15:00 																		<br> 																		Sam  18:00 																		<br> 																		Mer  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5293"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5293.jpg" width="40" height="60" class='contournoir' alt="Dtail: Forget Baghdad" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5293">FORGET BAGHDAD</a></b> <br>                                                                <font color=#808080>pays:</font>Suisse<br> 															  <font color=#808080>genre:</font>Documentaire<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5293">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Ven  18:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=4593"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/4593.jpg" width="40" height="60" class='contournoir' alt="Dtail: Hyenes" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=4593">HYENES</a></b> (Hyenes-Ramatou)<br>                                                                <font color=#808080>pays:</font>Sngal, France, Suisse<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=4593">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Dim  15:00 																		<br> 																		Ven  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5303"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/default.gif" width="40" height="60" class='contournoir' alt="Dtail: I love you" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5303">I LOVE YOU</a></b> (Wo ai ni)<br>                                                                <font color=#808080>pays:</font>Chine<br> 															  <font color=#808080>genre:</font>Drame psychologique<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5303">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Jeu  15:00 																		<br> 																		Lun  18:00 																		<br> 																		Mar,Sam  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5299"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5299.jpg" width="40" height="60" class='contournoir' alt="Dtail: Je chanterai pour toi" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5299">JE CHANTERAI POUR TOI</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Documentaire<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5299">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Lun  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5340"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/default.gif" width="40" height="60" class='contournoir' alt="Dtail: Moro no Brasil" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5340">MORO NO BRASIL</a></b> <br>                                                                <font color=#808080>pays:</font>Allemand, Brsilien, Franais, Finlandais <br> 															  <font color=#808080>genre:</font>Documentaire<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5340">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Jeu  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5274"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5274.jpg" width="40" height="60" class='contournoir' alt="Dtail: The Magdalene sisters" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5274">THE MAGDALENE SISTERS</a></b> (Les soeurs Magdalene)<br>                                                                <font color=#808080>pays:</font>Grande-Bretagne<br> 															  <font color=#808080>genre:</font>Drame<br> 															  <font color=#808080>Note:</font>5.4<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Mer  15:0018:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5306"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5306.jpg" width="40" height="60" class='contournoir' alt="Dtail: Ticket to Jrusalem" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5306">TICKET TO JRUSALEM</a></b> <br>                                                                <font color=#808080>pays:</font>Palestine<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5306">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Sam  15:00 																		<br> 																		Dim  18:00 																		<br> 																		Jeu  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5305"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/default.gif" width="40" height="60" class='contournoir' alt="Dtail: Two summers" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5305">TWO SUMMERS</a></b> (Houve Uma Vez Dois Veroes)<br>                                                                <font color=#808080>pays:</font>Brsil<br> 															  <font color=#808080>genre:</font>Comdie romantique<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5305">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Lun  15:00 																		<br> 																		Mar,Jeu  18:00 																		<br> 																		Dim  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Galeries 8</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5308"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5308.jpg" width="40" height="60" class='contournoir' alt="Dtail: Devdas" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5308">DEVDAS</a></b> (Devdas)<br>                                                                <font color=#808080>pays:</font>Inde<br> 															  <font color=#808080>genre:</font>Comdie<br> 															  <font color=#808080>Note:</font>5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  17:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5284"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5284.jpg" width="40" height="60" class='contournoir' alt="Dtail: Effroyables jardins" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5284">EFFROYABLES JARDINS</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font>5.5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:0015:15 																		<br> 																		lun,mar,mer,jeu,sam,dim  21:00 																		<br> 																		Jeu,Sam,Dim  23:30 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Georges V</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5286"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5286.jpg" width="40" height="60" class='contournoir' alt="Dtail: La famille Delajungle" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5286">LA FAMILLE DELAJUNGLE</a></b> (The Wild Thornberrys)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Dessin Anim<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5286">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:3015:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5268"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5268.jpg" width="40" height="60" class='contournoir' alt="Dtail: The Hours" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5268">THE HOURS</a></b> <br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Drame psychologique<br> 															  <font color=#808080>Note:</font>4.7<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:00 																		<br> 																		Lun,Mer,Jeu,Ven,Sam,Dim  20:30 																		<br> 																		Jeu,Ven,Sam,Dim  23:15 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Lido</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5288"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5288.jpg" width="40" height="60" class='contournoir' alt="Dtail: Stupeur et tremblements" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5288">STUPEUR ET TREMBLEMENTS</a></b> <br>                                                                <font color=#808080>pays:</font>France<br> 															  <font color=#808080>genre:</font>Comdie<br> 															  <font color=#808080>Note:</font>4.8<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Mer,Sam,Dim  15:30 																		<br> 																		Tlj  18:0021:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Palace 1</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5264"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5264.jpg" width="40" height="60" class='contournoir' alt="Dtail: Monsieur Schmidt" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5264">MONSIEUR SCHMIDT</a></b> (About Schmidt)<br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font>5.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Mer,Sam,Dim  14:30 																		<br> 																		 																	</td> 																	</tr> 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  17:3020:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Palace 2</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5323"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5323.jpg" width="40" height="60" class='contournoir' alt="Dtail: Monsieur N." class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5323">MONSIEUR N.</a></b> <br>                                                                <font color=#808080>pays:</font>Franais, Britannique <br> 															  <font color=#808080>genre:</font>Historique<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5323">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  17:45 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5307"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5307.jpg" width="40" height="60" class='contournoir' alt="Dtail: Open Hearts" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5307">OPEN HEARTS</a></b> <br>                                                                <font color=#808080>pays:</font>Danemark<br> 															  <font color=#808080>genre:</font>Drame<br> 															  <font color=#808080>Note:</font><a href="voter.asp?film=5307">votez !</a> 					<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Mer,Sam,Dim  15:15 																		<br> 																		Tlj  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Richemont</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5283"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5283.jpg" width="40" height="60" class='contournoir' alt="Dtail: Adaptation" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5283">ADAPTATION</a></b> <br>                                                                <font color=#808080>pays:</font>USA<br> 															  <font color=#808080>genre:</font>Drame psychologique<br> 															  <font color=#808080>Note:</font>5.1<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Lun,Mar,Mer,Ven,Sam,Dim  15:15 																		<br> 																		Tlj  21:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														   											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5315"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5315.jpg" width="40" height="60" class='contournoir' alt="Dtail: Dina" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5315">DINA</a></b> (I'm Dina)<br>                                                                <font color=#808080>pays:</font>Norvge<br> 															  <font color=#808080>genre:</font>Comdie dramatique<br> 															  <font color=#808080>Note:</font>5.5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:00 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 	 			  <!--Debut BOUCLE-->                                   <tr>                                      <td width="530"  class="main">                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                         <tr>                                            <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                           <td>                                              <table width="531" border="0" cellspacing="0" cellpadding="0">                                              <tr>                                                  <td width="531" class="arial11Rouge"><b>Romandie</b></td>                                               </tr> 											  											  <tr>                                                  <td width="531" onMouseOver="this.bgColor='#CACACA'" onMouseOut="this.bgColor='#DCDCDC'">                                                   <table width="531" border="0" cellspacing="0" cellpadding="0">                                                     <tr>                                                        <td width="40" valign="top"><a href="interface_cinemas_detail.asp?film=5314"><img border="0" src="http://www.cinemas.ch/pictures/pixaffiches/5314.jpg" width="40" height="60" class='contournoir' alt="Dtail: Johnny English" class="contournoir" ></a></td>                                                       <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                       <td width="285" valign="top">                                                          <table border="0" cellspacing="0" cellpadding="0">                                                           <tr>                                                              <td class="arial11NoirUnderline"><b><a href="interface_cinemas_detail.asp?film=5314">JOHNNY ENGLISH</a></b> <br>                                                                <font color=#808080>pays:</font>Britannique <br> 															  <font color=#808080>genre:</font>Comdie<br> 															  <font color=#808080>Note:</font>5<br> 															  </td>                                                           </tr>                                                           <tr>                                                              <td>                                                                                                                             </td>                                                           </tr> 														  <tr>                                                              <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12">                                                              </td>                                                           </tr> 														</table>                                                       </td> 													  		<td width="200" valign="top">  													  			<table border="0" cellspacing="0" cellpadding="0">                                                                 																 																<tr> 																  <td class="arial11Noir" ><b>VF:</b><br>                                                                      Tlj  13:3015:4521:00 																		<br> 																		Ven,Sam  23:30 																		<br> 																		 																	</td> 																	</tr> 																<tr> 																  <td class="arial11Noir" ><b>VO:</b><br>                                                                      Tlj  18:15 																		<br> 																		 																	</td> 																	</tr> 																</table> 													  		</td>                                                     </tr>                                                  </table>                                                 </td>                                               </tr>  											  <tr>                                                   <td width="531"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="8"></td>                                               </tr> 														                                                 </table>                                                                                          </td>                                           <td width="12"><img src="images/img_interface_all/espaceur_trans.gif" width="12" height="12"></td>                                         </tr>                                         <tr>                                            <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="12"></td>                                         </tr>                                       </table>                                     </td>                                   </tr>                                   <tr>                                      <td width="530"><img src="images/img_cinemas/separation_resultat.gif" width="555" height="1"></td>                                   </tr>   								   						 		 						</table> 						</td>                      </tr> 					 <tr> 					  <td><img src="images/img_cinemas/bottom_resultat.gif" width="569" height="8"></td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td><img src="images/img_cinemas/bottom_top_detail_annonce.gif" width="584" height="5"></td>               </tr>               <tr>                  <td><img src="images/img_cinemas/bottom_bottom_detail_annonce.gif" width="584" height="5"></td>               </tr>             </table>           </td>         </tr>       </table>     </td>   </tr> </table> 			</td> 		</tr> 	</table> 			</td> 		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <td width=7 height=555 background="/images/img_interface_all/interface_fond_right_all.gif"> <img src="/images/img_interface_all/interface_fond_right_all.gif" width=7 height=555></td> 	</tr> 	<tr> 		<td width=749 height=43 colspan=3> <img src="/images/img_interface_all/interface_bottom_all.gif" width=749 height=43 usemap="#Map2" border="0"></td> 	</tr> </table>   <div id="div1" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div1');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>                 <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586">          <a href="/radio/lausannefm_programme.asp?date=22.04.2003">PROGRAMMES</a>          - <a href="/radio/lausannefm_team_list.asp">L'EQUIPE</a> - <a href="/radio/lausannefm_live/indexlive.asp">LIVE  - <a href="/radio/horoscope.asp">HOROSCOPE</a>         - <a href="/radio/lausannefm_frequences.asp">LES FREQUENCES</a>  - <a href="/radio/contact.asp">CONTACT</a> -<a href="/radio/kikichantait.asp">C KI KI CHANTE ?</a> - <a href="/radio/liens.asp">LIENS</a>        </td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>	     </table>   </div>      <div id="div2" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div2')";>      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 			<a href="/membres/inscription.asp">INSCRIPTION</a> - <a href="/membres/profil_preview.asp">MON PROFIL</a> - <a href="/membres/annuaire/annuaire.asp">ANNUAIRE</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div3" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div3');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/tchatche/onechat/index.asp">CHAT</a> - <a href="/tchatche/onecq/index.asp" >I SEEK YOU</a> - <a href="/sms/smsForm.asp">SMS</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div4" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div4');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 			<a href="/cinemas/default.asp">HOME</a> - <a href="/cinemas/seancesFilms.asp">HORAIRE PAR FILM</a> - <a href="/cinemas/seancesSalles.asp">HORAIRE PAR SALLE</a> - <a href="/cinemas/seancesHeures.asp">HORAIRE PAR HEURE</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div5" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div5');">  	<table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="#" onclick="openIT('/membres/concours/cadre_votes.asp', 714, 570, 0, 0, 'vote');">VOTER</a>  - <a href="/membres/concours/classement.asp">LES RESULTATS</a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div6" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div6');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/radio/archives.asp">LES PHOTOS</a> </td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div7" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div7');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"><a href="http://www.lausannefm.ch/Annonces/index.asp">PETITES            ANNONCES </a> - <a href="http://www.lausannefm.ch/Annonces/mesannonces.asp">MES ANNONCES</a> - <a href="http://www.lausannefm.ch/Annonces/advrecherche.asp">RECHERCHE            AVANCEE </a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>     <div id="div8" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div8');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/radio/tarifs_lausannefm.asp">TARIFS LAUSANNEFM</a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>   <div id="div9" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div9');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/radio/liens.asp">LIENS</a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div> <map name="MapLogo">   <area shape="rect" coords="27,27,132,71" href="http://www.lausannefm.ch"> </map>   <map name="MapLogoTOP">  <area shape="rect" coords="261,15,485,69" href="/default.asp">   </map> <map name="Map2">   <area shape="rect" coords="672,11,710,26" href="#top">   <area shape="rect" coords="17,3,113,35" href="http://web.infomaniak.ch" target="_blank"> </map> <!--<map name="MenuTopMap">     <area shape="rect" coords="105,4,140,22" href="#"  onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">   <area shape="rect" coords="153,3,202,21" href="#"  onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="209,4,265,21" href="#"   onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="271,4,317,21" href="#"  onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">   <area shape="rect" coords="326,4,371,20" href="#" onMouseOver="DelTimeout();CloseOther('div6');Actu='div6';" onMouseOut="StartTimeOut('div6');">   <area shape="rect" coords="384,4,474,21" href="#"  onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');"> </map>--> <map name="MenuTopMap">  <!--  <area shape="rect" coords="414,4,501,18" href="#" onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');">    <area shape="rect" coords="358,4,404,17" href="#" onMouseOver="DelTimeout();CloseOther('div6');Actu='div6';" onMouseOut="StartTimeOut('div6');">   <area shape="rect" coords="298,4,344,17" href="#" onMouseOver="DelTimeout();CloseOther('div5');Actu='div5';" onMouseOut="StartTimeOut('div5');">   <area shape="rect" coords="240,4,286,17" href="#" onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">   <area shape="rect" coords="180,4,226,17" href="#" onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="118,4,164,17" href="#" onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="71,4,107,18"  href="#" onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">-->     <area shape="rect" coords="59,0,91,25"  href="#" onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">   <area shape="rect" coords="105,-1,150,24" href="#" onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="164,-1,214,28" href="#" onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="228,-2,268,34" href="#" onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">    <area shape="rect" coords="283,-12,320,33" href="#" onMouseOver="DelTimeout();CloseOther('div6');Actu='div6';" onMouseOut="StartTimeOut('div6');">   <area shape="rect" coords="338,-4,421,39" href="#" onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');">   <area shape="rect" coords="439,-4,484,37" href="#" onMouseOver="DelTimeout();CloseOther('div8');Actu='div8';" onMouseOut="StartTimeOut('div8');">   <area shape="rect" coords="497,-1,538,26" href="#" onMouseOver="DelTimeout();CloseOther('div9');Actu='div9';" onMouseOut="StartTimeOut('div9');"> </map> </body> </html> 
