  	<!--pubframecondnopopup_b--> <HTML>   <script type="text/javascript" src="http://www.ifrance.com/_icono/script/pubf_noyau.js"></script> <script type="text/javascript" src="http://www.ifrance.com/_icono/script/pubf.js"></script> <script language="javascript"> 	<!-- 	var ops_s; 	ops_s = 400; 	function myerror() { return true; } 	onerror = myerror;  	var scrollB = 16 	var fermHeight = 10 	var maxWidth = 468+scrollB 	var maxHeight = 60+fermHeight+scrollB  	var objFrame = window.doc  	var ifrUrl = 'http://www.ifrance.com/heberg/tag_pub.htm?rubmerecode=18'  	var canDo = true 	var canAccess = false 	var isLoad = false 	var isFirst = true 	var intMove  	function cestIe5()    {       return ie5    }  	function addWin(objWin) 	{ 		if(canDo || (!canDo && isLoad)) 		{ 			if((nn4 && !nn6) || (objWin.document.body.tagName.toLowerCase() == 'body' && objWin.parent.document.body.tagName.toLowerCase() != 'body' && objWin.parent != objWin) || (objWin.document.body.tagName.toLowerCase() == 'body' && objWin.parent == objWin)) 			{ 				var dimTW = getScrollWinDim(objWin) 				if(dimTW.dimX >= maxWidth && dimTW.dimY >= maxHeight) 				{ 					if(isLoad) stopMove() 					canDo = false 					if((objFrame != objWin) && !isLoad) objFrame = objWin 					canAccess = true 					intMove = window.setInterval('isMoved()',1) 					setFrame() 				} 			} 		} 	}  	function setLoad() 	{ 		isLoad = true 		isFirst = true 	}   	if(window == window.top) 	{ 		var s='<HEAD><TITLE>Le film en g n ral</TITLE>'+ 		'</HEAD><frameset rows="41,*" frameborder="0" border="0" framespacing="0" onload="setLoad()" onunload="stopMove()">'+ 		'<FRAME src="http://www.ifrance.com/heberg/pub.htm?Time=1051295496&Nom=noldolrin&FRAME=1" name="pubframe" scrolling="no" noresize>'+ 		'<FRAME src="'+window.location+'?" name="doc">'+ 		'</FRAMESET>'; 		document.write(s); 	}  	 	  //--> </script> </HTML>    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><html><head><title>Le film en gnral</title><meta name=GENERATOR content="Namo WebEditor v4.0"><style><!-- --> <script language="JavaScript"> <!-- function namosw_page_width() {   return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerWidth  : document.body.clientWidth; }  function namosw_page_height() {   return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerHeight : document.body.clientHeight; }  function namosw_init_clip_effect() {   var rect_left, rect_top, rect_width, rect_height;   var type, color;   var width, height;   var args = namosw_init_clip_effect.arguments;    if (args[0] == 0 && args.length == 3) {     rect_left   = 0;     rect_top    = 0;     rect_width  = namosw_page_width();     rect_height = namosw_page_height();     type  = args[1];     color = args[2];    } else if (args[0] == 1 && args.length == 4) {     if (args[1] == '')       return;     var layer;     if (navigator.appName.indexOf('Netscape', 0) != -1) {       layer = document.layers[args[1]];       if (layer) {         rect_left   = layer.left; 	rect_top    = layer.top; 	rect_width  = layer.clip.width; 	rect_height = layer.clip.height;       } else {         return;       }     } else {       layer = document.all[args[1]];       if (layer) {         rect_left   = layer.style.pixelLeft; 	rect_top    = layer.style.pixelTop; 	rect_width  = layer.style.pixelWidth; 	rect_height = layer.style.pixelHeight;       } else {         return;       }     }     type  = args[2];     color = args[3];    } else if (args[0] == 2 && args.length == 7) {     rect_left   = args[1];     rect_top    = args[2];     rect_width  = args[3];     rect_height = args[4];     type        = args[5];     color       = args[6];    } else {     return;   }    window._cl_style     = new Array();   window._cl_interval  = 0;   window._cl_count     = 0;   window._cl_max_count = 40;    if (type == 0)      window._cl_number = 8;   else if (type == 1)      window._cl_number = Math.min(64, Math.ceil(rect_height/10));   else if (type == 2)      window._cl_number = Math.min(64, Math.ceil(rect_width/10));      window._cl_rect_left   = rect_left;   window._cl_rect_top    = rect_top;   window._cl_rect_width  = rect_width;   window._cl_rect_height = rect_height;    if (type == 0) {     width  = Math.floor(rect_width  / window._cl_number);     height = Math.floor(rect_height / window._cl_number);      for (i = 0; i < window._cl_number*window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i)         window._cl_style[i].clip.width  = width;         window._cl_style[i].clip.height = height;         window._cl_style[i].left = rect_left + (i%window._cl_number) * width;         window._cl_style[i].top  = rect_top  + Math.floor(i/window._cl_number) * height; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = width;         window._cl_style[i].pixelHeight = height;         window._cl_style[i].pixelLeft = rect_left + (i%window._cl_number) * width;         window._cl_style[i].pixelTop  = rect_top  + Math.floor(i/window._cl_number) * height; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_remove_box()", 10);    } else if (type == 1) {     height = rect_height / window._cl_number;      for (i = 0; i < window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i)         window._cl_style[i].clip.width  = rect_width;         window._cl_style[i].clip.height = height;         window._cl_style[i].left = rect_left;         window._cl_style[i].top  = rect_top  + i*height; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = rect_width;         window._cl_style[i].pixelHeight = height;         window._cl_style[i].pixelLeft = rect_left;         window._cl_style[i].pixelTop  = rect_top  + i*height;         window._cl_style[i].clip = "rect(0 " + rect_width + " " + height + " 0)"; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_change_clip1()", 10);    } else if (type == 2) {     width = rect_width / window._cl_number;      for (i = 0; i < window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i);         window._cl_style[i].clip.width  = width;         window._cl_style[i].clip.height = rect_height;         window._cl_style[i].left = rect_left + i*width;         window._cl_style[i].top  = rect_top; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = width;         window._cl_style[i].pixelHeight = rect_height;         window._cl_style[i].pixelLeft = rect_left + i*width;         window._cl_style[i].pixelTop  = rect_top;         window._cl_style[i].clip = "rect(0 " + width + " " + rect_height + " 0)"; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_change_clip2()", 10);    } else if (type == 3) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[0] = eval("document.layers.namoswcliplayer"+0)       window._cl_style[0].clip.width  = rect_width;       window._cl_style[0].clip.height = rect_height;       window._cl_style[0].left = rect_left;       window._cl_style[0].top  = rect_top;       window._cl_style[0].bgColor = color;     } else {       window._cl_style[0] = eval("document.all.namoswcliplayer" + 0 + ".style");       window._cl_style[0].pixelWidth  = rect_width;       window._cl_style[0].pixelHeight = rect_height;       window._cl_style[0].pixelLeft = rect_left;       window._cl_style[0].pixelTop  = rect_top;       window._cl_style[0].backgroundColor = color;     }     window._cl_interval = setInterval("namosw_cl_change_clip3()", 10);    } else if (type == 4 || type == 5 || type == 6) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       if (type == 4 || type == 5) {         window._cl_style[0] = document.layers.namoswcliplayer0;         window._cl_style[0].clip.width  = rect_width/2;         window._cl_style[0].clip.height = rect_height;         window._cl_style[0].left = rect_left;         window._cl_style[0].top  = rect_top;         window._cl_style[0].bgColor = color;          window._cl_style[1] = document.layers.namoswcliplayer1;         window._cl_style[1].clip.width  = rect_width/2;         window._cl_style[1].clip.height = rect_height;         window._cl_style[1].left = rect_left + rect_width/2;         window._cl_style[1].top  = rect_top;         window._cl_style[1].bgColor = color;       }        if (type == 4 || type == 6) {         window._cl_style[2] = document.layers.namoswcliplayer2;         window._cl_style[2].clip.width  = rect_width;         window._cl_style[2].clip.height = rect_height/2;         window._cl_style[2].left = rect_left;         window._cl_style[2].top  = rect_top;         window._cl_style[2].bgColor = color;          window._cl_style[3] = document.layers.namoswcliplayer3;         window._cl_style[3].clip.width  = rect_width;         window._cl_style[3].clip.height = rect_height/2;         window._cl_style[3].left = rect_left;         window._cl_style[3].top  = rect_top + rect_height/2;         window._cl_style[3].bgColor = color;       }     } else {       if (type == 4 || type == 5) {         window._cl_style[0] = document.all.namoswcliplayer0.style;         window._cl_style[0].pixelWidth  = rect_width/2;         window._cl_style[0].pixelHeight = rect_height;         window._cl_style[0].pixelLeft = rect_left;         window._cl_style[0].pixelTop  = rect_top;         window._cl_style[0].clip      = "rect(0" + (rect_width/2) + " " + rect_height + " 0)"; 	window._cl_style[0].backgroundColor = color;          window._cl_style[1] = document.all.namoswcliplayer1.style;         window._cl_style[1].pixelWidth  = rect_width/2;         window._cl_style[1].pixelHeight = rect_height;         window._cl_style[1].pixelLeft = rect_left + rect_width/2;         window._cl_style[1].pixelTop  = rect_top;         window._cl_style[1].clip      = "rect(0" + (rect_width/2) + " " + rect_height + " 0)"; 	window._cl_style[1].backgroundColor = color;       }        if (type == 4 || type == 6) {         window._cl_style[2] = document.all.namoswcliplayer2.style;         window._cl_style[2].pixelWidth  = rect_width;         window._cl_style[2].pixelHeight = rect_height/2;         window._cl_style[2].pixelLeft = rect_left;         window._cl_style[2].pixelTop  = rect_top;         window._cl_style[2].clip      = "rect(0" + rect_width + " " + (rect_height/2) + " 0)"; 	window._cl_style[2].backgroundColor = color;          window._cl_style[3] = document.all.namoswcliplayer3.style;         window._cl_style[3].pixelWidth  = rect_width;         window._cl_style[3].pixelHeight = rect_height/2;         window._cl_style[3].pixelLeft = rect_left;         window._cl_style[3].pixelTop  = rect_top + rect_height/2;         window._cl_style[3].clip      = "rect(0" + rect_width + " " + (rect_height/2) + " 0)"; 	window._cl_style[3].backgroundColor = color;       }      }     window._cl_interval = setInterval("namosw_cl_change_clip456(" + type + ")", 10);   } }  function namosw_cl_change_clip1() {   var height = window._cl_rect_height  / window._cl_number;    window._cl_count += 2;    for (i = 0; i < window._cl_number; i++) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[i].clip.top  = window._cl_count;     } else {       window._cl_style[i].clip = "rect(" + window._cl_count + " auto " + height + " auto)";     }   }    if (height <= window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip2() {   var width = window._cl_rect_width  / window._cl_number;    window._cl_count += 2;    for (i = 0; i < window._cl_number; i++) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[i].clip.left  = window._cl_count;     } else {       window._cl_style[i].clip = "rect(auto " + width + " auto " + window._cl_count + ")";     }   }    if (width <= window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip3() {   var rect_width  = window._cl_rect_width;   var rect_height = window._cl_rect_height;    var x_delta = rect_width/2/window._cl_max_count*window._cl_count;   var y_delta = rect_height/2/window._cl_max_count*window._cl_count;    window._cl_count++;      if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[0].clip.left = x_delta;       window._cl_style[0].clip.top  = y_delta;       window._cl_style[0].clip.right  = rect_width  - x_delta;       window._cl_style[0].clip.bottom = rect_height - y_delta;     } else {       var top, right, bottom, left;       top    = y_delta;       right  = rect_width - x_delta;       bottom = rect_height - y_delta;       left   = x_delta;       window._cl_style[0].clip = "rect(" + top + " " + right + " " + bottom + " " + left + ")";     }      if (window._cl_max_count < window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip456(type) {   var rect_width  = window._cl_rect_width;   var rect_height = window._cl_rect_height;    var x_delta = rect_width/2/window._cl_max_count*window._cl_count;   var y_delta = rect_height/2/window._cl_max_count*window._cl_count;    window._cl_count++;    if (navigator.appName.indexOf('Netscape', 0) != -1) {     if (type == 4 || type == 5) {       window._cl_style[0].clip.right = rect_width/2 - x_delta;       window._cl_style[1].clip.left  = x_delta;     }     if (type == 4 || type == 6) {       window._cl_style[2].clip.bottom = rect_height/2 - y_delta;       window._cl_style[3].clip.top    = y_delta;     }   } else {     var top, right, bottom, left;      right   = rect_width/2 - x_delta;     left    = x_delta;     bottom  = rect_height/2 - y_delta;     top     = y_delta;      if (type == 4 || type == 5) {       window._cl_style[0].clip = "rect(auto " + right + " auto 0)";       window._cl_style[1].clip = "rect(auto " + (rect_width/2) + " auto " + left + ")";     }     if (type == 4 || type == 6) {       window._cl_style[2].clip = "rect(0 auto " + bottom + " auto)";       window._cl_style[3].clip = "rect(" + top + " auto " + (rect_height/2) + " auto)";     }   }      if (window._cl_max_count < window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_remove_box()  {   var i;    i = Math.round(Math.random()*(window._cl_number*window._cl_number-1));   while (window._cl_style[i].visibility == 'hidden' || window._cl_style[i].visibility == 'hide')      i = Math.round(Math.random()*(window._cl_number*window._cl_number-1));   window._cl_style[i].visibility = 'hidden';    window._cl_count++;   if (window._cl_number*window._cl_number <= window._cl_count)     clearInterval(window._cl_interval); }  // --> </script> <script language="JavaScript"> <!-- function namosw_page_width() {   return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerWidth  : document.body.clientWidth; }  function namosw_page_height() {   return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerHeight : document.body.clientHeight; }  function namosw_init_clip_effect() {   var rect_left, rect_top, rect_width, rect_height;   var type, color;   var width, height;   var args = namosw_init_clip_effect.arguments;    if (args[0] == 0 && args.length == 3) {     rect_left   = 0;     rect_top    = 0;     rect_width  = namosw_page_width();     rect_height = namosw_page_height();     type  = args[1];     color = args[2];    } else if (args[0] == 1 && args.length == 4) {     if (args[1] == '')       return;     var layer;     if (navigator.appName.indexOf('Netscape', 0) != -1) {       layer = document.layers[args[1]];       if (layer) {         rect_left   = layer.left; 	rect_top    = layer.top; 	rect_width  = layer.clip.width; 	rect_height = layer.clip.height;       } else {         return;       }     } else {       layer = document.all[args[1]];       if (layer) {         rect_left   = layer.style.pixelLeft; 	rect_top    = layer.style.pixelTop; 	rect_width  = layer.style.pixelWidth; 	rect_height = layer.style.pixelHeight;       } else {         return;       }     }     type  = args[2];     color = args[3];    } else if (args[0] == 2 && args.length == 7) {     rect_left   = args[1];     rect_top    = args[2];     rect_width  = args[3];     rect_height = args[4];     type        = args[5];     color       = args[6];    } else {     return;   }    window._cl_style     = new Array();   window._cl_interval  = 0;   window._cl_count     = 0;   window._cl_max_count = 40;    if (type == 0)      window._cl_number = 8;   else if (type == 1)      window._cl_number = Math.min(64, Math.ceil(rect_height/10));   else if (type == 2)      window._cl_number = Math.min(64, Math.ceil(rect_width/10));      window._cl_rect_left   = rect_left;   window._cl_rect_top    = rect_top;   window._cl_rect_width  = rect_width;   window._cl_rect_height = rect_height;    if (type == 0) {     width  = Math.floor(rect_width  / window._cl_number);     height = Math.floor(rect_height / window._cl_number);      for (i = 0; i < window._cl_number*window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i)         window._cl_style[i].clip.width  = width;         window._cl_style[i].clip.height = height;         window._cl_style[i].left = rect_left + (i%window._cl_number) * width;         window._cl_style[i].top  = rect_top  + Math.floor(i/window._cl_number) * height; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = width;         window._cl_style[i].pixelHeight = height;         window._cl_style[i].pixelLeft = rect_left + (i%window._cl_number) * width;         window._cl_style[i].pixelTop  = rect_top  + Math.floor(i/window._cl_number) * height; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_remove_box()", 10);    } else if (type == 1) {     height = rect_height / window._cl_number;      for (i = 0; i < window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i)         window._cl_style[i].clip.width  = rect_width;         window._cl_style[i].clip.height = height;         window._cl_style[i].left = rect_left;         window._cl_style[i].top  = rect_top  + i*height; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = rect_width;         window._cl_style[i].pixelHeight = height;         window._cl_style[i].pixelLeft = rect_left;         window._cl_style[i].pixelTop  = rect_top  + i*height;         window._cl_style[i].clip = "rect(0 " + rect_width + " " + height + " 0)"; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_change_clip1()", 10);    } else if (type == 2) {     width = rect_width / window._cl_number;      for (i = 0; i < window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i);         window._cl_style[i].clip.width  = width;         window._cl_style[i].clip.height = rect_height;         window._cl_style[i].left = rect_left + i*width;         window._cl_style[i].top  = rect_top; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = width;         window._cl_style[i].pixelHeight = rect_height;         window._cl_style[i].pixelLeft = rect_left + i*width;         window._cl_style[i].pixelTop  = rect_top;         window._cl_style[i].clip = "rect(0 " + width + " " + rect_height + " 0)"; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_change_clip2()", 10);    } else if (type == 3) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[0] = eval("document.layers.namoswcliplayer"+0)       window._cl_style[0].clip.width  = rect_width;       window._cl_style[0].clip.height = rect_height;       window._cl_style[0].left = rect_left;       window._cl_style[0].top  = rect_top;       window._cl_style[0].bgColor = color;     } else {       window._cl_style[0] = eval("document.all.namoswcliplayer" + 0 + ".style");       window._cl_style[0].pixelWidth  = rect_width;       window._cl_style[0].pixelHeight = rect_height;       window._cl_style[0].pixelLeft = rect_left;       window._cl_style[0].pixelTop  = rect_top;       window._cl_style[0].backgroundColor = color;     }     window._cl_interval = setInterval("namosw_cl_change_clip3()", 10);    } else if (type == 4 || type == 5 || type == 6) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       if (type == 4 || type == 5) {         window._cl_style[0] = document.layers.namoswcliplayer0;         window._cl_style[0].clip.width  = rect_width/2;         window._cl_style[0].clip.height = rect_height;         window._cl_style[0].left = rect_left;         window._cl_style[0].top  = rect_top;         window._cl_style[0].bgColor = color;          window._cl_style[1] = document.layers.namoswcliplayer1;         window._cl_style[1].clip.width  = rect_width/2;         window._cl_style[1].clip.height = rect_height;         window._cl_style[1].left = rect_left + rect_width/2;         window._cl_style[1].top  = rect_top;         window._cl_style[1].bgColor = color;       }        if (type == 4 || type == 6) {         window._cl_style[2] = document.layers.namoswcliplayer2;         window._cl_style[2].clip.width  = rect_width;         window._cl_style[2].clip.height = rect_height/2;         window._cl_style[2].left = rect_left;         window._cl_style[2].top  = rect_top;         window._cl_style[2].bgColor = color;          window._cl_style[3] = document.layers.namoswcliplayer3;         window._cl_style[3].clip.width  = rect_width;         window._cl_style[3].clip.height = rect_height/2;         window._cl_style[3].left = rect_left;         window._cl_style[3].top  = rect_top + rect_height/2;         window._cl_style[3].bgColor = color;       }     } else {       if (type == 4 || type == 5) {         window._cl_style[0] = document.all.namoswcliplayer0.style;         window._cl_style[0].pixelWidth  = rect_width/2;         window._cl_style[0].pixelHeight = rect_height;         window._cl_style[0].pixelLeft = rect_left;         window._cl_style[0].pixelTop  = rect_top;         window._cl_style[0].clip      = "rect(0" + (rect_width/2) + " " + rect_height + " 0)"; 	window._cl_style[0].backgroundColor = color;          window._cl_style[1] = document.all.namoswcliplayer1.style;         window._cl_style[1].pixelWidth  = rect_width/2;         window._cl_style[1].pixelHeight = rect_height;         window._cl_style[1].pixelLeft = rect_left + rect_width/2;         window._cl_style[1].pixelTop  = rect_top;         window._cl_style[1].clip      = "rect(0" + (rect_width/2) + " " + rect_height + " 0)"; 	window._cl_style[1].backgroundColor = color;       }        if (type == 4 || type == 6) {         window._cl_style[2] = document.all.namoswcliplayer2.style;         window._cl_style[2].pixelWidth  = rect_width;         window._cl_style[2].pixelHeight = rect_height/2;         window._cl_style[2].pixelLeft = rect_left;         window._cl_style[2].pixelTop  = rect_top;         window._cl_style[2].clip      = "rect(0" + rect_width + " " + (rect_height/2) + " 0)"; 	window._cl_style[2].backgroundColor = color;          window._cl_style[3] = document.all.namoswcliplayer3.style;         window._cl_style[3].pixelWidth  = rect_width;         window._cl_style[3].pixelHeight = rect_height/2;         window._cl_style[3].pixelLeft = rect_left;         window._cl_style[3].pixelTop  = rect_top + rect_height/2;         window._cl_style[3].clip      = "rect(0" + rect_width + " " + (rect_height/2) + " 0)"; 	window._cl_style[3].backgroundColor = color;       }      }     window._cl_interval = setInterval("namosw_cl_change_clip456(" + type + ")", 10);   } }  function namosw_cl_change_clip1() {   var height = window._cl_rect_height  / window._cl_number;    window._cl_count += 2;    for (i = 0; i < window._cl_number; i++) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[i].clip.top  = window._cl_count;     } else {       window._cl_style[i].clip = "rect(" + window._cl_count + " auto " + height + " auto)";     }   }    if (height <= window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip2() {   var width = window._cl_rect_width  / window._cl_number;    window._cl_count += 2;    for (i = 0; i < window._cl_number; i++) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[i].clip.left  = window._cl_count;     } else {       window._cl_style[i].clip = "rect(auto " + width + " auto " + window._cl_count + ")";     }   }    if (width <= window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip3() {   var rect_width  = window._cl_rect_width;   var rect_height = window._cl_rect_height;    var x_delta = rect_width/2/window._cl_max_count*window._cl_count;   var y_delta = rect_height/2/window._cl_max_count*window._cl_count;    window._cl_count++;      if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[0].clip.left = x_delta;       window._cl_style[0].clip.top  = y_delta;       window._cl_style[0].clip.right  = rect_width  - x_delta;       window._cl_style[0].clip.bottom = rect_height - y_delta;     } else {       var top, right, bottom, left;       top    = y_delta;       right  = rect_width - x_delta;       bottom = rect_height - y_delta;       left   = x_delta;       window._cl_style[0].clip = "rect(" + top + " " + right + " " + bottom + " " + left + ")";     }      if (window._cl_max_count < window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip456(type) {   var rect_width  = window._cl_rect_width;   var rect_height = window._cl_rect_height;    var x_delta = rect_width/2/window._cl_max_count*window._cl_count;   var y_delta = rect_height/2/window._cl_max_count*window._cl_count;    window._cl_count++;    if (navigator.appName.indexOf('Netscape', 0) != -1) {     if (type == 4 || type == 5) {       window._cl_style[0].clip.right = rect_width/2 - x_delta;       window._cl_style[1].clip.left  = x_delta;     }     if (type == 4 || type == 6) {       window._cl_style[2].clip.bottom = rect_height/2 - y_delta;       window._cl_style[3].clip.top    = y_delta;     }   } else {     var top, right, bottom, left;      right   = rect_width/2 - x_delta;     left    = x_delta;     bottom  = rect_height/2 - y_delta;     top     = y_delta;      if (type == 4 || type == 5) {       window._cl_style[0].clip = "rect(auto " + right + " auto 0)";       window._cl_style[1].clip = "rect(auto " + (rect_width/2) + " auto " + left + ")";     }     if (type == 4 || type == 6) {       window._cl_style[2].clip = "rect(0 auto " + bottom + " auto)";       window._cl_style[3].clip = "rect(" + top + " auto " + (rect_height/2) + " auto)";     }   }      if (window._cl_max_count < window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_remove_box()  {   var i;    i = Math.round(Math.random()*(window._cl_number*window._cl_number-1));   while (window._cl_style[i].visibility == 'hidden' || window._cl_style[i].visibility == 'hide')      i = Math.round(Math.random()*(window._cl_number*window._cl_number-1));   window._cl_style[i].visibility = 'hidden';    window._cl_count++;   if (window._cl_number*window._cl_number <= window._cl_count)     clearInterval(window._cl_interval); }  // --> </script> </style><body  background="Images/sky.gif" bgcolor=white text=black link="black" vlink="red" alink="black" OnLoad="namosw_init_clip_effect(0, 4, 'black');"><div id="pubLay" style="position: absolute; top: 0px; right: 0px; width: 468; height: 60; visibility: hidden; z-index: 1003;"><table cellpadding="0" cellspacing="0" border="0"> <tr> <td id="pubif"></td> </tr> <tr> <td align="left"><a href="javascript:top.resetVis(window)"><img src="http://www.ifrance.com/_icono/newpubf/fermer.gif" width="74" height="10" border="0" alt="fermer" title="Fermer" /></a></td> </tr> </table></div> <script type="text/javascript"> if ( (window.top != window) && ( ! cestIe5())) { 	window.top.ifrUrl = 'http://www.ifrance.com/heberg/tag_pub.htm?rubmerecode=18' 	window.top.addWin(window) } </script> <p align=center><font size=7 color="black">&nbsp;<font face=Tolkien><b><u>Le film en g&eacute;n&eacute;ral</u></b></font></font></p><p align=left><font color="black">&nbsp;</font></p><p align=left><font face=Tolkien color="black"><u>Pour commencer nous allons parler du DVD du film qui devrait sortir le 21 Aout aux derni&egrave;res nouvelles. Vous pourrez voir dans le film des sc&egrave;nes coup&eacute;s qui sont recens&eacute; ci-dessous :</u></font></p><p><font color="black">&nbsp;</font></p><p><font color="black"><b><u>Sc&egrave;nes coup&eacute;s</u></b></font></p><p><font color="black">- Au moins 3 minutes de la Bataille d'Amon Hen ont &eacute;t&eacute; coup&eacute;es. Elles incluaient nombreuses d&eacute;capitations notamment. Le plus souvent Gimli et Legolas y &eacute;taient impliqu&eacute;s.</font></p><p><font color="black">- Plus g&eacute;n&eacute;ralement, les sc&egrave;nes de Gimli et Legolas, o&ugrave; une amiti&eacute; commen&ccedil;ait &agrave; appara&icirc;tre ont &eacute;t&eacute; coup&eacute;es.</font></p><p><font color="black">- Une sc&egrave;ne o&ugrave; Gimli d&eacute;capitait un orque dans la Moria et une autre, o&ugrave; Legolas, &agrave; Amon Hen, per&ccedil;ait deux t&ecirc;tes d'orques avec une seule fl&egrave;che ont &eacute;t&eacute; coup&eacute;es.</font></p><p><font color="black">- Des sc&egrave;nes entre Gandalf et Aragorn ont aussi &eacute;t&eacute; coup&eacute;es tout comme des sc&egrave;nes avec Boromir.</font></p><p><font color="black">- le duel entre Gandalf et Saroumane a &eacute;t&eacute; quelque peu coup&eacute;s, les sorciers ne se battant pas qu'&agrave; coup de pouvoirs.</font></p><p><font color="black">- En tout 30 minutes de sc&egrave;nes &agrave; Fondcombe et en Lothlorien ont &eacute;t&eacute; coup&eacute;es, notamment la remise des pr&eacute;sents.</font></p><p><font color="black">- 1 &agrave; deux minutes de la bataille de la Derni&egrave;re Alliance ont &eacute;t&eacute; supprim&eacute;es notamment les sc&egrave;nes mettant en avant Gil-Galad et Elendil ainsi que leur mort respective. Aussi coup&eacute;e une sc&egrave;ne o&ugrave; des archers elfes tiraient des salves par milliers contre une charge d'orques.</font></p><p><font color="black"><b>Finalement Peter Jackson a tourn&eacute; pour 4h45 minutes ! Cette version &quot;de r&ecirc;ve&quot; pourrait n'&ecirc;tre pas inclue dans le DVD officiel mais dans un autre, alternatif.</b></font></p><p><font color="black"><b>En esp&eacute;rant que cette &eacute;dition DVD sorte sur notre continent....</b></font></p><p><font color="black">&nbsp;</font><font color="black"><b><u>Images de la pochette et des menus du DVD</u></b></font></p><p align=center><font color="black"><img src=Images/dvd_lotr.jpg border=0></font></p><p align=center><font color="black"><img src=Images/cd.jpg border=0></font></p><p align=center><font color="black"><img src=Images/menudvd1.jpg border=0></font></p><p align=center><font color="black"><img src=Images/menudvd2.jpg border=0></font></p><p align=center><font color="black"><img src=Images/menudvd3.jpg border=0></font></p><p align=center><a href=http://www.dvdalliance.net><font color="black">http://www.dvdalliance.net</font></a></p><p align=center><font color="black">&nbsp;</font></p><p><font color="black">&nbsp;</font></p><p><a href=mailto:noldolrin@caramail.com><font color="black">Envoyez des news ou article de magazine parlant du film et ils seront publi&eacute;</font></a></p>  <div id="namoswcliplayer0" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer1" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer2" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer3" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer4" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer5" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer6" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer7" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer8" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer9" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer10" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer11" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer12" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer13" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer14" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer15" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer16" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer17" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer18" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer19" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer20" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer21" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer22" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer23" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer24" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer25" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer26" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer27" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer28" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer29" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer30" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer31" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer32" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer33" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer34" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer35" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer36" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer37" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer38" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer39" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer40" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer41" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer42" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer43" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer44" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer45" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer46" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer47" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer48" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer49" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer50" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer51" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer52" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer53" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer54" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer55" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer56" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer57" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer58" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer59" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer60" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer61" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer62" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer63" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> 
