 <HTML> <HEAD> <!-- TEST 1 --> <SCRIPT language="javascript"> /************************************************************/ /*		Fonction d'affichage de la popup Jeu			*/ /*		Fred Rodas, 19/04/2001								*/ /************************************************************/ function affiche_popup(lg) { 	window.open ("/popup.php?langue="+lg,'mapopup','width=500,height=500') ; }  function affiche_popupCharte(lg) { 	window.open ("/pratique/charte.php?langue="+lg,'mapopup','width=850,height=600,menubar=yes,scrollbars=yes,toolbar=yes') ; }  function popupWindow(url, height, width) { 	oWindow = window.open( url, 'popup' + height + '_' + width, 'width=' + width + ',height=' + height + ',scrollbars=no,screenX=400,screenY=400' ); }  function popupWindow2(url, height, width) { 	oWindow = window.open( url, 'popup2' + height + '_' + width, 'width=' + width + ',height=' + height + ',scrollbars=no' ); }  function popupWindow3(url, height, width) { 	oWindow = window.open( url, 'popup' + height + '_' + width, 'width=' + width + ',height=' + height + ',scrollbars=yes,screenX=100,screenY=100' ); }  </SCRIPT>   <TITLE>Festival de Cannes</TITLE><META name="keywords" content=""><META name="description" content=""><link rel=stylesheet type="text/css" href="/style/cold.css"> <script language="javascript" src="/scripts/js/commun.js"></script>   <script language="JavaScript"> //----------------------------------------- // DETECTION NAVIGATEUR ET PLATEFORME //-----------------------------------------  var temp;  var n = navigator; var ua = ' ' + n.userAgent.toLowerCase(); var pl = n.platform.toLowerCase(); // not supported in NS3.0 var an = n.appName.toLowerCase();  // browser version var version = n.appVersion;  var is_nn = ua.indexOf('mozilla') > 0; var is_nn6 = ua.indexOf('netscape6') > 0;  // 'compatible' versions of "mozilla" aren't navigator if(ua.indexOf('compatible') > 0) { 	is_nn = false; } var is_ie = ua.indexOf('msie') > 0; //platforms var is_mac = ua.indexOf('mac') > 0; var is_win = ua.indexOf('win') > 0;  // - IE5/Mac reports itself as version 4.0  if(is_ie && is_mac) { 	if(ua.indexOf("msie 5")) { 		is_major = 5; 		var actual_index = ua.indexOf("msie 5"); 		var actual_major = ua.substring(actual_index + 5, actual_index + 8); 		is_minor = parseFloat(actual_major); 	} } // - Tests des browsers if(is_nn && is_mac) {				// - Netscape 4.5 4.7 .. sous mac 	temp = 97; } else { 	if(is_ie && is_mac) {			// - IE 4.5 & + sous mac 		temp = 93; 	} else { 		if(is_nn && is_win) {		// - Netscape 4.5 4.7 sous PC 			temp = 96; 		} else { 			if(is_ie && is_win) {	// - IE 4.5 & + sous PC 				temp = 97; 			} else { 				temp = 96; 			} 		} 	} } //Spcial Netscape 6.0 qui ne fait pas comme tout le monde ... normal quoi ! ... :o[[ if(is_nn6) {					// - Netscape 6 sous PC & Mac 	temp = 163; }  </SCRIPT> <script language='Javascript'> var absTOP = temp;	 		// absolute top position	 var absLEFT = 45;		// absolute left position   var nb_boutons = 5; var boutons = new Array();  	var ssfilm = new Array(10); 	ssfilm[0]= "Longs M&eacute;trages"; //"Longs mtrages"; 	ssfilm[1]="/films/index.php?langue=6001&categorie=lms"; 	ssfilm[2]="Un Certain Regard"; //"Un certain regard"; 	ssfilm[3]="/films/index.php?langue=6001&categorie=ucr"; 	ssfilm[4]= "Courts M&eacute;trages"; //"Courts mtrages"; 	ssfilm[5]="/films/index.php?langue=6001&categorie=cm"; 	ssfilm[6]="Cin&eacute;fondation"; //"Cinfondation"; 	ssfilm[7]="/films/index.php?langue=6001&categorie=cf"; 	ssfilm[8]="Cam&eacute;ra d'Or";   //"Camra d'or"; 	ssfilm[9]="/films/index.php?langue=6001&categorie=cor";  var ssjury = new Array(6); ssjury[0]="Longs M&eacute;trages";//"Longs mtrages"; ssjury[1]="/jurys/jurys.php?langue=6001&tj=lms"; ssjury[2]="Courts M&eacute;trages" + " et " + "Cin&eacute;fondation";//"Courts mtrages et Cinfondation"; ssjury[3]="/jurys/jurys.php?langue=6001&tj=cinef"; ssjury[4]="Cam&eacute;ra d'Or"; ;//"Camra d'or"; ssjury[5]="/jurys/jurys.php?langue=6001&tj=cor";  var ssevenements = new Array(12); ssevenements[0]="Affiche" ;//"Affiche"; ssevenements[1]="/evenements/index.php?langue=6001&evttyp=1"; ssevenements[2]="Hommages" ; //"Hommages"; ssevenements[3]="/evenements/index.php?langue=6001&evttyp=2"; ssevenements[4]="R&eacute;trospective" ;//"Rtrospective"; ssevenements[5]="/evenements/index.php?langue=6001&evttyp=3"; ssevenements[6]="Le&ccedil;on de Cin&eacute;ma" ; //"Leon de cinma"; ssevenements[7]="/evenements/index.php?langue=6001&evttyp=5"; ssevenements[8]="Expositions" ; //"Expositions"; ssevenements[9]="/evenements/index.php?langue=6001&evttyp=4"; ssevenements[10]="Autres" ; //"Autres"; ssevenements[11]="/evenements/index.php?langue=6001&evttyp=6"; //ssevenements[12]="Concours" ; // "Concours"; //ssevenements[13]="javascript:affiche_popup('6001');";  var ssarchives = new Array(2); ssarchives[0]="Les 55 Festivals"; ssarchives[1]= "/archives/index.php?langue=6001"; //ssarchives[2]="54 ans d'histoire"; //ssarchives[3]= "/archives/select_archives.php?langue=6001";//"/archives/";  var ssfestival = new Array(4); ssfestival[0]= "Organisation"; //"Organisation"; ssfestival[1]= "/lefestival/organisation.php?langue=6001"; ssfestival[2]= "La manifestation"; //"La manifestation"; ssfestival[3]= "/lefestival/manifestation.php?langue=6001";   var sspratique = new Array(16); sspratique[0]= "Inscriptions" ;//"Inscriptions"; sspratique[1]="/pratique/inscription.php?langue=6001"; sspratique[2]="Accr&eacute;ditations" ;//"Accrditations"; sspratique[3]="/pratique/accreditation.php?langue=6001"; sspratique[4]= "Special Presse" ;//"Spcial Presse"; sspratique[5]="/pratique/presse.php?langue=6001"; sspratique[6]= "A Cannes" ;//"A Cannes"; sspratique[7]="/pratique/acannes.php?langue=6001"; sspratique[8]= "R&egrave;glement" ;//"Newsletter"; sspratique[9]="/pratique/reglement.php?langue=6001"; sspratique[10]= "S'inscrire &agrave; la newsletter" ;//"Newsletter"; sspratique[11]="/pratique/newsletter.php?langue=6001"; sspratique[12]= "Charte Graphique" ;//"charte"; sspratique[13]="javascript:affiche_popupCharte('6001');"; sspratique[14]= "TV Festival" ;//"tv festival"; sspratique[15]="/pratique/tvfestival.php?langue=6001";  	  var ssprogramme = new Array(8); ssprogramme[0]="Longs M&eacute;trages"; ssprogramme[1]="/programme/index.php?langue=6001&tp=lms"; ssprogramme[2]="Un Certain Regard"; ssprogramme[3]="/programme/ucr.php?langue=6001"; ssprogramme[3]="/programme/index.php?langue=6001&tp=ucr"; ssprogramme[4]="Courts M&eacute;trages"; ssprogramme[5]="/programme/index.php?langue=6001&tp=cms"; ssprogramme[6]="Cin&eacute;fondation"; ssprogramme[7]="/programme/index.php?langue=6001&tp=cf"; //ssprogramme[8]="Ev&eacute;nements"; //ssprogramme[9]="/programme/events.php?langue=6001";  var ssactualites = new Array(0); /* ssactualites[0]="A l'heure du Festival"; ssactualites[1]="/journal/heurefestival.php?langue=6001"; ssactualites[2]="Les Films"; ssactualites[3]="/journal/films.php?langue=6001"; ssactualites[4]="Les &eacute;v&eacute;nements"; ssactualites[5]="/journal/events.php?langue=6001"; ssactualites[6]="C&ocirc;t&eacute; coulisses"; ssactualites[7]="/journal/coulisses.php?langue=6001"; ssactualites[8]="Vid&eacute;os"; ssactualites[9]="/journal/videos.php?langue=6001"; ssactualites[10]="Programme"; ssactualites[11]="/journal/prog.php?langue=6001"; */  var sspalmares = new Array(6); sspalmares[0]="Palmar&egrave;s Longs et Courts m&eacute;trages"; //"Palmars Longs et Courts mtrages"; sspalmares[1]="/palmares/index.php?langue=6001&tp=lmcm" ; sspalmares[2]="Cam&eacute;ra d'Or"; //"Camra d'Or"; sspalmares[3]="/palmares/index.php?langue=6001&tp=cor"; //sspalmares[4]="Grand Prix de la Technique"; //"Grand Prix de la Technique"; //sspalmares[5]="/palmares/grandprix.php?langue=6001&categorie=gp"; sspalmares[4]="Cin&eacute;fondation"; //"Prix de la Cinfondation"; sspalmares[5]="/palmares/index.php?langue=6001&tp=cf";   function add_boutons(i, nom, tag, chemin, burl, largeur, ssmenu, bouton_on){ 	boutons[i] = new Array(7); 	boutons[i][0]=nom; 	boutons[i][1]=tag; 	boutons[i][2]=chemin; 	boutons[i][3]=burl; 	boutons[i][4]=largeur; 	boutons[i][5]= new Array(ssmenu.length);  	for(j=0;j<ssmenu.length;j++) { 		boutons[i][5][j] = ssmenu[j]; 	}		 	boutons[i][6]=bouton_on; }  			nb_boutons+=3; 			add_boutons(0,"btfilm", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/films2.gif' height='23' border='0' name='btfilm'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/films2.gif","/films/index.php?langue=6001", 55, ssfilm, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/films2_on.gif");	 			add_boutons(1,"btjury", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/jurys2.gif' height='23' border='0' name='btjury'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/jurys2.gif", "/jurys/index.php?langue=6001", 56, ssjury, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/jurys2_on.gif");	 			add_boutons(2,"btevenements", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/evenements2.gif' height='23' border='0' name='btevenements'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/evenements2.gif", "/evenements/index.php?langue=6001", 103, ssevenements, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/evenements2_on.gif");	 			add_boutons(3,"btpalmares", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/palmares2.gif' height='23' border='0' name='btpalmares'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/palmares2.gif", "/palmares/index.php?langue=6001", 84, sspalmares, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/palmares2_on.gif");	 			add_boutons(4,"btarchives", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/archives2.gif' height='23' border='0' name='btarchives'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/archives2.gif", "/archives/index.php?langue=6001", 81, ssarchives, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/archives2_on.gif");	 			add_boutons(5,"btfestival", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/festival2.gif' height='23' border='0' name='btfestival'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/festival2.gif", "/lefestival/presentation.php?langue=6001", 98, ssfestival, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/festival2_on.gif"); 			add_boutons(6,"btpratique", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/pratique2.gif' height='23' border='0' name='btpratique'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/pratique2.gif", "/pratique/index.php?langue=6001", 79, sspratique, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/pratique2_on.gif");	 			add_boutons(7,"btactualites", "<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/actualites.gif' border='0' name='btactualites'>", "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/actualites.gif", "/journal/index.php?langue=6001", 53, ssactualites, "http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/actualites_on.gif" );  /* *** browser and os detection from http://developer.netscape.com/docs/examples/javascript/browser_type.html*/     var agt=navigator.userAgent.toLowerCase();     var is_major = parseInt(navigator.appVersion);     var is_minor = parseFloat(navigator.appVersion);     var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)                 && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)                 && (agt.indexOf('webtv')==-1));     var is_nav2 = (is_nav && (is_major == 2));     var is_nav3 = (is_nav && (is_major == 3));     var is_nav4 = (is_nav && (is_major == 4));     var is_nav4up = (is_nav && (is_major >= 4));     var is_navonly      = (is_nav && ((agt.indexOf(";nav") != -1) ||                           (agt.indexOf("; nav") != -1)) );     var is_nav5 = (is_nav && (is_major == 5));     var is_nav5up = (is_nav && (is_major >= 5));     var is_moz7 = (agt.indexOf('0.7')!=-1)     var is_ie   = (agt.indexOf("msie") != -1);     var is_ie3  = (is_ie && (is_major < 4));     var is_ie4  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")==-1) );     var is_ie4up  = (is_ie  && (is_major >= 4));     var is_ie5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) );     var is_ie5up  = (is_ie  && !is_ie3 && !is_ie4);     var is_opera = (agt.indexOf("opera") != -1);     var is_opera5 = (is_opera && (is_major != 3) && (agt.indexOf("5.01") != -1));     var is_webtv = (agt.indexOf("webtv") != -1);     var is_win   = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) );     var is_mac    = (agt.indexOf("mac")!=-1); //**********************************************************   // define browser type, platform and color depth variables   // if client settings are not specific, treat as old browser (no script) on windows at 256 color var bType = "old"; var os = "win"; var cd = "lo";  // if true look for colorDepth property (ie); if false look for pixelDepth property (ns); var usec = true;	  // browser if (is_ie3 == true) { bType = "ie3"; usec = true; } if ((is_ie4up == true || is_ie5up == true || is_ie5 == true) && is_opera == false && is_webtv == false) { bType = "ie4"; usec = true; } if (is_nav2 == true || is_nav3 == true) { bType = "ns3"; usec = false; } if (is_nav4up == true && is_nav5up == false) { bType = "ns4"; usec = false; } if (is_nav5up == true && is_moz7 == false) { bType = "ns6"; usec = false; } if (is_nav5up == true && is_moz7 == true) { bType = "mz7"; usec = false; } if (is_opera == true) {  bType = "op4"; usec = true; } if (is_opera5 == true) {  bType = "op5"; usec = true; } if (is_webtv == true) {  bType = "tv"; usec = true; }  // color depth if (usec == true) { var cd = screen.colorDepth; } else { var cd = screen.pixelDepth; } if (cd < 16) { cd = "lo"; } if (cd >= 16) { cd = "hi"; } // note: I don't think it's necessary to distinguish between 16 and 24 bit color,  // even though full hex color definitions are 24 bit, because 16 bit color is not paletised -  // the video card's guess is probably as good as we could get with the naked eye.  // platform if (is_win == true) { os = "win"; } if (is_mac == true) { os = "mac"; }  //create a set of handy variables  var ie3=false;var ie4=false;var ns3=false;var ns4=false;var ns6=false; var mz7=false;var op4=false;var op5=false;var tv=false;var old=false; var lo=false;var hi=false; var win=false;var mac=false;  if (bType == "ie3") ie3 = true; if (bType == "ie4") ie4 = true; if (bType == "ns3") ns3 = true;  if (bType == "ns4") ns4 = true; if (bType == "ns6") ns6 = true; if (bType == "mz7") mz7 = true;  if (bType == "op4") op4 = true; if (bType == "op5") op5 = true; if (bType == "tv") tv = true; if (bType == "old") old = true;   if (ie3 || ns3 || op4 || tv) { old = true; }  if (cd == "lo") lo = true; if (cd == "hi")  hi = true;  if (os == "win") win = true; if (os == "mac") mac = true;  //------------------------------------------ // Rollovers pour boutons de la vido //------------------------------------------  if (document.images) { <!-- on images --> vid1on = new Image();   vid1on.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/play2_on.gif"; vid2on = new Image();   vid2on.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/pause2_on.gif"; vid3on = new Image();   vid3on.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/stop2_on.gif"; vid4on = new Image();   vid4on.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/plusgd2_on.gif"; vid5on = new Image();   vid5on.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/pluspetit2_on.gif";  <!-- off images --> vid1off = new Image();  vid1off.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/play.gif"; vid2off = new Image();  vid2off.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/pause.gif"; vid3off = new Image();  vid3off.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/stop.gif"; vid4off = new Image();  vid4off.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/plusgd.gif"; vid5off = new Image();  vid5off.src = "..http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/video/pluspetit.gif"; } <!-- Rollover On --> function vidOn(vidName) {         if (document.images) {             document[vidName].src = eval(vidName + "on.src");}} <!-- Rollover Off --> function vidOff(vidName) {         if (document.images) {             document[vidName].src = eval(vidName + "off.src");}}  //------------------------------------------  </script> </HEAD>  <BODY class="fondgeneral" link="#333333" alink="#333333" vlink="#333333" topmargin=1 leftmargin=1 marginheight=1 marginwidth=1> <TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=95> <TR> 	<TD><TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=95 background=""> 	<TR> 		<TD bgcolor="#000000" width="50%"></TD> 		<TD width=568 nowrap><a href="/cinefondation/index.php?langue=6001"><IMG SRC="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/logo_residence2.gif" WIDTH="96" HEIGHT="95" BORDER=0 ALT=""></a><IMG SRC="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/interlogos_1.jpg" WIDTH="124" HEIGHT="95"><a href="/index.php?langue=6001"><IMG SRC="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/logo_festival.gif" WIDTH="146" HEIGHT="95" BORDER=0 ALT=""></a><IMG SRC="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/interlogos_2.jpg" WIDTH="142" HEIGHT="95" BORDER=0 ALT=""><a href="javascript:popupWindow3('http://www.cannesmarket.com?langue=6001', '600', '800');"><IMG SRC="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/logo_marche2.gif" WIDTH="60" HEIGHT="95" BORDER=0 ALT=""></a></TD> 		<TD bgcolor="#00366A" width="50%"></TD> 	</TR> 	</TABLE></TD> </TR> </TABLE><TABLE border=0 cellpadding=0 cellspacing=0 width="100%" height=1 class=fonce><TR height=1 class=fonce><TD class=fonce><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE> <TABLE border=0 cellpadding=0 cellspacing=0 height=23 width=100% background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/cold/fd_barrerub.gif"> <TR valign=middle height=0> <TD><a href="/video/index.php?langue=6001"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/cold/picvideo.gif" border="0"></a></TD> <!-- <IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/films.gif" name="" border=0> <IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/jurys.gif" name="" border=0> <IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/palmares.gif" name="" border=0> <IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/evenements.gif" name="" border=0> <IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/archives.gif" name="" border=0> <IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/cold/festival.gif" name="" border=0>  -->  	<TD width="8%" valign="middle" align="right"><NOBR><font class="calendrier">14-25 Mai 2003&nbsp;</font><A HREF="/news_archive.php?langue=6002"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/flaguk.gif" width=21 height=15 border="0" ALT="English version"></a><A HREF="/news_archive.php?langue=6002"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/flagus.gif" width=21 height=15 border="0" ALT="English version"></a><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" border=0 width=18 height=1></NOBR></TD> 	</TR> </TABLE>  <TABLE border=0 cellpadding=0 cellspacing=0 width="100%" height=1 class=fonce><TR height=1 class=fonce><TD class=fonce><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE><!-- debmenu debut --> <TABLE border=0 cellpadding=0 cellspacing=0 height=100% width=100%> <TR valign=top> 	<TD width=0 background="/img/cold/bg_col.gif"> 	<TABLE border=0 cellpadding=0 cellspacing=0 height=100% width=180 background="/img/cold/bg_col.gif"> 	<TR valign=top> 		<TD> 		<TABLE border=0 cellpadding=0 cellspacing=0 width=100% background=""> 			<TR valign=top> 				<TD colspan=3><TABLE border=0 cellpadding=0 cellspacing=0 width=100% background=""> 					<TR valign=top> 						<TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=22 height=6></TD> 						<TD colspan=2 bgcolor="#11578D"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=150 height=6></TD> 					</TR> 					<TR valign=top> 						<TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=22 height=37></TD> 						<TD bgcolor="#11578D"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=12 height=37></TD> 						<TD bgcolor="#11578D" width="158" height="37"><form name="recherche" action="/aide/recherche.php?langue=6001" method="post" onsubmit="return check_rech(6001)"> 						<INPUT name=rech type="TEXT" size=15 value="recherche" class=recherche><INPUT type="IMAGE" src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/btgo.gif" align=absmiddle border=0><br> 						<IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=4 height=4><BR> 						<a href="../../aide/index.php"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/aide2.gif" width=128 height=8 border=0></a></form></TD> 					</TR> 				</TABLE></TD> 			</TR> <!-- debmenu fin --> 		 <TR><TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=21 height=33 name=imgmg0></TD><TD background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><A href="javascript:affiche_popupCharte('6001');" class=titrescol onmouseOver="ColOn('imgmg0','cold', '')" onmouseOut="ColOff('imgmg0', '')">Charte Graphique</A></TD></TR><TR><TD colspan=2 background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=180 height=10></TD></TR><TR><TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=21 height=33 name=imgmg1></TD><TD background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><A href="/pratique/inscription.php?langue=6001" class=titrescol onmouseOver="ColOn('imgmg1','cold', '')" onmouseOut="ColOff('imgmg1', '')">Inscrire un film</A></TD></TR><TR><TD colspan=2 background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=180 height=10></TD></TR><TR><TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=21 height=33 name=imgmg2></TD><TD background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><A href="/pratique/accreditation.php?langue=6001" class=titrescol onmouseOver="ColOn('imgmg2','cold', '')" onmouseOut="ColOff('imgmg2', '')">S'accr&eacute;diter</A></TD></TR><TR><TD colspan=2 background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=180 height=10></TD></TR><TR><TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=21 height=33 name=imgmg3></TD><TD background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><A href="/pratique/presse.php?langue=6001" class=titrescol onmouseOver="ColOn('imgmg3','cold', '')" onmouseOut="ColOff('imgmg3', '')">La Presse</A></TD></TR><TR><TD colspan=2 background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=180 height=10></TD></TR><TR><TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=21 height=33 name=imgmg4></TD><TD background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><A href="/pratique/newsletter.php?langue=6001" class=titrescol onmouseOver="ColOn('imgmg4','cold', '')" onmouseOut="ColOff('imgmg4', '')">S'inscrire &agrave; la<BR>newsletter</A></TD></TR><TR><TD colspan=2 background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=180 height=10></TD></TR><TR><TD><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=21 height=33 name=imgmg5></TD><TD background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><A href="/news_archive.php?langue=6001" class=titrescol onmouseOver="ColOn('imgmg5','cold', '')" onmouseOut="ColOff('imgmg5', '')">Archives des<BR>actualit&eacute;s</A></TD></TR><TR><TD colspan=2 background="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif"><IMG src="http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif" width=180 height=10></TD></TR><!-- midcontenu debut --> </TABLE></TD></TR> </TABLE></TD><TD width="100%"> <!-- midcontenu fin -->  <FONT class=verd><br>&nbsp;&nbsp;Pages : 1 - <a href='news_archive.php?langue=6001&page=2'>2</a> - <a href='news_archive.php?langue=6001&page=3'>3</a> - <a href='news_archive.php?langue=6001&page=4'>4</a> - <a href='news_archive.php?langue=6001&page=5'>5</a> - <a href='news_archive.php?langue=6001&page=6'>6</a> - <a href='news_archive.php?langue=6001&page=7'>7</a> - <a href='news_archive.php?langue=6001&page=8'>8</a> - <a href='news_archive.php?langue=6001&page=9'>9</a> - <a href='news_archive.php?langue=6001&page=10'>10</a>&nbsp;<a href='news_archive.php?langue=6001&page=2'>&gt;&gt;</a>&nbsp;<br><br></FONT><table cellpadding=20 cellspacing=0 border=0 width=100%><tr><td>	 	 	<img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/bleu_breves_1.jpg' border=0 align=absmiddle>&nbsp;<font class=verd><b>Le Jury du 56e Festival de Cannes</b></font>	<TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=1 bgcolor=#555555><TR height=1 bgcolor=#555555><TD bgcolor=#555555><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE> 	<TABLE border=0 cellpadding=10 cellspacing=0 bgcolor="#27211D" width=100%><TR><TD><FONT class=verd> 	<a name='aa461'><font class=verd>A une semaine de l'annonce de la slection officielle du Festival de Cannes, lors de la confrence de presse qui aura lieu le 23 avril, Gilles Jacob dvoile la composition du jury des longs mtrages.  (...)<br><br><a href='news_archive.php?langue=6001&page=1&actu=461'><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/btplus_actu.gif' border=0></a></font></a><br> </FONT></TD></TR></TABLE><BR><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/bleu_breves_2.jpg' border=0 align=absmiddle>&nbsp;<font class=verd><b>Le Festival fait de Cannes la ville du Cinma</b></font>	<TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=1 bgcolor=#555555><TR height=1 bgcolor=#555555><TD bgcolor=#555555><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE> 	<TABLE border=0 cellpadding=10 cellspacing=0 bgcolor="#27211D" width=100%><TR><TD><FONT class=verd> 	<a name='aa460'><font class=verd>Les lumires de la Ville (...)<br><br><a href='news_archive.php?langue=6001&page=1&actu=460'><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/btplus_actu.gif' border=0></a></font></a><br> </FONT></TD></TR></TABLE><BR><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/bleu_breves_3.jpg' border=0 align=absmiddle>&nbsp;<font class=verd><b>Cannes sous le signe de Fellini</b></font>	<TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=1 bgcolor=#555555><TR height=1 bgcolor=#555555><TD bgcolor=#555555><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE> 	<TABLE border=0 cellpadding=10 cellspacing=0 bgcolor="#27211D" width=100%><TR><TD><FONT class=verd> 	<a name='aa459'><font class=verd>Le 56e Festival de Cannes, qui se droule du 14 au 25 mai, se place sous le signe de Federico Fellini  l'occasion du dixime anniversaire de sa disparition : l'affiche officielle de l'anne lui est ddie et la manifestation sera ponctue de nombreux vnements en hommage au matre du cinma.  (...)<br><br><a href='news_archive.php?langue=6001&page=1&actu=459'><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/btplus_actu.gif' border=0></a></font></a><br> </FONT></TD></TR></TABLE><BR><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/bleu_breves_1.jpg' border=0 align=absmiddle>&nbsp;<font class=verd><b>Cannes 2003 : <i>Matrix Reloaded</i> sur la Croisette</b></font>	<TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=1 bgcolor=#555555><TR height=1 bgcolor=#555555><TD bgcolor=#555555><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE> 	<TABLE border=0 cellpadding=10 cellspacing=0 bgcolor="#27211D" width=100%><TR><TD><FONT class=verd> 	<a name='aa457'><font class=verd>Le 56e Festival de Cannes, qui se droule du 14 au 25 mai prochain, accueillera Matrix Reloaded, deuxime partie de la trilogie Matrix, en Slection Officielle.  (...)<br><br><a href='news_archive.php?langue=6001&page=1&actu=457'><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/btplus_actu.gif' border=0></a></font></a><br> </FONT></TD></TR></TABLE><BR><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/bleu_breves_2.jpg' border=0 align=absmiddle>&nbsp;<font class=verd><B>Une Ouverture de cape et d'pe</B></font>	<TABLE border=0 cellpadding=0 cellspacing=0 width=100% height=1 bgcolor=#555555><TR height=1 bgcolor=#555555><TD bgcolor=#555555><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE> 	<TABLE border=0 cellpadding=10 cellspacing=0 bgcolor="#27211D" width=100%><TR><TD><FONT class=verd> 	<a name='aa450'><font class=verd>C'est <I>Fanfan la Tulipe</I> qui fera l'Ouverture du Festival de Cannes le mercredi 14 mai prochain. (...)<br><br><a href='news_archive.php?langue=6001&page=1&actu=450'><img src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/fr/btplus_actu.gif' border=0></a></font></a><br> </FONT></TD></TR></TABLE><BR></td></tr></table>	 	<FONT class=verd><br>&nbsp;&nbsp;Pages : 1 - <a href='news_archive.php?langue=6001&page=2'>2</a> - <a href='news_archive.php?langue=6001&page=3'>3</a> - <a href='news_archive.php?langue=6001&page=4'>4</a> - <a href='news_archive.php?langue=6001&page=5'>5</a> - <a href='news_archive.php?langue=6001&page=6'>6</a> - <a href='news_archive.php?langue=6001&page=7'>7</a> - <a href='news_archive.php?langue=6001&page=8'>8</a> - <a href='news_archive.php?langue=6001&page=9'>9</a> - <a href='news_archive.php?langue=6001&page=10'>10</a>&nbsp;<a href='news_archive.php?langue=6001&page=2'>&gt;&gt;</a>&nbsp;<br><br></FONT><TABLE border=0 cellpadding=0 cellspacing=0 width="100%" height=1 class=moyen><TR height=1 class=moyen><TD class=moyen><IMG src='http://a1308.g.akamai.net/f/1308/1120/6h/www.festival-cannes.com/img/vide.gif' height=1 width=10></TD></TR></TABLE><!-- footer debut --> </TD> </TR> </TABLE> <A href="http://www.allocine.fr/cis" target=_blank style="text-decoration:none"><FONT size=1 face="Ms Sans Serif,Geneva,Arial" color=#333333>conception CIS</FONT></A> <script language="JavaScript" src="/scripts/js/navhorizontale.js"></script> <!-- footer fin--> </BODY>  </HTML> 
