  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>France 5 : Fte de la science -  (Entretien avec Marina Carrre - Un corps parfait)</TITLE>  	<META NAME="keywords" LANG="fr" CONTENT=",Sant, Entretien, Marina Carrre d'Encausse, corps, chirurgie esthtique, chirurgie esthetique, sante, laser, greffe, greffon"> 	<META NAME="description" LANG="fr" CONTENT="Sant - entretien avec Marina Carrre d'Encausse sur le thme d'un corps parfait.">  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <META HTTP-EQUIV="Expires" CONTENT="0"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> <script language="JavaScript" type="text/javascript"> <!-- function MM_reloadPage(init) {  //reloads the window if Nav4 resized   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); 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; } function MM_showHideLayers() { //v3.0   var i,p,v,obj,args=MM_showHideLayers.arguments;   for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];     if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }     obj.visibility=v; } } function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } 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; } 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];} } //--> </script> <!-- Dbut Script FoldOutMenu --> <style type="text/css"> #divCont {position:absolute; z-index:1; left:2px; top:315px; height:400px; width:190px; visibility:hidden;} .clTop   {position:absolute; z-index:1; width:190px; line-height:12px;} .clSub   {position:absolute; z-index:1; left:25px; top:15px; width:190px; line-height:18px;}  /*** This sets the style for the links inside the menu. ***/ #divCont .clTop a {color:#666666; font-family:arial,verdana,helvetica,sans-serif; font-size:14px; font-weight:bold; text-decoration:none;} #divCont .clTop a:hover {color:#82C34E; text-decoration:none;} #divCont .clTop .clSub a {color:#666666; font-family:arial,verdana,helvetica,sans-serif; font-size:12px; font-weight:normal; text-decoration:none;} #divCont .clTop .clSub a:hover {color:#82C34E; text-decoration:underline;}  </style>  <script language="JavaScript" type="text/javascript"> <!-- /**********************************************************************************    FoldoutMenu  *   Copyright (C) 2001 Thomas Brattli * *   Made by Thomas Brattli * *   Script date: 09/04/2001 (modifi par relaxnews 01/10/2002)  *********************************************************************************/ function lib_bwcheck(){ //Browsercheck (needed) 	this.ver=navigator.appVersion 	this.agent=navigator.userAgent 	this.dom=document.getElementById?1:0 	this.opera5=(navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?1:0 	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;  	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0; 	this.ie4=(document.all && !this.dom && !this.opera5)?1:0; 	this.ie=this.ie4||this.ie5||this.ie6 	this.mac=this.agent.indexOf("Mac")>-1 	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;  	this.ns4=(document.layers && !this.dom)?1:0; 	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5) 	return this } var bw=lib_bwcheck()  /*** variables you can configure ***/  FoldNumber = 7					//How many toplinks do you have? var stayFolded = false			//Stay open when you click a new toplink? foldImg = 1						//Do you want images (if not set to 0 and remove the images from the body)? mainOffsetY = 0				//Vertical space adjustment between the main items, in pixels.  //This is the default image. //Remember to change the actual images in the page as well, but remember to keep the name of the image. var unImg=new Image(); unImg.src='/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif'  var exImg=new Image();					//Making an image variable... exImg.src='/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow_open.gif'	//...this is the source of the image that it changes to when the menu expands.  // NOTE: if you change the position of divCont from absolute to relative, you can put the foldoutmenu in a table. // HOWEVER it will no longer work in netscape 4. If you wish to support netscape 4, you have to use absolute positioning.  /*** There should be no need to change anything beyond this. ***/  // A unit of measure that will be added when setting the position of a layer. var px = bw.ns4||window.opera?"":"px";  if(navigator.userAgent.indexOf('Opera')>-1 && document.getElementById){ //Opera 5 resize fix. 	scrX= innerWidth; scrY= innerHeight; 	document.onmousemove= function(){ 		if(scrX<innerWidth-10 || scrY<innerHeight-10 || scrX>innerWidth+10 || scrY>innerHeight+10){ 			scrX = innerWidth; 			scrY = innerHeight; 			initFoldout(); 		} 	}; }  //object constructor... function makeMenu(obj,nest){ 	nest= (!nest)?"":'document.'+nest+'.'; 	this.el= bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):document.getElementById(obj);	    	this.css= bw.ns4?this.el:this.el.style; 	this.ref= bw.ns4?this.el.document:document;		 	this.x= (bw.ns4||bw.opera5)?this.css.left:this.el.offsetLeft; 	this.y= (bw.ns4||bw.opera5)?this.css.top:this.el.offsetTop; 	this.h= (bw.ie||bw.ns6)?this.el.offsetHeight:bw.ns4?this.ref.height:bw.opera5?this.css.pixelHeight:0;     this.vis= b_vis; 	this.hideIt= b_hideIt;     this.showIt= b_showIt;     this.moveIt= b_moveIt; 	return this } //object methods... function b_showIt(){this.css.visibility='visible'} function b_hideIt(){this.css.visibility='hidden'} function b_vis(){if(this.css.visibility=='hidden' || this.css.visibility=='HIDDEN' || this.css.visibility=='hide') return true;} function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x+px; this.css.top=this.y+px}  /************************************************************************************ This is the function that changes the sub menus to folded or unfolded state. ************************************************************************************/ function menu(num){ 	if(bw.bw){ 		if (!stayFolded){ 			for (var i=0; i<oSub.length; i++){ 				if (i!=num){ 					oSub[i].hideIt() 					if (foldImg)oTop[i].ref["imgA"+i].src = unImg.src 				} 			} 			for(var i=1; i<oTop.length; i++){ 				oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].h) 			} 		} 		if (oSub[num].vis()){ 			oSub[num].showIt() 			if (foldImg)oTop[num].ref["imgA"+num].src = exImg.src 		}else{ 			oSub[num].hideIt() 			if(foldImg)oTop[num].ref["imgA"+num].src = unImg.src 		} 		for(var i=1; i<oTop.length; i++){  			if (!oSub[i-1].vis()) oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].h+oSub[i-1].h+mainOffsetY)  			else oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].h+mainOffsetY) 		} 	} }  /********************************************************************* The init function... there should be no need to change anything here. *********************************************************************/ function initFoldout(){ 	//Fixing the browsercheck for opera... this can be removed if the browsercheck has been updated!! 	bw.opera5 = (navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?true:false 	if (bw.opera5) bw.ns6 = 0  	oTop = new Array() 	oSub = new Array() 	//Making the objects and hiding the subs... 	for (var i=0; i<FoldNumber; i++){ 		oTop[i] = new makeMenu('divTop'+i,'divCont') 		oSub[i] = new makeMenu('divSub'+i,'divCont.document.divTop'+i) 		oSub[i].hideIt() 	} 	 	//Positioning the top objects... 	oTop[0].moveIt(0,0) 	for (var i=1; i<oTop.length; i++){ 		oTop[i].moveIt(0, oTop[i-1].y+oTop[i-1].h+mainOffsetY) 	} 	 	//Making the containing menu object and showing it... 	oCont = new makeMenu('divCont') 	oCont.showIt() }  // If the browser is ok, the script is started onload... if(bw.bw) onload = initFoldout;  function P7_JumpMenu(selObj,restore){ //v1.3 by Project Seven 	var theFullString = selObj.options[selObj.selectedIndex].value; 	if (restore) selObj.selectedIndex=0; 	var theLength = theFullString.length; 	var endPos = theFullString.lastIndexOf("~"); 	var theUrl, theTarget, theParent; 	if (endPos > 0) {theUrl = theFullString.substring(0,endPos);} 	else {theUrl = theFullString;} 	endPos++ 	if (endPos < theLength) {theTarget = theFullString.substring(endPos,theLength)} 	else {theTarget = "window:Main";} 	if (theTarget == "window:New") {window.open(theUrl);} 	else if (theTarget == "window:Main") {eval("parent.location='"+theUrl+"'");} 	else {eval("parent.frames[\'"+theTarget+"\'].location='"+theUrl+"'");} } //--> </script> <!-- Fin Script FoldOutMenu -->   <style type="text/css" title="tables styles"> <!--  /********************* TEXTE **********************/ fake{font-family : arial;} .date {font-family : verdana;font-size : 7pt;color : #000000;font-weight : bold;background-color : #ffffff;} .grisfonce {font-family : verdana,arial;font-size : 7.5pt;color : #5D5D5D;font-weight : bold;}  .txtblancbig{font-family : arial;font-size : 9pt;color : #FFFFFF;font-weight : bold;text-align : justify;} .txtblancbig a  {  color : #FFFFFF; font-size : 9pt;} .txtblancbig a:hover  {  color : #FFFFFF; font-size : 9pt;} .txtblancbig a:visited  {  color : #FFFFFF; font-size : 9pt;}  .txtblancmedium{font-family : arial;font-size : 8pt;color : #FFFFFF;font-weight : bold;text-align : justify;} .txtblancmedium a  {  color : #FFFFFF; font-size : 8pt; font-weight : bold;} .txtblancmedium a:hover  {  color : #FFFFFF; font-size : 8pt; font-weight : bold;} .txtblancmedium a:visited  {  color : #FFFFFF; font-size : 8pt; font-weight : bold;}  .txtblancsm{font-family : verdana,arial;font-size : 7.5pt;color : #FFFFFF;font-weight : bold;} .txtblancsm a  {  color : #FFFFFF; font-size : 7.5pt; font-family : verdana,arial;} .txtblancsm a:hover  {  color : #FFFFFF; font-size : 7.5pt; font-family : verdana,arial;} .txtblancsm a:visited  {  color : #FFFFFF; font-size : 7.5pt; font-family : verdana,arial;}  .table2 {font-family : arial; font-size : 10pt; color : #000000;} .txtnoir {font-family : arial; font-size : 10pt; color : #000000;} .txtnoir a  {color : #959595; font-size : 10pt; font-family : arial;} .txtnoir a:hover  {color : #959595; font-size : 10pt; font-family : arial; } .txtnoir a:visited  {color : #959595; font-size : 10pt; font-family : arial;}  .txtnoirmedium{font-family : verdana,arial;font-size : 7.5pt;color : #000000;font-weight : bold;} .txtnoirmedium a  {color : #000000; font-size : 7.5pt;  font-family : verdana,arial; } .txtnoirmedium a:hover  {color : #000000; font-size : 7.5pt;  font-family : verdana,arial;} .txtnoirmedium a:visited  {color : #000000; font-size : 7.5pt;  font-family : verdana,arial;}  .txtnoirpetit {font-family : Verdana;font-size : 7.5pt;color : #000000;} .txtnoirpetit a {font-family : Verdana;font-size : 7.5pt;color : #000000;text-decoration : none;} .txtnoirpetit a:hover {font-family : Verdana;font-size : 7.5pt;color : #000000;text-decoration : underline;}  .txtnoirsmall {font-family : arial;font-size : 7pt;color : #000000;} .txtnoirsmall a  {color : #000000; font-size : 7pt;} .txtnoirsmall a:hover  {color : #000000; font-size : 7pt;} .txtnoirsmall a:visited  {color : #000000; font-size : 7pt;}  .titrenoir{font-family : arial;font-size : 8pt;color : #000000;font-weight : bold;} .titrenoir a  {color : #000000; font-size : 8pt;text-decoration : none;} .titrenoir a:hover  {color : #000000; font-size : 8pt;} .titrenoir a:visited  {color : #000000; font-size : 8pt;}  .txtgris {font-family : arial;font-size : 9pt;color : #959595;font-weight : bold;} .txtgris a  {color : #959595; font-size : 8pt; font-family : arial; text-decoration : none;} .txtgris a:hover  {color : #959595; font-size : 8pt; font-family : arial;} .txtgris a:visited  {color : #959595; font-size : 8pt; font-family : arial;}  .txtgrismedium {font-family : arial;font-size : 8pt;color : #959595; font-weight : bold;} .txtgrismedium a  {color : #959595; font-size : 8pt; font-family : arial; text-decoration : none;} .txtgrismedium a:hover  {color : #B32615; font-size : 8pt; font-family : arial; text-decoration : underline;} .txtgrismedium a:visited  {color : #959595; font-size : 8pt; font-family : arial;}  .txtgrissmall {font-family : arial; font-size : 8pt; color : #959595;font-weight : bold;} .txtgrissmall a {font-family : arial; font-size : 8pt; color : #959595;font-weight : bold;} .txtgrissmall a:hover {font-family : arial; font-size : 8pt; color : #959595;font-weight : bold;} .txtgrissmall a:visited {font-family : arial; font-size : 8pt; color : #959595;font-weight : bold;}  .txtgrisverysmall {font-family : arial;font-size : 6pt;color : #959595;font-weight : bold;}  .txtvert {font-family : arial;font-size : 10pt;color : #68C61A;font-weight : bold;} .txtvert a  {color : #68C61A; font-size : 9pt; font-family : arial;text-decoration : none;} .txtvert a:hover  {color : #68C61A; font-size : 9pt; font-family : arial;} .txtvert a:visited  {color : #68C61A; font-size : 9pt; font-family : arial;}  .txtvertmedium {font-family : arial;font-size : 8pt;color : #68C61A;font-weight : bold;} .txtvertmedium a  {color : #68C61A; font-size : 8pt; font-family : arial;text-decoration : none;} .txtvertmedium a:hover  {color : #68C61A; font-size : 8pt; font-family : arial;} .txtvertmedium a:visited  {color : #68C61A; font-size : 8pt; font-family : arial;}  .vertpale {font-family : verdana,arial;font-size : 7.5pt;color : #5C754B;font-weight : bold;} .titrerappel {font-family : arial;font-size : 7.5pt;color : #959595;font-weight : bold;} .difredif {font-family : arial;font-size : 7pt;color : #000000;font-weight: bold;} .txtbleue {font-family : arial; font-size : 8pt;color : #2AACCE;font-weight : bold;}  /**************** LIENS *******************/ .email {font-family : verdana,arial;font-size : 7.5pt;color : #5D5D5D;font-weight : bold;} .email a  {color : #5D5D5D; font-size : 7.5pt; font-family : verdana;  text-decoration : none; font-weight : bold;} .email a:hover  {font-size : 7.5pt; font-family : verdana;    color : #68C61A;    font-weight : bold;} .email a:visited  {color : #959595; font-size : 7pt; font-family : verdana;   text-decoration : none;  font-weight : bold;}  .liens-gris {font-family : arial;font-size : 7.5pt;color : #545654;font-weight : bold;} .liens-gris a  {color : #545654;font-size : 7.5pt;   font-family : verdana,arial; text-decoration : none;} .liens-gris a:hover  {color : #545654;font-size : 7.5pt;font-family : verdana,arial;text-decoration: underline;} .liens-gris a:visited  {color : #545654;font-size : 7.5pt;font-family : verdana,arial;}  .liens-noir {font-family : arial;font-size : 7.5pt;color : #000000;font-weight : bold;} .liens-noir a  {color : #000000; font-size : 7.5pt;  font-family : verdana,arial;} .liens-noir a:hover  {color : #000000; font-size : 7.5pt;  font-family : verdana,arial;} .liens-noir a:visited  {color : #000000; font-size : 7.5pt;font-family : verdana,arial;}  /************************* MENU **********************/ .menu-top {font-family : arial;font-size : 8pt;color : #ffffff;} .menu-top a  {color : #ffffff; font-size : 8pt; font-family : arial;  text-decoration : none;} .menu-top a:hover  {color : #ffffff; font-size : 8pt; font-family : arial;  text-decoration : none;} .menu-top a:visited  {color : #ffffff; font-size : 8pt; font-family : arial;   text-decoration : none;}  input.txtinput   {font-family : arial; font-size : 8pt;  color : #000000;} input.txtinput-vert {font-family : arial; font-size : 8pt;  color : #000000; background-color : #87CD53;}  .menuleft {font-family : verdana,arial;font-size : 7.5pt;color : #000000;font-weight : bold;} .menuleft a  {color : #000000; font-size : 7.5pt; font-family : verdana;  text-decoration : none; font-weight : bold;} .menuleft a:hover  { font-size : 7.5pt; font-family : verdana;  color : #B32615; font-weight : bold;}  .menuleftn3 a  {color : #000000; font-size : 7.5pt; font-family : verdana;  text-decoration : none;} .menuleftn3 a:hover  { font-size : 7.5pt; font-family : verdana;  color : #B32615;}  .menuleft_emission {color : #B32615; font-size : 7.5pt; font-family : verdana;  text-decoration : none; font-weight : bold;} .menuleft_emission a  {color : #B32615; font-size : 7.5pt; font-family : verdana;  text-decoration : none; font-weight : bold;} .menuleft_emission a:hover  { font-size : 7.5pt; font-family : verdana;  color : #B32615; font-weight : bold;} .menuleft_emission a:visited  { font-size : 7.5pt; font-family : verdana;  color : #B32615; font-weight : bold;}  .menuright_site {color : #FFFFFF; font-size : 7.5pt; font-family : verdana;  font-weight : bold;} .menuright_site a  {color : #FFFFFF; font-size : 7.5pt; font-family : verdana;  text-decoration : none; font-weight : bold;text-decoration : underline} .menuright_site a:hover  { font-size : 7.5pt; font-family : verdana,arial;  color : #FFFFFF; font-weight : bold;text-decoration : underline} .menuright_site a:visited  { font-size : 7.5pt; font-family : verdana,arial;  color : #FFFFFF; font-weight : bold;text-decoration : underline}  .menuright_dossier {color : #000000; font-size : 7.5pt; font-family : verdana; font-weight : bold;} .menuright_dossier a  {color : #000000; font-size : 7.5pt; font-family : verdana;  text-decoration : none; font-weight : bold;text-decoration : underline} .menuright_dossier a:hover  { font-size : 7.5pt; font-family : verdana,arial;  color : #000000; font-weight : bold;text-decoration : underline} .menuright_dossier a:visited  { font-size : 7.5pt; font-family : verdana,arial;  color : #000000; font-weight : bold;text-decoration : underline}   	.menubottom {font-family : verdana;font-size : 7pt;color : #FFFFFF;background-color : #68C129;font-weight : bold;} 	.menubottom a  {color : #ffffff; font-size : 7pt; font-family : verdana;  text-decoration : none; font-weight : bold;  } 	.menubottom a:hover  {font-size : 7pt; font-family : verdana;  text-decoration : none; background-color : #ffffff;   color : #68C129;    font-weight : bold;  }   //--> </style>   <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> <!-- function isemail(form_object, input_object, object_value){ 	if (object_value.indexOf("@") < 1 || object_value.indexOf(".") < 1) return false; else return true; }	 var time = new Date(); ordval= (time.getTime()); //--> </SCRIPT>   <SCRIPT LANGUAGE=JavaScript> <!-- //configuration OAS_url ='http://pub.ftv-publicite.fr/RealMedia/ads/'; OAS_listpos = 'Right3,Right2,Right1,Top,Left'; OAS_query = ''; OAS_sitepage = 'www.france5.fr/sciencenat'; //end of configuration  OAS_version = 10; OAS_rn = '001234567890'; OAS_rns = '1234567890'; OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);  function OAS_NORMAL(pos) {   document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>'); document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" BORDER=0></A>'); } //--> </SCRIPT> <SCRIPT LANGUAGE=JavaScript1.1> <!-- OAS_version = 11; if (navigator.userAgent.indexOf('Mozilla/3') != -1) OAS_version = 10; if (OAS_version >= 11) document.write('<SCRIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/SCRIPT>'); //--> </SCRIPT><SCRIPT LANGUAGE="JavaScript">  <!--   document.write(''); function OAS_AD(pos) { if (OAS_version >= 11)   OAS_RICH(pos); else   OAS_NORMAL(pos); } //--> </SCRIPT>    </HEAD>  <BODY bgcolor="#FFFFFF" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" ONKEYPRESS="if (event.keyCode==13 && document.formulaire.texte.value != '') {javascript:action();}">   <table border="0" cellspacing="0" cellpadding="0" width="756"> <tr> <td valign="top" height="52">  <a href="/"><img src="/images/habillages/paves_communs/logo_fr5_header.gif" width="170" height="52" border="0" hspace="5" vspace="12" alt="Page d'accueil france5.fr"></a>  </td> <td valign="top" align="right"><SCRIPT LANGUAGE=JavaScript> <!-- OAS_AD('Top'); //--> </SCRIPT> </td> </tr> </table>   <table border="0" cellspacing="0" cellpadding="0" width="756" bgcolor="#000000"> <tr> 	<td valign="top" background="/images/habillages/paves_communs/bk_lignes_grises.gif" width="100%"><img src="/images/habillages/paves_communs/shim.gif" width="1" height="15" border="0"></td>    	<td valign="top" class="date"><img src="/images/habillages/paves_communs/shim.gif" width="10" height="1" border="0"></td>    	<td valign="top" class="date" nowrap>Samedi&nbsp;26&nbsp;avril</td>    	<td valign="top" class="date"><img src="/images/habillages/paves_communs/shim.gif" width="10" height="1" border="0"></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1" border="0"></td>    	<td valign="top"><a href="/"><img src="/images/habillages/paves_communs/bt_accueil2.gif" width="50" height="15" border="0"></a></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1" border="0"></td>    	<td valign="top"><a href="/programmes/" onMouseOver="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','hide','presentation','','hide');return false;"><img src="/images/habillages/paves_communs/bt_programme2.gif" width="71" height="15" border="0"></a></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1" border="0"></td>    	<td valign="top"><a href="#" onMouseOver="MM_showHideLayers('site','','show','emissions','','hide','thematiques','','hide','presentation','','hide');return false;"><img src="/images/habillages/paves_communs/bt_sites2.gif" width="120" height="15" border="0" hspace="0" vspace="0"></a></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1" border="0"></td>    	<td valign="top"><a href="/concepts/" onMouseOver="MM_showHideLayers('site','','hide','emissions','','show','thematiques','','hide','presentation','','hide');return false;"><img src="/images/habillages/paves_communs/bt_emissions2.gif" width="76" height="15" border="0" hspace="0" vspace="0"></a></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1" border="0"></td>    	<td valign="top"><a href="#" onMouseOver="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','show','presentation','','hide');return false;"><img src="/images/habillages/paves_communs/bt_thematiques2.gif" width="89" height="15" border="0" hspace="0" vspace="0"></a></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1" border="0"></td>    	<td valign="top"><a href="#" onMouseOver="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','hide','presentation','','show');return false;"><img src="/images/habillages/paves_communs/bt_presentation2.gif" width="69" height="15" border="0" hspace="0" vspace="0"></a></td>    	<td valign="top"><img src="/images/habillages/paves_communs/shim.gif" width="20" height="1" border="0"></td> </tr> </table>  <div id="site" style="position:absolute; left:325px; top:96px; width:110px; height:85px; z-index:3; background-color: #000000; layer-background-color: #000000; border: 1px none #000000; visibility: hidden;" class="menu-top" onMouseOver="MM_showHideLayers('site','','show','emissions','','hide','thematiques','','hide','presentation','','hide');" onMouseOut="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','hide','presentation','','hide');"> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/emploi/">France 5 emploi</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/education/">C&ocirc;t&eacute; profs</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/zouzous/">Les Zouzous</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/boutique/">La Boutique</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.france5.fr/tintin/">Tintin</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> </div>   	 	<div id="emissions" style="position:absolute; left:440px; top:96px; width:260px; height:330px; z-index:3; background-color: #000000; layer-background-color: #000000; border: 1px none #000000; visibility: hidden;" class="menu-top" onMouseOver="MM_showHideLayers('site','','hide','emissions','','show','thematiques','',hide','presentation','','hide');" > 	 	<table width="260" cellpadding="0" cellspacing="0" border="0" valign="top"> 	<tr> 		<td width="150" valign="top"> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/concepts/W00081/2/25714.cfm">100% question</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/asi/">Arrt sur images</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/zouzous/">Bonsoir les zouzous</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/cdanslair/">C dans l'air</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/cdanslair/direct/">C dans l'air la suite</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/cpostale/">Carte gourmande</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/ecole/">Cas d'cole</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/cinebus/">Cinbus</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/dansmaboite/">Dans ma bote</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/zouzous/">Debout les zouzous</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/auteurs/">Droit d'auteurs</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/emploiparlenet/">Emploi par le net</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/js/">Journal de la sant</a><br> 		 		</td> 		<td width="150" valign="top"> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/semaineeco/">La semaine de l'co</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/maternelles/">Les maternelles</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/oeiletmain/">L'il et la main</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/zouzous/">Midi les zouzous</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/oatl/">On aura tout lu !</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/questionmaison/">Question maison</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/ripostes/">Ripostes</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/jardinage/">Silence a pousse !</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/superplantes/">Super Plantes</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="/ubik/">Ubik</a><br> 		 			<img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> 			&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.francetv.fr/commun/leem/">Un coeur qui bat</a><br> 		 		</td> 	</tr> 	</table> 	</div> 	 	   <div id="thematiques" style="position:absolute; left:535px; top:96px; width:127px; height:230px; z-index:3; background-color: #000000; layer-background-color: #000000; border: 1px none #000000; visibility: hidden;" class="menu-top" onMouseOver="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','show','presentation','','hide');" onMouseOut="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','hide','presentation','','hide');"> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/actu_societe/">Actu - Soci&eacute;t&eacute;</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/arts_culture/">Arts et culture</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/emploi/">Emploi - Eco</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/famille_jeunesse/">Famille - Jeunesse</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/histoire_decouverte/">Histoire et d&eacute;couverte</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/sante/">Sant&eacute;</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/sciences_nature/">Sciences et nature</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/vie_pratique/">Vie pratique</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;--------------<br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/jeux/">Jeux</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/videos/">Vidos</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/forum/">Forums</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> </div>  <div id="presentation" style="position:absolute; left:633px; top:96px; width:123px; height:230px; z-index:3; background-color: #000000; layer-background-color: #000000; border: 1px none #000000; visibility: hidden;" class="menu-top" onMouseOver="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','hide','presentation','','show');" onMouseOut="MM_showHideLayers('site','','hide','emissions','','hide','thematiques','','hide','presentation','','hide');"> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/pres/W00062/4/">La cha&icirc;ne</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/pres/W00062/10/">Les programmes</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/pres/W00062/9/">Les &eacute;missions</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/pres/W00062/6/">Les coulisses</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/pres/W00062/7/">Autour de France 5</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/presse/">Ct presse</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="4" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/pres/W00062/8/">English readers</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;--------------<br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/contact/">Contactez-nous</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/emploi/w00076/6/">France 5 recrute</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/contact/W00069/3/">FAQ</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/aide/W00070/5/">Infos lgales</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="/aide/W00070/3/">Crdits</a><br> <img src="/images/habillages/paves_communs/shim.gif" width="1" height="6" border="0"><br> </div> <table cellpadding="0" cellspacing="0" border="0"> <tr><td valign="top"> <table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#FFFFFF"> <tr><td valign="top" colspan="4" bgcolor="#ffffff"><img src="/images/habillages/paves_communs/shim.gif" width="1" height="14" border="0"></td></tr> <tr><td><img src="/images/habillages/emissions/fetescience/blocbanniere.jpg" width="756" height="110" border="0"></td></tr> </table>   <table border="0" cellspacing="0" cellpadding="0" width="756" bgcolor="#FFFFFF"> <tr> 	<td colspan="2">&nbsp;</td> 	<td valign="top" colspan="3" bgcolor="#ffffff" height="25" class="txtgrismedium"><a href=/sciences_nature>SCIENCES ET NATURE</a> > <a href=/fetescience/>LA SCIENCE DANS TOUS SES ETATS</a></td> </tr> <tr> 	 	<td width="188" valign="top"> 		 	   <script language="JavaScript" type="text/javascript"> <!-- function action() { chemin=/recherche/; document.formulaire.action= chemin + "resultat_recherche.cfm?requesttimeout=500"; if (chemin != "/recherche/"){method = "get"}else{method="post"}; document.formulaire.method =method; document.formulaire.submit(); } //--> </script> <table border="0" cellspacing="0" cellpadding="0"> <form name="formulaire"> <tr> 	<td valign="top" background="/images/habillages/cinq/bk_lignes_vertes.gif"><img src="/images/habillages/paves_communs/shim.gif" width="18" height="1" border="0"></td> 	<td><img src="/images/habillages/paves_communs/shim.gif" width="6" height="1" border="0"></td> 	<td> 		<table border="0" cellpadding="0" cellspacing="1" width="100%"> 		<tr><td colspan="2"><img src="/images/habillages/cinq/ti_recherche.gif" width="55" height="6" border="0" vspace="2" hspace="0"></td></tr> 		 		<tr><td colspan="2" align="center"><INPUT TYPE="text" NAME="texte" SIZE="17" class="txtinput" value=""> 		<a href="javascript:action();"><img src="/images/habillages/cinq/bt_ok.gif" width="16" height="15" border="0"></a></td></tr> 		</table> 	</td> </tr> </form> <tr><td colspan="3"><br><img src="/images/habillages/cinq/separateur_up_down.gif" width="158" height="1" border="0"></td></tr> </table>   			 			 				<div id="divCont" style="">   <!-- These are the contents of the foldoutmenu. -->   <div id="divTop0" class="clTop"><a href="#" onclick="document.location.href='/fetescience/w00118/1/61128.cfm';menu(0); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA0" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu0.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub0" class="clSub"><img src="/images/habillages/cinq/emissions/fetescience/dot.gif" height="0"></div> 	<br> 	</div>   <div id="divTop1" class="clTop"><a href="#" onclick="menu(1); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA1" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu2.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub1" class="clSub"> <img src="/images/habillages/cinq/emissions/fetescience/entretiens.gif"><br> 	  <a href="/fetescience/w00118/3/61210.cfm">Marie-Odile Monchicourt, journaliste - <i>France Info</i></a><br> 	  <a href="/fetescience/w00118/3/61211.cfm">Jean-Yves Nau,<br>journaliste - <i>Le monde</i> </a><br> 	  --------------------<br> 	  <a href="/fetescience/w00118/3/61212.cfm">Slection de<br>revues scientifiques</a><br> 	  </div> 	<br> 	</div>   <div id="divTop2" class="clTop"><a href="#" onclick="menu(2); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA2" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu3.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub2" class="clSub"> <img src="/images/habillages/cinq/emissions/fetescience/entretien.gif"><br> 	  <a href="/fetescience/w00118/4/61214.cfm">Walter Schwimmer,<br>secrtaire gnral du<br>Conseil de l'Europe</a><br>--------------------<br> 	  <a href="/fetescience/w00118/4/61228.cfm">Le dossier Bienvenue<br>chez le gne !</a><br> 	  </div> 	<br> 	</div>   <div id="divTop3" class="clTop"><a href="#" onclick="menu(3); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA3" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu4.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub3" class="clSub"><a href="/fetescience/w00118/5/61229.cfm">Slection de sites</a><br> 	  </div> 	<br> 	</div>   <div id="divTop4" class="clTop"><a href="#" onclick="menu(4); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA4" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu5.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub4" class="clSub"><img src="/images/habillages/cinq/emissions/fetescience/entretiens.gif"><br> 	  <a href="/fetescience/w00118/6/61230.cfm">Michel Cymes,<br>"Le journal de la sant"</a><br> 	  <a href="/fetescience/w00118/6/61231.cfm">Marina Carrre d'Encausse,<br>"Le journal de la sant"</a><br> 	  </div> 	<br> 	</div>   <div id="divTop5" class="clTop"><a href="#" onclick="menu(5); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA5" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu6.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub5" class="clSub"><img src="/images/habillages/cinq/emissions/fetescience/entretiens.gif"><br> 	  <font face="Arial, Helvetica, sans-serif" size="2">Andr Brahic :</font><br> 		<a href="/fetescience/w00118/7/61232.cfm">Le berceau de la vie</a><br> 		<a href="/fetescience/w00118/7/61233.cfm">A la recherche d'une<br>vie extraterrestre</a><br> 		<a href="/fetescience/w00118/7/61234.cfm">Le voyage vers Mars</a><br> 		<a href="/fetescience/w00118/7/61235.cfm">Coloniser l'espace</a><br> 	  </div> 	<br> 	</div>   <div id="divTop6" class="clTop"><a href="#" onclick="menu(6); return false" onfocus="this.blur()"><img src="/images/habillages/cinq/emissions/fetescience/foldoutmenu_arrow.gif" name="imgA6" width=12 height=12 alt="" border="0">  	<img src="/images/habillages/cinq/emissions/fetescience/menu7.gif" width="159" height="9" border="0"></a><br> 	<div id="divSub6" class="clSub"> 	  <a href="/fetescience/w00118/8/61236.cfm">Extraits vidos de<br>"Image et science<br>du langage"</a><br> 	  <a href="/fetescience/w00118/8/61237.cfm">Extraits vido de<br>"Sciences et concidences"</a><br> 	  </div> 	<br> 	</div> </div>  			<br> 			 	</td> 	 	 	<TD valign="top" bgcolor="#7F7F7F" width="1"><img src="/images/habillages/paves_communs/shim.gif" width="1" height="1" border="0"></TD> 	 	 	<td width="426" valign="top"><A NAME="top"></A> 	<table cellpadding="0" cellspacing="2" border="0" width="100%"> 	<tr><td></td></tr> 	<tr> 			 		<td>  	  	  	<CENTER><span class="txtgrismedium"> 	 	 	 	 	</span>      	<DIV class="txtnoir" ALIGN="left">	  <table width="100%" border="0" cellspacing="5" cellpadding="0"> 		<tr>  		  <td><font face="Arial, Helvetica, sans-serif"><img src="/images/emissions/w00118/6/entretiensavec.gif" width="275" height="20"><br> 			</font>  <table border="0" cellspacing="0" cellpadding="0">   <tr>  	<td colspan="2"> <font size="2" face="Arial, Helvetica, sans-serif"><b>Marina  	  Carr&egrave;re d'Encausse</b></font> </td>   </tr>   <tr>  	<td colspan="2"> </td>   </tr>   <tr>  	<td width="23" valign="top"><img src="/images/habillages/emissions/fetescience/fleche.gif" width="18" height="13" border="0"></td> 	<td width="254" valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><b>Un  	  corps parfait</b></font></td>   </tr>   <tr>  	<td width="23" valign="top"><img src="/images/habillages/emissions/fetescience/fleche.gif" width="18" height="13" border="0"></td> 	<td width="254" valign="top"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="/fetescience/w00118/6/61491.cfm">La  	  science 	  du c&#339;ur</a></b></font></td>   </tr>   <tr>  	<td width="23" valign="top"><img src="/images/habillages/emissions/fetescience/fleche.gif" width="18" height="13" border="0"></td> 	<td width="254" valign="top"><b><font face="Arial, Helvetica, sans-serif" size="2"><a href="/fetescience/w00118/6/61490.cfm">Les  	  myst&egrave;res 	  du cerveau</a></font></b></td>   </tr> </table>  		  </td> 		</tr> 		<tr> 		  <td><img src="/images/habillages/emissions/fetescience/point_down.gif" width="390" height="4"></td> 		</tr> 		<tr>  		  <td valign="top">  			 			<p><font face="Arial, Helvetica, sans-serif" size="2"><b>Le rejet  			  de greffe d'organe est un des principaux probl&egrave;mes des transplantations.  			  A quoi est-il d ? </b></font></p> 			<p><CENTER><IMG SRC="/images/emissions/W00118/6/m_carrere_encausse.jpg" ALIGN="left" BORDER="0" ALT="Marina Carr&egrave;re d'Encausse" HEIGHT="110" WIDTH="75" HSPACE="5"></CENTER><font face="Arial, Helvetica, sans-serif" size="2"><b>Marina Carr&egrave;re  			  d'Encausse : </b>Une fois l'organe greff&eacute;, deux types de probl&egrave;mes  			  peuvent se pr&eacute;senter. Premi&egrave;rement, la maladie qui avait n&eacute;cessit&eacute;  			  cette intervention se reproduit dans l'organe sain ; cela peut arriver  			  dans le cas des h&eacute;patites, o&ugrave; il peut y avoir r&eacute;cidive. <p> 			  Deuxi&egrave;mement, l'organisme ne reconna&icirc;t pas l'organe greff&eacute;, alors  			  le syst&egrave;me immunitaire attaque le greffon et le rejette. C'est pour  			  cette raison qu'apr&egrave;s une greffe, le patient doit prendre ce qu'on  			  appelle des immunosuppresseurs. Sa prise, souvent &agrave; vie, a pour  			  but d'affaiblir le syst&egrave;me immunitaire. <p> 			  Le revers de la m&eacute;daille est qu'en inhibant les d&eacute;fenses immunitaires,  			  on ouvre la porte aux d&eacute;veloppements d'infections et de maladies  			  comme le cancer. La m&eacute;decine a aujourd'hui fait beaucoup de progr&egrave;s  			  dans ce domaine et les m&eacute;decins esp&egrave;rent ne plus avoir &agrave; utiliser  			  les immunosuppresseurs. </font> 			<p><font face="Arial, Helvetica, sans-serif" size="2"> <b>Les greffes  			  d'organes se pratiquent de nos jours couramment. Quel est l'impact  			  psychologique d'une greffe chez un patient ?</b> </font> 			<p><font face="Arial, Helvetica, sans-serif" size="2"><b>M. C. d'E.  			  : </b>Premi&egrave;rement, il est &eacute;vident que le patient se sent lib&eacute;r&eacute;  			  suite &agrave; une greffe. Ensuite, vient le questionnement sur la provenance  			  de l'organe. Souvent, ils souhaitent remercier les familles qui  			  ont contribu&eacute; &agrave; leur gu&eacute;rison. <p> 			  Le r&ocirc;le du m&eacute;decin est d'accompagner le patient avant, pendant et  			  apr&egrave;s la greffe, il sert aussi de soutien psychologique. </font> 			<p><font face="Arial, Helvetica, sans-serif" size="2"> <b>La chirurgie  			  esth&eacute;tique r&eacute;paratrice ne se limite pas qu'aux greffes. Le retrait  			  des t&acirc;ches de naissance est l'une des op&eacute;rations les plus demand&eacute;es.  			  Dans ce cas, le laser est utilis&eacute;. Est-ce qu'il peut y avoir des  			  cons&eacute;quences n&eacute;fastes pour l'organisme ?</b> </font> 			<p><font face="Arial, Helvetica, sans-serif" size="2"><b>M. C. d'E.  			  : </b>Les derniers n&eacute;s des lasers donnent de tr&egrave;s bons r&eacute;sultats  			  et ils sont sans danger pour le patient. Ces traitements sont longs,  			  le principe est la destruction de zones de la peau, ce qui laisse  			  une l&eacute;g&egrave;re cicatrice. Les r&eacute;sultats dans ce domaine sont extr&ecirc;mement  			  satisfaisants.<p><i>Interview r&eacute;alis&eacute;e par Sandrine Mary - octobre 2002 </i></font> 			<<ul> 				<font face="Arial, Helvetica, sans-serif" size="2"><img src="/images/habillages/emissions/fetescience/fleche.gif" WIDTH="18" HEIGHT="13">  				<b>Les livres</b></font>  				<p>  				<ul> 			<li><font face="Arial, Helvetica, sans-serif" size="2"> Vladimir Mitz  			  <br> 			  <i>La chirurgie esth&eacute;tique : ce qu'il faut savoir avant plut&ocirc;t qu'apr&egrave;s  			  </i><br> 			  Ed. Ellipses, 2000<br> 			  110 p. - 7,12 euros </font>  			  <p><font face="Arial, Helvetica, sans-serif" size="2"> Toutes les  				questions que vous vous posez sur la chirurgie esth&eacute;tique devraient  				trouver une r&eacute;ponse dans cet ouvrage. Les premi&egrave;res parties sont  				surtout des rappels historiques, mais ensuite, on rentre dans  				le vif du sujet avec un passage instructif sur les charlatans.  				Le livre &agrave; avoir avant toute op&eacute;ration de ce type.<br> 				</font><p> 			<li><font face="Arial, Helvetica, sans-serif" size="2"> Robert Carvais,  			  Marilyne Sasportes <br> 			  <i>La greffe humaine. (In)certitude &eacute;thique du don de soi &agrave; la tol&eacute;rance  			  de l'autre </i><br> 			  Ed. PUF, 2000<br> 			  1 024 p. - 30 euros </font>  			  <p><font face="Arial, Helvetica, sans-serif" size="2"> Une r&eacute;elle  				r&eacute;flexion sur les dons d'organes. Cet ouvrage ne se propose pas  				de r&eacute;pondre aux questions &eacute;thiques pos&eacute;es par les greffes, mais  				il confronte plusieurs points de vue &eacute;tay&eacute;s par des faits d'actualit&eacute;s.</font> 			  <p>  			<li><font face="Arial, Helvetica, sans-serif" size="2"> Brigitte Lab&eacute;,  			  Michel Puech <br> 			  <i>La beaut&eacute; et la laideur </i><br> 			  Ed. Milan, coll. Les goters philo, 2002<br> 			  32 p. - 4,5 euros <br> 			  A partir de 8-9 ans.</font>  			  <p><font face="Arial, Helvetica, sans-serif" size="2"> Livre d'&eacute;veil  				sur la perception de la beaut&eacute;. Gr&acirc;ce &agrave; de petites histoires,  				il permet &agrave; l'enfant de mettre des mots sur ces termes encore  				vague comme la laideur et la beaut&eacute;. L'enfant apprend que se sentir  				beau c'est avant tout &ecirc;tre bien dans sa peau. </font>  			</td> 		</tr> 	  </table><BR> <BR> <font face="Arial, Helvetica, sans-serif" size="2">Lire les interviews de <a href="http://www.france5.fr/fetescience/w00118/6/61230.cfm" title="">Michel Cymes</a>, co-animateur du "Journal et du Magazine de la sant&eacute;".</font></DIV><br><br> 	  	 		 			 			 			  			 			<br><br><a name="ancre"></a> 			<script language="JavaScript"> 			<!-- 			var expDays = 2; 			var exp = new Date();  			exp.setTime(exp.getTime() + (expDays*24*60*60*1000));  			function getCookieVal (offset) 			{ 				var endstr = document.cookie.indexOf (";", offset); 				if (endstr == -1) 				endstr = document.cookie.length; 				return unescape(document.cookie.substring(offset, endstr)); 			} 			function GetCookie (name) 			{ 				var arg = name + "="; 				var alen = arg.length; 				var clen = document.cookie.length; 				var i = 0; 				while (i < clen) { 				var j = i + alen; 				if (document.cookie.substring(i, j) == arg) 				return getCookieVal (j); 				i = document.cookie.indexOf(" ", i) + 1; 				if (i == 0) break;  				} 				return null; 			} 			function SetCookie (name, value) 			{ 				var argv = SetCookie.arguments; 				var argc = SetCookie.arguments.length; 				var expires = (argc > 2) ? argv[2] : null; 				var path = (argc > 3) ? argv[3] : null; 				var domain = (argc > 4) ? argv[4] : null; 				var secure = (argc > 5) ? argv[5] : false; 				document.cookie = name + "=" + escape (value) + 				((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 				((path == null) ? "" : ("; path=" + path)) + 				((domain == null) ? "" : ("; domain=" + domain)) + 				((secure == true) ? "; secure" : ""); 			}  			var page_recommandee = GetCookie('W001186');  			// Si pas de cookie on affiche le formulaire 			if (page_recommandee == null) 			{ 				document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td height=\"4\" colspan=\"3\" background=\"/images/habillages/paves_communs/fonctions/line_up.gif\"></td></tr><form name=\"form_vote\" action=\"/fetescience/w00118/6/61231.cfm#ancre\" method=\"post\"><tr>	<td width=\"11\"><img src=\"/images/habillages/paves_communs/fonctions/fl_f5.gif\" width=\"11\" height=\"8\"></td><td width=\"121\"><img src=\"/images/habillages/paves_communs/fonctions/titre_recommander.gif\" width=\"121\" height=\"8\"></td><td width=\"318\" align=\"center\"><input type=\"Image\" src=\"/images/habillages/paves_communs/fonctions/var_1_f5.gif\" alt=\"Peu intressant\" onclick=\"javascript:document.form_vote.valeur.value=1;SetCookie('W001186',0,exp);\" border=\"0\"><img src=\"/images/habillages/space.gif\" width=\"15\" height=\"1\"><input type=\"Image\" src=\"/images/habillages/paves_communs/fonctions/var_2_f5.gif\" alt=\"Intressant\"  onclick=\"javascript:document.form_vote.valeur.value=2;SetCookie('W001186',0,exp);\" border=\"0\"><img src=\"/images/habillages/space.gif\" width=\"15\" height=\"1\"><input type=\"Image\" src=\"/images/habillages/paves_communs/fonctions/var_3_f5.gif\" alt=\"Trs intressant\"  onclick=\"javascript:document.form_vote.valeur.value=3;SetCookie('W001186',0,exp);\" border=\"0\"></td></tr><input name=\"valeur\" type=\"hidden\"><input name=\"titre_article\" type=\"hidden\" value=\"\"></form><tr><td height=\"4\" colspan=\"3\" background=\"/images/habillages/paves_communs/fonctions/line_down.gif\"></td></tr></table>"); 			} 			else 			{ 			document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td height=\"4\" colspan=\"3\" background=\"/images/habillages/paves_communs/fonctions/line_up.gif\"></td></tr><tr><td width=\"11\"><img src=\"/images/habillages/paves_communs/fonctions/fl_f5.gif\" width=\"11\" height=\"8\"></td><td width=\"121\"><img src=\"/images/habillages/paves_communs/fonctions/titre_recommander.gif\" width=\"121\" height=\"8\"></td><td width=\"318\" align=\"center\" class=\"txtnoirpetit\">Vous avez recommand la lecture de cet article aux internautes de France 5. <a href=\"javascript:MM_openBrWindow('/includes/scripts/top_5.cfm','Top_5','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=468,height=468')\" onMouseOver=\"self.status=' '; return true;\">Consultez la liste des cinq articles les plus souvent recommands !</a></td></tr><tr><td height=\"4\" colspan=\"3\" background=\"/images/habillages/paves_communs/fonctions/line_down.gif\"></td></tr></table>"); 			} 			// -->	 			</script> 	 			 			 			 			 		 	  </td>  	</tr> 	<tr><td> 		<table cellpadding="0" cellspacing="0" border="0" width="100%"> 		<tr><td><br>  <script language="JavaScript">  <!-- function add_favoris(mon_url) { nom_site = "'France5'"; url_site = "'http://www.france5.fr/" & mon_url & "'"; if (navigator.appName == "Netscape") alert ('Utilisateur de Netscape, il vous suffit d\'appuyer sur CTRL+d  pour ajouter cette page  vos signets.'); else {window.external.AddFavorite(location.href, document.title);} } //-->	 </script>  <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td bgcolor="E6E9EA" align="center" class="txtnoirpetit"><a href="javascript:MM_openBrWindow('/fetescience/fonctions/index.cfm?referrer=%2Ffetescience%2Fw00118%2F6%2F61231%2Ecfm','imprimer','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=400')"><img src="/images/habillages/paves_communs/fonctions/print.gif" width="19" height="14" align="absmiddle" border="0">imprimer ce contenu</a>&nbsp;&nbsp;&nbsp;<a href="javascript:MM_openBrWindow('/fetescience/fonctions/index.cfm?referrer=%2Ffetescience%2Fw00118%2F6%2F61231%2Ecfm&titre_article=','envoi','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=468,height=468')"><img src="/images/habillages/paves_communs/fonctions/send.gif" width="19" height="14" align="absmiddle" border="0">Envoyer &agrave; un ami</a>&nbsp;&nbsp;&nbsp;<a href="javascript:add_favoris('/fetescience/w00118/6/61231.cfm')"><img src="/images/habillages/paves_communs/fonctions/add.gif" width="19" height="14" align="absmiddle" border="0">Ajouter &agrave; vos favoris</a></td></tr> </table>   </td></tr> 		<tr><td align="right"> 		<br> 			 				<A HREF="#top" TITLE="haut de page"><IMG SRC="/images/home_in/top.gif" WIDTH=11 HEIGHT=18 BORDER=0></A> 			&nbsp; 		 		</td> 		</tr> 		</table> 	</td></tr> 	</table> 	</td> 		 	 	<TD valign="top" bgcolor="#7F7F7F" width="1"><img src="/images/habillages/paves_communs/shim.gif" width="1" height="1" border="0"></TD> 	 	 	<td width="142" valign="top"> 			 			 			 				<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/habillages/paves_communs/menud/cote_profs_d.gif" width="144" height="22"></td></tr> <tr>  	<td align="left" valign="top" bgcolor="#733194">  	<table width="144" border="0" cellpadding="0" cellspacing="0" class="menuright_site"> 		<tr>  			<td width="19"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1"></td> 			<td width="125"><b>SCIENCES</b> 			<table width="100%" cellpadding="0" cellspacing="3" border="0" class="menuright_site"> 			<tr><td><b> <a href="/education/fetescience/w00119/1/61249.cfm">Bio&eacute;thique, religions, recherche fondamentale et appliqu&eacute;e&#133; Pistes p&eacute;dagogiques, vid&eacute;os, s&eacute;lections de livres et de sites pour la classe.</a></b></td></tr> 			</table>		 			</td>         </tr>       </table>     </td> </tr> <tr bgcolor="#733194"><td><img src="/images/habillages/paves_communs/shim.gif" width="1" height="5"></td></tr> </table> <br> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/habillages/paves_communs/menud/f5_emploi_d.gif" width="144" height="22"></td></tr> <tr>  	<td align="left" valign="top" bgcolor="#ff7d00">  	<table width="144" border="0" cellpadding="0" cellspacing="0" class="menuright_site"> 		<tr>  			<td width="19"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1"></td> 			<td width="125"><b>SCIENCES</b><br> 				<table width="100%" cellpadding="0" cellspacing="3" border="0" class="menuright_site"> 				<tr><td><b><a href="/emploi/fetescience/w00120/1/61276.cfm"><font color="#FFFFFF">Co&ucirc;t de la recherche, p&eacute;nurie de scientifiques, m&eacute;tier : chercheur en biotechnologie.</a></b></td></tr> 				</table>		 	        </td>         </tr>       </table>     </td> </tr> <tr bgcolor="#ff7d00"><td><img src="/images/habillages/paves_communs/shim.gif" width="1" height="5"></td></tr> </table> <br> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/habillages/paves_communs/menud/emissions_d.gif" width="144" height="22"></td></tr> <tr>  	<td align="left" valign="top" bgcolor="#e3e3e3">  	<table width="144" border="0" cellpadding="0" cellspacing="0" class="menuright_dossier"> 		<tr>  			<td width="19"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1"></td> 			<td width="125"><b>LES MATERNELLES</b><br> 				<table width="100%" cellpadding="0" cellspacing="3" border="0" class="menuright_dossier"> 				<tr><td><b><a href="/maternelles/">Tout sur la sant de vos enfants</a></b></td></tr> 				</table>		 			</td>         </tr>       </table>     </td> </tr> <tr bgcolor="#e3e3e3"><td><img src="/images/habillages/paves_communs/shim.gif" width="1" height="5"></td></tr> <tr><td><img src="/images/habillages/paves_communs/shim.gif" width="1" height="2"></td></tr> <tr>  	<td align="left" valign="top" bgcolor="#e3e3e3">  	<table width="144" border="0" cellpadding="0" cellspacing="0" class="menuright_dossier"> 		<tr>  			<td width="19"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1"></td> 			<td width="125"><b>LE JOURNAL ET LE MAGAZINE DE LA SANTE</b><br> 				<table width="100%" cellpadding="0" cellspacing="3" border="0" class="menuright_dossier"> 				<tr><td><b><a href="/js/">Conseils, informations pratiques et actualit&eacute; m&eacute;dicale</a></b></td></tr> 				</table>		 			</td>         </tr>       </table>     </td> </tr> <tr bgcolor="#e3e3e3"><td><img src="/images/habillages/paves_communs/shim.gif" width="1" height="5"></td></tr> </table> <br> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/habillages/paves_communs/menud/et_aussi_d.gif" width="144" height="22"></td></tr> <tr>  	<td align="left" valign="top" bgcolor="#e3e3e3">  	<table width="144" border="0" cellpadding="0" cellspacing="0" class="menuright_dossier"> 		<tr>  			<td width="19"><img src="/images/habillages/paves_communs/shim.gif" width="19" height="1"></td> 			<td width="125"><b>L'ESPACE</b><br> 				<table width="100%" cellpadding="0" cellspacing="3" border="0" class="menuright_dossier"> 				<tr><td><b><a href="/espace/">Savoir, r&ecirc;ver, pratiquer, apprendre</a></b></td></tr> 				</table>		 			</td>         </tr>       </table>     </td> </tr> <tr bgcolor="#e3e3e3"><td><img src="/images/habillages/paves_communs/shim.gif" width="1" height="5"></td></tr> </table>  						 			<br> 		 	    </td> </tr> <tr><td colspan="5"><img src="/images/habillages/paves_communs/shim.gif" width="1" height="22" border="0"><table border="0" cellspacing="0" cellpadding="0" width="756">  <tr>    <td valign="top"><a href="http://www.francetv.fr/" target="_blank"><img src="/images/habillages/cinq/logo_frtv.gif" border="0" hspace="20" vspace="0"></a></td>        <td valign="top">    <table border="0" cellspacing="0" cellpadding="1" width="100%"bgcolor="#68C129">    <tr>       <td valign="top" class="menubottom" align="center"><a href="/newsletter/">LETTRE D'INFOS</a></td>       <td valign="top" class="menubottom" align="center"><a href="/contact/">CONTACTEZ-NOUS</a></td>       <td valign="top" class="menubottom" align="center"><a href="/aide/">AIDE</a></td>       <td valign="top" class="menubottom" align="center"><a href="/plan/">PLAN DE SITE</a></td>       <td valign="top" class="menubottom" align="center"><a href="http://www.ftv-publicite.fr/a4_medias/a4b_internet/a4b1a.htm" target="_blank">ANNONCEURS</a></td>       <td valign="top" class="menubottom" align="center"><a href="/presse/">PRESSE</a></td>       <td valign="top" class="menubottom" align="center"><a href="/catalogue/" target="_blank">CATALOGUE</a></td>    </tr>    </table>    </td> </tr> </table></td></tr> </table>      </td> <td bgcolor="#ffffff" valign="top"> <table cellpadding="1" cellspacing="0" border="0">	 	<tr><td valign="top" align="center"><SCRIPT LANGUAGE=JavaScript> <!-- OAS_AD('Right1'); //--> </SCRIPT> </td></tr> </table> </td></tr></table> <SCRIPT LANGUAGE=JavaScript> <!-- OAS_AD('Right2'); //--> </SCRIPT>  <script language="JavaScript"><!-- CM_RUBRIQUE = "france5_sciencenat_fetescience"; CM_SECTION1 = "france5"; CM_CLIENT = "ftvv3"; //--> </script> <script language="JavaScript" src="http://js.cybermonitor.com/ftvv3.js"></script> <noscript><img src="http://stat3.cybermonitor.com/ftvv3_v?R=france5_sciencenat_fetescience&S=total;france5"></noscript>   <SCRIPT Language = "JavaScript"> var wtl_loc = document.URL.indexOf('https:')==0?'https://a248.e.akamai.net/v/248/2120/1d/download.akamai.com/crs/lgsitewise.js':'http://crs.akamai.com/crs/lgsitewise.js'; document.write("<SCR" + "IPT Language = 'JavaScript' SRC = '" + wtl_loc + "'></SCR" + "IPT>"); </SCRIPT>  <SCRIPT LANGUAGE="JavaScript"> var wtl_TagVer = 6; var wtl_FWD = 1; var wtl_url = document.URL; var wtl_title = document.title; var wtl_TagID = 147011; var wtl_SID = "147011"; var wtl_Offset = "100"; WTL_TAG = new Image; WTL_TAG.ID = "WTL_TAG";  var ORDER= ""; var SERVER= ""; var INVOICE= ""; var CARTVIEW= ""; var CARTADD= ""; var CARTREMOVE= ""; var CHECKOUT= ""; var CARTBUY= ""; var ADCAMPAIGN= "";  //wtl_Tag6(TAG,SID,wtl_url,wtl_title,"MainContentGroup,SubContentGroup"); wtl_Tag6(wtl_TagID,wtl_SID,wtl_url,wtl_title); </SCRIPT>  <NOSCRIPT><IMG BORDER="0" WIDTH="1" HEIGHT="1" SRC="http://statse.webtrendslive.com/S147011/button6.asp?tagver=6&si=147011&offset=100&fw=1&js=No&"></NOSCRIPT> </BODY> </HTML>  
