<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> 	<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">     <META NAME="Keywords" CONTENT=" ">     <META NAME="Description" CONTENT=" "> 	<LINK REL="STYLESHEET" TYPE="text/css" HREF="http://image.radio-france.fr/img/chaines/france-culture2/style.css"> 	<TITLE>France Culture - Les chemins de la connaissance</TITLE> 	<STYLE type=text/css> 	#univers {position:absolute; visibility:visible; left:195px; top:240px; z-index:3;} 	#divFoldCont	{position:absolute; left:8px; top:126px; width:150px; visibility:hidden;} 	.clFold			{position:absolute; left:0px; width:150px;} 	.clFoldSub		{position:absolute; left:20px; width:150px; visibility:hidden;} 	.clFoldSub2		{position:absolute; left:0px; width:150px; visibility:hidden;}  	.bigleft	{font-family:verdana, arial, helvetica; font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration : none;} 	.bigleft:link{font-family:verdana, arial, helvetica; font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration : none;} 	.bigleft:hover{font-family:verdana, arial, helvetica; font-size:11px; font-weight:bold; color:#FFFFFF;text-decoration : none;} 	 	.subleft { font-family:verdana, arial, helvetica; font-size:10px; font-weight:normal; color:#FFFFFF;text-decoration : none;} 	.subleft:link{ font-family:verdana, arial, helvetica; font-size:10px; font-weight:normal;color:#FFFFFF;text-decoration : none;} 	.subleft:hover{ font-family:verdana, arial, helvetica; font-size:10px; font-weight:normal;color:#FFFFFF;text-decoration : none;} 	</STYLE> <SCRIPT LANGUAGE="JavaScript"> <!--//Browsercheck (needed) function browserwcheck(){  	this.ver=navigator.appVersion 	this.agent=navigator.userAgent 	this.dom=document.getElementById?1:0 	this.opera5=this.agent.indexOf("Opera 5")>-1 	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=new browserwcheck()   if(document.layers){ //NS4 resize fix... 	scrX= innerWidth; scrY= innerHeight; 	onresize= function(){if(scrX!= innerWidth || scrY!= innerHeight){history.go(0)} } }  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; 			foldInit(); 		} 	}; }   //Do you want images (if not set to 0 and remove the images from the body) foldImg=1  //images for the top links. foldinImg=new Image(); foldinImg.src="http://www.radiofrance.fr/chaines/france-culture2/sommaire/img/arrow_up.gif"		//closed state. foldoutImg=new Image(); foldoutImg.src="http://www.radiofrance.fr/chaines/france-culture2/sommaire/img/arrow_down.gif"	//open state. //images for the sub links. foldsubinImg=new Image(); foldsubinImg.src="http://www.radiofrance.fr/chaines/france-culture2/sommaire/img/pix.gif"		//"in" state. foldsuboutImg=new Image(); foldsuboutImg.src="http://www.radiofrance.fr/chaines/france-culture2/sommaire/img/pix.gif"	//"out" state.   mainmenus=3 //How many main menus  //How many submenus do you have  submenus=new Array(1,1,1)   pxbetweenmain = 0 //space between the main menus pxbetweensub = 0 //space between the sub menus  mainstayfolded = false //Should the main menus stay folded? substayfolded = false  //Should the sub menus stay folded?  Play with these 2 variables.   //Making cross-browser objects function makeMenu(obj,nest){ 	nest=(!nest) ? "":'document.'+nest+'.';    	this.css= bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0; 	this.elm= bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0; 	this.ref= bw.dom || bw.ie4? document:bw.ns4?eval(nest+"document.layers." +obj+".document"):0; 	this.x= bw.ns4?this.css.left:bw.opera5?this.css.pixelLeft:this.elm.offsetLeft; 	this.y= bw.ns4?this.css.top:bw.opera5?this.css.pixelTop:this.elm.offsetTop; 	this.height= bw.ns4?this.ref.height:bw.opera5?this.css.pixelHeight:this.elm.offsetHeight; 	this.hideIt= b_hideIt; 	this.showIt= b_showIt; 	this.moveIt= b_moveIt; 	this.status= 0; 	return this; }  // A unit of measure that will be added when setting the position of a layer. var px = bw.ns4||window.opera?"":"px";  function b_showIt(){this.css.visibility="visible"; this.status=1} function b_hideIt(){this.css.visibility="hidden"; this.status=0} function b_moveIt(x,y){this.x=x; this.y=y; /*this.css.left=this.x+px;*/ this.css.top=this.y+px;}  //Initiating the page and making the menu function foldInit(){ 	//Fixing the browsercheck for opera... 	bw.opera5 = (navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?true:false 	if (bw.opera5) bw.ns6 = 0 	 	//Creating the foldoutmenu 	oFold = new Array(); 	y = 0; 	for (var i=0; i<mainmenus; i++){ 		oFold[i] = new makeMenu('divFold'+i,'divFoldCont'); 		oFold[i].moveIt(0,y); 		oFold[i].size = oFold[i].height; 		y += oFold[i].height+pxbetweenmain; 		if (bw.ns4) oFold[i].css.clip.bottom = 500; 		oFold[i].sub = new Array(); 		oFold[i].subs = top_subs; 		suby = oFold[i].height+pxbetweensub; 		for (var j=0; j<submenus[i]; j++){ 			oFold[i].sub[j] = new makeMenu('divFoldSub'+i+'_'+j,'divFoldCont.document.divFold'+i); 			oFold[i].sub[j].sub = new  makeMenu('divFoldSub'+i+'_'+j+'_0','divFoldCont.document.divFold'+i+'.document.divFoldSub'+i+'_'+j); 			oFold[i].sub[j].hideIt(); 			oFold[i].sub[j].sub.hideIt(); 			oFold[i].sub[j].moveIt(1,suby); 			suby += oFold[i].sub[j].height+pxbetweensub; 		} 	}   	oFoldCont = new makeMenu('divFoldCont'); 	if (bw.ns4) oFoldCont.css.clip.bottom = 800;   	oFoldCont.showIt(); //Showing the menu when "created" }  //Object function to the top of the menus. function top_subs(show, num){ 	for (var j=0; j<this.sub.length; j++){ 		if (show){ 			this.sub[j].showIt() 			if (foldImg) this.ref["imgFold"+num].src = foldoutImg.src 			if (substayfolded){if(this.sub[j].sub.status) this.sub[j].sub.showIt() 			}else{ 				if (foldImg) this.sub[j].ref["imgFold"+num+"Sub"+j].src = foldsubinImg.src 				this.sub[j].sub.hideIt() 			} 		}else{ 			this.sub[j].hideIt() 			if (foldImg) this.ref["imgFold"+num].src = foldinImg.src 			if (!substayfolded) this.sub[j].sub.hideIt() 			else if (substayfolded) this.sub[j].sub.css.visibility="hidden" 		} 	} }  //Checking height of the menus, and moves them to the correct position. function checkheight(org){ 	if(mainstayfolded) istart=org; else istart=0 	for(i=istart;i<oFold.length;i++){ 		oFold[i].size=oFold[i].height 		for(j=0;j<oFold[i].sub.length;j++){ 			oFold[i].sub[j].size=oFold[i].sub[j].height+pxbetweensub 			if(oFold[i].sub[j].status){ 				oFold[i].size+=oFold[i].sub[j].size 				if(oFold[i].sub[j].sub.status){ 					oFold[i].size+=oFold[i].sub[j].sub.height+pxbetweensub 					oFold[i].sub[j].size+=oFold[i].sub[j].sub.height+pxbetweensub 				} 			} 			if(j!=0) oFold[i].sub[j].moveIt(1,oFold[i].sub[j-1].y+oFold[i].sub[j-1].size) 		} 		if(i!=0) oFold[i].moveIt(0,oFold[i-1].y+oFold[i-1].size+pxbetweenmain) 	} }  //Fold in and out the submenus. function subfoldmenu(main,sub){ 	if (!substayfolded){ 		for (var i=0; i<oFold[main].sub.length; i++){ 			if (i!=sub){ 				oFold[main].sub[i].sub.hideIt(); 				if (foldImg) oFold[main].sub[i].ref["imgFold"+main+"Sub"+i].src = foldsubinImg.src 			} 		} 	} 	if (!oFold[main].sub[sub].sub.status){ 		oFold[main].sub[sub].sub.showIt() 		if(foldImg) oFold[main].sub[sub].ref["imgFold"+main+"Sub"+sub].src = foldsuboutImg.src 	} 	else{ 		oFold[main].sub[sub].sub.hideIt() 		if(foldImg) oFold[main].sub[sub].ref["imgFold"+main+"Sub"+sub].src = foldsubinImg.src 	} 	checkheight(main) }  //Fold in and out the mainmenus function foldmenu(num){ 	if (!mainstayfolded){ 		for(var i=0; i<oFold.length; i++){ 			if(i!=num) oFold[i].subs(0,i) 		} 	} 	if (!oFold[num].sub[0].status) oFold[num].subs(1,num) 	else oFold[num].subs(0,num) 	checkheight(num) }   function rnd(scale) { 	var dd=new Date();     return((Math.round(Math.abs(Math.sin(dd.getTime()))*8.71*scale)%scale)); }  function start() { 	var next=rnd(13);     while (next==0) next=rnd(13);     last1=next;  	image1="http://image.radio-france.fr/visuel/culture2/image"+next+".gif"; 								 	var next=rnd(13);     while((next==0)||(next==last1)) next=rnd(13);     last2=next; 								 	image2="http://image.radio-france.fr/visuel/culture2/image"+next+".gif"; 								 	var next=rnd(13);     while ((next==0)||(next==last1)||(next==last2)) next=rnd(13);     last3=next; 								 	image3="http://image.radio-france.fr/visuel/culture2/image"+next+".gif"; 							 	var next=rnd(13);     while ((next==0)||(next==last1)||(next==last2)||(next==last3)) next=rnd(13);                               								 	image4="http://image.radio-france.fr/visuel/culture2/image"+next+".gif"; 	document.slideshow.src=image1; }  s1 = 3000;  function runit()  { 	if (document.images) 	{ 		setTimeout("document.slideshow.src=image1", s1); 		setTimeout("document.slideshow.src=image2", 2*s1); 		setTimeout("document.slideshow.src=image3", 3*s1); 		setTimeout("document.slideshow.src=image4; runit()", 4*s1); 	} }  function imgSwap(pic1,pic2) {   if (document.images)  {         document.images[pic1].src = eval(pic2 + ".src");   } }  //--> </SCRIPT>  </HEAD> <BODY BGCOLOR="#730000" LEFTMARGIN=8 TOPMARGIN=8 BOTTOMMARGIN=0 MARGINHEIGHT=8 MARGINWIDTH=8 RIGHTMARGIN=0 OnLoad="start();foldInit();"> <TABLE WIDTH="760" CELLSPACING="0" CELLPADDING="0" BORDER="0"> <TR> 	<TD WIDTH="122" VALIGN="top"><A HREF="/"><IMG SRC="http://image.radio-france.fr/visuel/culture2/image1.gif" WIDTH="122" HEIGHT="69" ALT="Portail Radio France" BORDER="0" NAME="slideshow"></A></TD> 	<TD WIDTH="21"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="21" HEIGHT="1"></td> 	<TD WIDTH="468" ALIGN="right" VALIGN="top"><!--- debut du tag ---> <SCRIPT LANGUAGE="JavaScript"> <!-- var time = new Date(); ordval = (time.getTime()); document.write ('<SCR'+'IPT language="JavaScript" SRC="http://ad.fr.doubleclick.net/adj/culture.radiof.com/;sz=468x60;ord='+ ordval +'?">'); document.write ('document.write(\'<A HREF="http://ad.fr.doubleclick.net/jump/culture.radiof.com/;sz=468x60;abr=!ie4;abr=!ie5;abr=!nn2;abr=!nn3;abr=!nn4;ord='+ ordval +'?">\');'); document.write ('document.write(\'<IMG SRC="http://ad.fr.doubleclick.net/ad/culture.radiof.com/;sz=468x60;abr=!ie4;abr=!ie5;abr=!nn2;abr=!nn3;abr=!nn4;ord='+ ordval +'?" border=0 width="468" height="60"></A>\');</SCR'+'IPT>'); //--> </SCRIPT> <NOSCRIPT> <A HREF="http://ad.fr.doubleclick.net/jump/culture.radiof.com/;sz=468x60;ord=456456?" target="_blank"> <IMG SRC="http://ad.fr.doubleclick.net/ad/culture.radiof.com/;sz=468x60;ord=456456?" border="0" width="468" height="60"> </A> </NOSCRIPT> <!--- fin du tag ---> </TD> 	<TD WIDTH="15" ALIGN="center" VALIGN="top"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="15" HEIGHT="1"></TD> 	<TD WIDTH="134" ROWSPAN="3" ALIGN="CENTER" VALIGN="TOP"> <style type="text/css"><!-- .n02b { font-family : tahoma, arial, helvetica; font-size :11px; color: #ffffff; text-decoration:none; } .n02b:hover { font-family : tahoma, arial, helvetica; font-size :11px; color: #D1D1D1; text-decoration:none; }  .n02b_b { font-family : tahoma, arial, helvetica; font-size :11px; color: #ffffff; text-decoration:none; font-weight:bold; } .n02b_b:hover { font-family : tahoma, arial, helvetica; font-size :11px; color: #D1D1D1; text-decoration:none; font-weight:bold; }  .n02t { font-family : verdana, arial, helvetica; font-size:11px; color:#ffffff; text-decoration:none; } .n02t:hover { font-family : verdana, arial, helvetica; font-size:11px; color:#D1D1D1; text-decoration:none; }  .n02s_b { font-family : tahoma, arial, helvetica; font-size:11px; color:#ffffff; text-decoration:none; font-weight:bold; } .n02s_b:hover { font-family : tahoma, arial, helvetica; font-size:11px; color:#D1D1D1; text-decoration:none; font-weight:bold; } --></style>   <!-- PROMO PUB --> 		<a href="http://www.radio-france.fr/media_planning/redirect.php?promo_id=35100868&sta_id=3" ><img src="http://image.radio-france.fr/img/media_planning/pub_134_71131.gif" alt="Orange 711#31"   border="0"></a> 	<img src="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="4"><br><table width="134" border="0" cellspacing="0" cellpadding="0" bgcolor="#730000"> <tr><td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td>     <td>  	<table width="132" cellspacing="0" cellpadding="0" border="0"> 	<tr><td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=128 height=1></td> 		<td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr> 	<tr><td colspan=3><A HREF="/"><img src="http://image.radio-france.fr/home/nav/img/rf_blanc.gif" width=132 height=39 border=0></A><br> 			<img src="http://image.radio-france.fr/img/vide.gif" width=132 height=1></td></tr> 	<tr><td colspan=3><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1><a href="/services/recherche" class="n02s_b">> RECHERCHE...</a></td></tr> 	<tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td> 		<td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr> 	<tr><td colspan=3><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1><a href="/services/aide" class="n02s_b">> AIDE...</a></td></tr> 	<tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td> 		<td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr> 	 	<tr><td colspan=3 class="n02b_b"><br><br></td></tr> 	 	<!-- RADIOS --> 	<tr><td colspan="3" bgcolor="#003366" class="n02b_b"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1>> LES RADIOS</td></tr> 	<tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td class="n02t">&nbsp;<a href="/chaines/france-inter01/direct" class="n02t">France Inter</a><br> 			&nbsp;<a href="/chaines/info2000/accueil" class="n02t">France Info</a><br> 			&nbsp;<a href="/chaines/france-culture2/sommaire" class="n02t">France Culture</a><br> 			&nbsp;<a href="/chaines/france-musiques/direct" class="n02t">France Musiques</a><br> 			&nbsp;<a href="/sites/france-bleu/sommaire" class="n02t">France BLEU</a><br> 			&nbsp;<a href="/chaines/fip/direct" class="n02t">FIP</a><br> 			&nbsp;<a href="/chaines/lemouv/sommaire" class="n02t">Le Mouv'</a><br> 			&nbsp;<a href="/chaines/hector/accueil" class="n02t">Hector</a><br> 			&nbsp;<a href="/chaines/sophia/pres" class="n02t">Sophia</a><br><br></td>     <td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr> 	 	<!-- THEMATIQUES --> 	<tr><td colspan="3" bgcolor="#672705" class="n02b_b"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1>> LES THEMATIQUES</td></tr> 	<tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td class="n02t">&nbsp;<a href="/divers/thematiques/radio_gout/accueil" class="n02t">la radio du got</a><br> 			&nbsp;<a href="/divers/thematiques/radiodulivre/accueil" class="n02t">la radio du livre</a><br> 			&nbsp;<a href="/divers/thematiques/elections/accueil" class="n02t">radio de la politique</a><br> 			&nbsp;<a href="/divers/thematiques/revuepresse/accueil" class="n02t">les revues de presse</a><br> 			&nbsp;<a href="/reportage/dossiers/etranger/accueil/" class="n02t">franais  l'tranger</a><br> 			<br></td> 		<td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr> 	 	<!-- ACTUALITE --> 	<tr><td colspan="3" bgcolor="#B31A33" class="n02b_b"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1>> ACTUALITE</td></tr> 	<tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td class="n02t">&nbsp;<a href="/reportage/report_jour/" class="n02t">reportage multimdia</a><br> 			&nbsp;<a href="/reportage/archives/" class="n02t">les archives</a><br> 			&nbsp;<a href="/reportage/dossiers/sommaire/" class="n02t">les dossiers</a><br> 			<img src="http://image.radio-france.fr/img/vide.gif" width=1 height=5><br> 			&nbsp;<a href="/reportage/dossiers/irak/" class="n02t">la guerre en Irak</a><br> 			<br></td> 		<td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr> 	 	<!-- ORCHESTRES --> 	<tr><td colspan=3 bgcolor="#02750F"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1><a href="/chaines/orchestres/accueil/" class="n02b_b">> LES ORCHESTRES</a></td></tr> 	<tr><td colspan=3 class="n02t"><br></td></tr>  	<!-- LA PROMO --> 	<!--<tr><td colspan="3"> 		 <table border="0" cellspacing="0" cellpadding="0"> <tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=3 height=11></td> 	<td rowspan="2" valign="bottom" background="http://image.radio-france.fr/home/nav/img/fond_promo.gif">		<a href="http://www.radio-france.fr/media_planning/redirect.php?promo_id=35101081&sta_id=0" ><img src="http://image.radio-france.fr/img/media_planning/multi_60_reportage.gif" alt="Reportage multimdia"   border="0"></a> </td> 	<td><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td> 	<td><img src="http://image.radio-france.fr/img/vide.gif" width=68 height=1></td></tr> <tr><td bgcolor="#737289"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=27></td> 	<td bgcolor="#737289"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td> 	<td bgcolor="#737289" valign="top" class="n02b_b">> A LA UNE<br> 		<img src="http://image.radio-france.fr/img/pix_blanc.gif" width=68 height=1></td></tr> <tr><td bgcolor="#737289"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td> 	<td colspan=3 bgcolor="#737289">		 		<a href="http://www.radio-france.fr/media_planning/redirect.php?promo_id=35101081&sta_id=0" class="n02b">Le reportage multimdia</a> 			<img src="http://image.radio-france.fr/img/vide.gif" width=1 height=5></td></tr> <tr><td colspan="4" class="nbla"><br></td></tr> </table> 			</td></tr>-->  	<!-- RADIO FRANCE --> 	<tr><td colspan="3" bgcolor="#CC9900" class="n02b_b"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1>> RADIO FRANCE</td></tr> 	<tr><td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td> 		<td class="n02t">&nbsp;<a href="/rf/speaker" class="n02t">les programmes</a><br> 			&nbsp;<a href="/chaines/radio-france" class="n02t">le groupe RF</a><br> 			&nbsp;<a href="/rf/evenements" class="n02t">les vnements</a><br> 			&nbsp;<a href="/chaines/radio-france/enpublic/" class="n02t">missions en public</a><br> 			<img src="http://image.radio-france.fr/img/vide.gif" width=1 height=5><br> 			&nbsp;<a href="/rf/documentation/" class="n02t">la documentation</a><br> 			&nbsp;<a href="/chaines/radio-france/publicite" class="n02t">RF Publicit</a><br> 			<br></td> 		<td><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1></td></tr>  	<!-- SERVICES --> 	<tr><td colspan=3 bgcolor="#669999" class="n02b_b"><img src="http://image.radio-france.fr/img/vide.gif" width=2 height=1><a href="/services/accueil/" class="n02b_b">> LES SERVICES</a></td></tr> 	<tr><td colspan=3 class="n02t"><br></td></tr> 	</table> 	 	</td>     <td bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td></tr> <tr><td colspan=3 bgcolor="#FFFFFF"><img src="http://image.radio-france.fr/img/vide.gif" width=1 height=1></td></tr> </table></TD> </TR> <TR> 	<TD COLSPAN="4" VALIGN="TOP"><!-- Menu container --> <div id="divFoldCont"> 	<!-- Top 1 --> 	<div id="divFold0" class="clFold"> 	<TABLE WIDTH="153" CELLSPACING="0" CELLPADDING="0" BORDER="0"> 	<TR> 		<TD COLSPAN="4"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="153" HEIGHT="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="15" HEIGHT="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="15" HEIGHT="20"></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="1"></TD> 		<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/en_direct/" CLASS="bigleft">En Direct</A></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif"></TD> 		<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif"></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 		<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/programmes/" CLASS="bigleft">Les programmes</A></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif"></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 		<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/emissions/" CLASS="bigleft">Les missions</A></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 		<TD BGCOLOR="#990000"><a href="#" onclick="foldmenu(0); return false" class="bigleft" onfocus="if(this.blur)this.blur()">L'information</A></TD> 		<TD BGCOLOR="#990000" VALIGN="TOP"><a href="#" onclick="foldmenu(0); return false" class="bigleft" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/arrow_up.gif" WIDTH="12" HEIGHT="17" NAME="imgFold0" BORDER="0"></A></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 	</TR> 	</TABLE> 	<div id="divFoldSub0_0" class="clFoldSub"> 		<TABLE WIDTH="135" CELLPADDING="0" CELLSPACING="0" BORDER="0"> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3" HEIGHT="1"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/redaction/" CLASS="subleft"><FONT COLOR="#FFFFFF">Aujourd'hui</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17" BORDER="0"></TD> 			<TD BGCOLOR="#730000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD BGCOLOR="#730000" ALIGN="LEFT" VALIGN="MIDDLE"><A HREF="/chaines/france-culture2/redaction/archivesreport.php" CLASS="subleft"><FONT COLOR="#FFFFFF">Reportage</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1" BORDER="0"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/revuepresse/" CLASS="subleft"><FONT COLOR="#FFFFFF">Revue de presse</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1" BORDER="0"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/rdv_redac/" CLASS="subleft"><FONT COLOR="#FFFFFF">Rendez-vous <BR>de la redaction</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1" BORDER="0"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/livre_redac/" CLASS="subleft"><FONT COLOR="#FFFFFF">Livre de la <BR>redaction</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><a href="#" onclick="subfoldmenu(0,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif" name="imgFold0Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1"></TD> 		</TR> 		</TABLE><div id="divFoldSub0_0_0" class="clFoldSub2"><img src="http://image.radio-france.fr/img/vide.gif" width="1" border=0></div> </div> </div> <!-- Top 2 --> <div id="divFold1" class="clFold"> 	<TABLE WIDTH="153" CELLSPACING="0" CELLPADDING="0" BORDER="0"> 	<TR> 		<TD COLSPAN="4"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="31"></TD> 	</TR> 	<TR> 		<TD COLSPAN="4" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/trame_new.gif" WIDTH="153" HEIGHT="9"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="17" HEIGHT="1"></TD> 		<TD BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="117" HEIGHT="1"></TD> 		<TD BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="12" HEIGHT="1"></TD> 	</TR> 	<TR> 		<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 		<TD BGCOLOR="#990000"><a href="#" onclick="foldmenu(1); return false" class="bigleft" onfocus="if(this.blur)this.blur()">Les univers</A></TD> 		<TD BGCOLOR="#990000" ALIGN="RIGHT" VALIGN="TOP"><a href="#" onclick="foldmenu(1); return false" class="bigleft" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/arrow_up.gif" WIDTH="12" HEIGHT="17" NAME="imgFold1" BORDER="0"></A></TD> 	</TR> 	<TR> 		<TD VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 	</TR> 	</TABLE>	 	<div id="divFoldSub1_0" class="clFoldSub">	 		<TABLE WIDTH="135" CELLPADDING="0" CELLSPACING="0" BORDER="0"> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=89" CLASS="subleft"><FONT COLOR="#FFFFFF">Arts plastiques</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=96" CLASS="subleft"><FONT COLOR="#FFFFFF">Cration<br>radiophonique</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=6" CLASS="subleft"><FONT COLOR="#FFFFFF">Evasion</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=5" CLASS="subleft"><FONT COLOR="#FFFFFF">Histoire</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=70" CLASS="subleft"><FONT COLOR="#FFFFFF">Ides</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=69" CLASS="subleft"><FONT COLOR="#FFFFFF">Littrature</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=68" CLASS="subleft"><FONT COLOR="#FFFFFF">Sciences</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=67" CLASS="subleft"><FONT COLOR="#FFFFFF">Socits</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/univers/?univers_id=100" CLASS="subleft"><FONT COLOR="#FFFFFF">Spectacles</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(1,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif"  name="imgFold1Sub0" WIDTH="1" HEIGHT="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 				</TABLE><div id="divFoldSub1_0_0" class="clFoldSub2"><img src="http://image.radio-france.fr/img/vide.gif" height="1"></div></div> </div> <!-- Top 3 --> <div id="divFold2" class="clFold"> 		<TABLE WIDTH="153" CELLSPACING="0" CELLPADDING="0" BORDER="0"> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="17" HEIGHT="2"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/dossiers/accueil/" CLASS="bigleft">Les dossiers</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/forum/" CLASS="bigleft">Les forums</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/agenda/" CLASS="bigleft">L'agenda</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/mediatheque/" CLASS="bigleft">La mdiathque</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="/chaines/france-culture2/internet/" CLASS="bigleft">L'internet culturel</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="14"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="31"></TD> 		</TR> 		<TR> 			<TD COLSPAN="4" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/trame_new.gif" WIDTH="153" HEIGHT="9"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="http://www.radio-france.fr/chaines/france-culture2/services/" CLASS="bigleft">L'aide  l'coute</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="http://www.radio-france.fr/chaines/france-culture2/frequence/" CLASS="bigleft">les frquences</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="20"></TD> 			<TD BGCOLOR="#990000"><A HREF="http://www.radio-france.fr/chaines/france-culture2/contact/" CLASS="bigleft">Nous crire</A></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD BGCOLOR="#990000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="35"></TD> 			<TD BGCOLOR="#990000"><a href="#" onclick="foldmenu(2); return false" class="bigleft" onfocus="if(this.blur)this.blur()">Mon France Culture</A></TD> 			<TD BGCOLOR="#990000" ALIGN="RIGHT"><a href="#" onclick="foldmenu(2); return false" class="bigleft" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/arrow_up.gif" WIDTH="12" HEIGHT="17" NAME="imgFold2" BORDER="0"></A></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#CC0000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="3" BGCOLOR="#000000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="136" HEIGHT="2"></TD> 		</TR> 		</TABLE> 	<div id="divFoldSub2_0" class="clFoldSub">	 		<TABLE WIDTH="135" CELLPADDING="0" CELLSPACING="0" BORDER="0"> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="3"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/mon_france/" CLASS="subleft"><FONT COLOR="#FFFFFF">Prsentation</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="132" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="7"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/mon_france/inscription.php" CLASS="subleft"><FONT COLOR="#FFFFFF">Inscription</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1"></TD> 		</TR> 		<TR> 			<TD COLSPAN="3" BGCOLOR="#8C0010"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1"></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="17"></TD> 			<TD BGCOLOR="#730000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="1" HEIGHT="7"></TD> 			<TD BGCOLOR="#730000"><A HREF="/chaines/france-culture2/mon_france/emissions_univers.php" CLASS="subleft"><FONT COLOR="#FFFFFF">Mes missions</FONT></A></TD> 		</TR> 		<TR> 			<TD BGCOLOR="#420000"><a href="#" onclick="subfoldmenu(2,0); return false" class="clSubLinks" onfocus="if(this.blur)this.blur()"><IMG SRC="http://image.radio-france.fr/img/vide.gif" name="imgFold2Sub0" WIDTH="1" BORDER="0"></A></TD> 			<TD COLSPAN="2" BGCOLOR="#420000"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="128" HEIGHT="1"></TD> 		</TR> 		</TABLE><div id="divFoldSub2_0_0" class="clFoldSub2"><img src="http://image.radio-france.fr/img/vide.gif" height="1"></div></div> </div> </div> </div><IMG SRC="http://image.radio-france.fr/img/chaines/france-culture2/france_cu_logo_bas.gif" WIDTH="122" HEIGHT="23" ALT="" BORDER="0"><IMG SRC="http://image.radio-france.fr/img/chaines/france-culture2/culture_vivante.gif" WIDTH="489" HEIGHT="23" ALT="" BORDER="0"></TD> </TR> <TR> 	<TD COLSPAN="4" VALIGN="TOP"> 	<TABLE WIDTH="626" CELLSPACING="0" CELLPADDING="0" NOWRAP BORDER="0">	 	<TR> 		<TD ALIGN="LEFT" VALIGN="TOP" BACKGROUND="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/fond_trame_new.gif"><A HREF="/chaines/france-culture2/sommaire"><IMG SRC="http://image.radio-france.fr/chaines/france-culture2/sommaire/img/france_com.gif" WIDTH="154" HEIGHT="18" ALT=":Home France  Culture" border="0"></A></TD> 		<TD ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="7" HEIGHT="540" BORDER="0"></TD> 		<TD ALIGN="LEFT" VALIGN="TOP">  	<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0"> 	<TR> 		<TD WIDTH="19"><IMG SRC="img/icone_fleche.gif" WIDTH="19" HEIGHT="19" ALT="" BORDER="0" name="tetiere"></TD> 		<td width="431" align="center" background="img/tetiere_fd_cel.gif" class="titreblanc">Du lundi au vendredi de 13h38  14h00</td> 	</TR> 	</TABLE> 	<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0"> 	<TR> 		<TD HEIGHT="55" ALIGN="right" BACKGROUND="img/image_minisite.jpg" CLASS="auteur"><IMG SRC="img/pixvide.gif" WIDTH="400" HEIGHT="50" ALT="Les chemins de la conaissance" BORDER="0"></TD> 	</TR> 	</TABLE> 	<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="#ffffff"> 	<TR> 		<TD WIDTH="110" ALIGN="CENTER"><A HREF="presentation.php" CLASS="titresemainenoir"><B>Prsentation</B></A></TD> 		<TD WIDTH="1"><IMG SRC="img/pix_noir.gif" WIDTH="1" HEIGHT="15" ALT="" BORDER="0"></TD> 		<TD WIDTH="120" ALIGN="CENTER"><A HREF="index.php" CLASS="titresemainenoir"><B>Cette Semaine</B></A></TD> 		<TD WIDTH="1"><IMG SRC="img/pix_noir.gif" WIDTH="1" HEIGHT="15" ALT="" BORDER="0"></TD> 		<TD WIDTH="108" ALIGN="CENTER"><A HREF="avenir.php" CLASS="titresemainenoir"><B>A Venir</B></A></TD> 		<TD WIDTH="1"><IMG SRC="img/pix_noir.gif" WIDTH="1" HEIGHT="15" ALT="" BORDER="0"></TD> 		<TD BGCOLOR="#AA171D" WIDTH="113" ALIGN="CENTER"><A HREF="archives.php" CLASS="titresemaine"><B>Archives</B></A></TD> 		<TD WIDTH="1"><IMG SRC="img/pix_noir.gif" WIDTH="1" HEIGHT="15" ALT="" BORDER="0"></TD> 	</TR> 	</TABLE> 	<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="#ffffff"> 	<TR> 		<TD COLSPAN="6"><IMG SRC="img/pix_noir.gif" WIDTH="450" HEIGHT="1" ALT="" BORDER="0"></TD> 	</TR> 	</TABLE> 	<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0"> 	<TR> 		<TD BACKGROUND="img/fd_trame.gif" WIDTH="82">&nbsp;</TD> 		<TD BACKGROUND="img/fd_trame.gif" CLASS="date" WIDTH="266">&nbsp;</TD> 		<TD BACKGROUND="img/fd_trame.gif" WIDTH="102" ALIGN="RIGHT" valign="top"><A href="contact.php" onMouseOver="imgSwap('ecrire','ecrire2');" onMouseOut="imgSwap('ecrire','ecrire1');"><IMG SRC="img/bt_ecrire.gif" WIDTH="102" HEIGHT="16" ALT="Nous crire" BORDER="0" name="ecrire"></A></TD> 	</TR> 	</TABLE> 		<!-- tableau pour entrer du texte --> 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD VALIGN="TOP" WIDTH="19"><BR><IMG SRC="img/icone_defaut.gif" WIDTH="19" HEIGHT="19" ALT="" BORDER="0"></TD> 		<TD><BR><IMG SRC="img/pixvide.gif" WIDTH="415" HEIGHT="1" ALT="" BORDER="0"><BR><B><FONT CLASS="titrerouge">&nbsp;&nbsp;Thories de l'volution : arrt sur image, par Lucy Kukstas,</FONT></B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 		</TR> 	</TABLE> 	 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="35"><IMG SRC="img/pixvide.gif" WIDTH="35" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD WIDTH="407"> 		<SPAN CLASS="soustexte">Semaine du 19 Fvrier 2001<br> 		<SPAN CLASS="texte"> Dans les annes cinquante, on avait rejet catgoriquement Lamarck et l'hrdit des caractres acquis pour embrasser les thories de Darwin. Cependant on pressentait qu'il manquait un chanon important dans les connaissances sur les mcanismes d'volution darwinienne, pour rendre compte des "grands sauts"  l'intrieur du processus d'volution et l'absence des "formes intermdiaires". Aujourd'hui, l'alliance entre les disciplines d'embryologie, de gntique et d'volution nous a permis de comprendre que les gnes ne sont pas tous gaux, qu'il existe des gnes matres responsables de la formation de toute une partie du corps. Aussi, nos connaissances sur la nature de l'ADN nous montrent que la plasticit du gnome ne rsulte pas des seules mutations, mais aussi de mcanismes moins alatoires. Finalement, l'inscription de la plasticit du cerveau dans le gnome nous mne  une position plus nuance concernant l'hrdit des caractres acquis. </SPAN><BR><BR><BR></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</TR> 	</TABLE> 	 	 		 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="32"><IMG SRC="img/pixvide.gif" WIDTH="32" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD BGCOLOR="#ffffff"><B><FONT CLASS="titrerouge">Lundi</FONT></B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</tr> 	<TR> 		<TD>&nbsp;</td> 		<TD WIDTH=415><SPAN CLASS="texte">Thories de l'volution et de la slection naturelle avec Pierre-Henri Gouyon, professeur  l'universit Orsay Paris-Sud et Alain Prochiantz, directeur de recherche au CNRS</B><br><br>  		</td> 		<TD>&nbsp;</td> 	</tr> 	</TABLE> 	 		 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="32"><IMG SRC="img/pixvide.gif" WIDTH="32" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD BGCOLOR="#ffffff"><B><FONT CLASS="titrerouge">Mardi</FONT></B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</tr> 	<TR> 		<TD>&nbsp;</td> 		<TD WIDTH=415><SPAN CLASS="texte">La dynamique du gnome avec Pierre Capy, professeur  l'universit Paris-Sud et Alain Prochiantz</B><br><br> 		</td> 		<TD>&nbsp;</td> 	</tr> 	</TABLE> 	 		 		<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="32"><IMG SRC="img/pixvide.gif" WIDTH="32" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD BGCOLOR="#ffffff"><B><FONT CLASS="titrerouge">Mercredi</FONT></B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</tr>  	<TR> 		<TD>&nbsp;</td> 		<TD WIDTH=415><SPAN CLASS="texte">Du gne  la forme avec Andr Adoutte, professeur  l'universit Paris-Sud et Alain Prochiantz</B><br><br> 		</td> 		<TD>&nbsp;</td> 	</tr> 	</TABLE> 	 			<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="32"><IMG SRC="img/pixvide.gif" WIDTH="32" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD BGCOLOR="#ffffff"><B><FONT CLASS="titrerouge">Jeudi</FONT></B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</tr>  	<TR> 		<TD>&nbsp;</td> 		<TD WIDTH=415><SPAN CLASS="texte">L'volution du systme nerveux, des comportements et des motions avec Philippe Vernier, directeur de recherche au CNRS et Jean-Stphane Joly, charg de recherche  l'INRA</B><br><br> 		</td> 		<TD>&nbsp;</td> 	</tr> 	</TABLE> 	 		 		<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="32"><IMG SRC="img/pixvide.gif" WIDTH="32" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD BGCOLOR="#ffffff"><B><FONT CLASS="titrerouge">Vendredi</FONT></B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</tr>  	<TR> 		<TD>&nbsp;</td> 		<TD WIDTH=415><SPAN CLASS="texte">Mettre le doigt sur l'origine de la vie avec Herv Philippe, professeur  l'universit Paris VI et Philippe Janvier, directeur de recherche au CNRS</B><br><br> 		</td> 		<TD>&nbsp;</td> 	</tr> 	<TR><TD colspan=3>&nbsp;</td></TR> 	</TABLE> 		 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> <TR><TD COLSPAN=4>&nbsp;</td></TR><TR> <TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" BORDER="0"></TD><TD WIDTH="19" ALIGN="right" VALIGN="top"><IMG SRC="img/icone_defaut.gif" WIDTH="19" HEIGHT="19" BORDER="0"></TD> <TD WIDTH="415" HEIGHT="19" BACKGROUND="img/tetiere_fd_cel.gif" CLASS="titre11" STYLE = "color:white">&nbsp;&nbsp;<B>Livres</B></TD><TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" BORDER="0"></TD></TR> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Prochiantz, Alain</B>&nbsp;<I>Anatomies de la pense (Les)</I></SPAN><BR> <SPAN CLASS="soustexte">Odile Jacob (1997)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Gouyon, Pierre-Henri (et al.)</B>&nbsp;<I>Avatars du gne : la thorie nodarwinienne de l'volution (Les)</I></SPAN><BR> <SPAN CLASS="soustexte">Belin (1997)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Prochiantz, Alain</B>&nbsp;<I>Biologie dans le boudoir (La)</I></SPAN><BR> <SPAN CLASS="soustexte">Odile Jacob (1995)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Le Guyader, Herv (dir.)</B>&nbsp;<I>Evolution (L')</I></SPAN><BR> <SPAN CLASS="soustexte">Pour la science (1998)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Dawkins, Richard</B>&nbsp;<I>Gne goste (Le)</I></SPAN><BR> <SPAN CLASS="soustexte">Odile Jacob (1996)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Prochiantz, Alain</B>&nbsp;<I>Machine-esprit</I></SPAN><BR> <SPAN CLASS="soustexte">Odile Jacob (2001)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Jacob, Franois</B>&nbsp;<I>Souris, la mouche et l'homme (La)</I></SPAN><BR> <SPAN CLASS="soustexte">Odile Jacob (2000)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Darwin  Charles</B>&nbsp;<I>Ebauche de l'origine des espces : essai de 1844</I></SPAN><BR> <SPAN CLASS="soustexte">Presses universitaires de Lille (1993)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Darwin  Charles</B>&nbsp;<I>L'Expression des motions chez l'homme et les animaux</I></SPAN><BR> <SPAN CLASS="soustexte">CTHS (1998)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Darwin Charles</B>&nbsp;<I>OEuvres compltes I La filiation de l'homme et la slection lie au sexe</I></SPAN><BR> <SPAN CLASS="soustexte">Syllepse (1999)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Darwin, Charles</B>&nbsp;<I>L'Origine des espces</I></SPAN><BR> <SPAN CLASS="soustexte">Flammarion (1992)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Darwin Charles</B>&nbsp;<I>L'Origine des espces</I></SPAN><BR> <SPAN CLASS="soustexte">Flammarion (1992)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Darwin  Charles</B>&nbsp;<I>Thorie de l'volution</I></SPAN><BR> <SPAN CLASS="soustexte">PUF (1981)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Mayr, Ernst</B>&nbsp;<I>Charles Darwin et la pense moderne de l'volution</I></SPAN><BR> <SPAN CLASS="soustexte">Odile Jacob (1993)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR> <TD>&nbsp;</td><TD>&nbsp;</td><TD WIDTH="415"><BR> <IMG SRC="img/pix_rouge.gif" WIDTH="10" HEIGHT="10" BORDER="0"><SPAN CLASS="texte">&nbsp;&nbsp;<B>Tassy, Pascal</B>&nbsp;<I>L'Arbre  remonter le temps</I></SPAN><BR> <SPAN CLASS="soustexte">Diderot (1998)</SPAN> </td> <TD>&nbsp;</td> </tr> <TR><TD colspan=4>&nbsp;</td></TR></TABLE>	 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR="white"> 	<TR> 		<TD WIDTH="27" ALIGN="right" VALIGN="top"><IMG SRC="img/icone_defaut.gif" WIDTH="19" HEIGHT="19" ALT="" BORDER="0"></TD> 		<TD WIDTH="415" HEIGHT="19" BACKGROUND="img/tetiere_fd_cel.gif" CLASS="titreblanc">&nbsp;&nbsp;<B>Informations complmentaires</B></TD> 		<TD WIDTH="8"><IMG SRC="img/pixvide.gif" WIDTH="8" HEIGHT="1" ALT="" BORDER="0"></TD> 	</TR> 	<TR> 		<TD WIDTH="27"><IMG SRC="img/pixvide.gif" WIDTH="27" HEIGHT="1" ALT="" BORDER="0"></TD> 		<TD><IMG SRC="img/pixvide.gif" WIDTH="415" HEIGHT="1" ALT="" BORDER="0"><BR><br> 		<FONT CLASS="texte">Darwin, Charles, "Ebauche de l'origine des espces : essai de 1844", Presses universitaires de Lille, 1993 <br /> Id., "L'Expression des motions chez l'homme et les animaux", CTHS, 1998 <br /> Id., "OEuvres compltes", I, "La filiation de l'homme et la slection lie au sexe", Syllepse, 1999 <br /> Id., "L'Origine des espces", Flammarion, 1992 <br /> Id., "Thorie de l'volution", PUF, 1981 <br />  <br /> Mayr, Ernst, "Charles Darwin et la pense moderne de l'volution", Odile Jacob, 1993 <br />  <br /> Tassy, Pascal, "L'Arbre  remonter le temps", Diderot, 1998</FONT><br><br> 		</TD> 		<TD>&nbsp;</TD> 	</TR> 	</TABLE> 	 	<TABLE WIDTH="450" border="0" CELLSPACING="0" CELLPADDING="0"> 	<TR> 		<TD BACKGROUND="img/tetiere_fd_cel.gif"><A HREF="javascript:history.back();" onMouseOver="imgSwap('bt_back','bt_back2');" onMouseOut="imgSwap('bt_back','bt_back1');"><IMG SRC="img/bt_back.gif" WIDTH="25" HEIGHT="18" ALT="Retour" BORDER="0" name="bt_back"></A></TD> 		<TD BACKGROUND="img/tetiere_fd_cel.gif" ALIGN="RIGHT" WIDTH="425"><A HREF="#haut" onMouseOver="imgSwap('hautdepage','hautdepage2');" onMouseOut="imgSwap('hautdepage','hautdepage1');"><IMG SRC="img/bt_hautdepage.gif" WIDTH="25" HEIGHT="18" ALT="haut de page" BORDER="0" name="hautdepage"></A></TD> 	</TR> 	</TABLE> 	<script language="JavaScript" src="chemins.js"></script>  </TD> 		<TD ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://image.radio-france.fr/img/vide.gif" WIDTH="16" HEIGHT="1" BORDER="0"></TD>	 	</TR> 	</TABLE><BR><BR>&nbsp; 	</TD> </TR> </TABLE>   <script language="JavaScript1.1"> <!-- hsh = new Date(); hsd = document; hsi = '<img width="1" height="1" src="http://logp.xiti.com/hit.xiti?s=24121&s2=3' hsi += '&p=chaines/france-culture2/chemins&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) {s=screen;hsi += '&r=' + s.width + 'x' + s.height + 'x' + s.pixelDepth + 'x' + s.colorDepth;} hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" >'); //--> </script> <noscript> <img width="1" height="1" src="http://logp.xiti.com/hit.xiti?s=24121&s2=3&p=chaines/france-culture2/chemins&" > </noscript>  <br> <!-- DEBUT / Cybermonitor / START --> <script language="javascript"> <!-- CM_RUBRIQUE = "chemins"; CM_CLIENT = "radiofrancev3"; CM_SECTION1 = "franceculture2"; // --></script> <script language="javascript" src="http://js.cybermonitor.com/radiofrancev3.js"> </script> <noscript> <img src="http://stat3.cybermonitor.com/radiofrancev3_v?R=chemins&S=total"> </noscript> <!-- FIN / Cybermonitor / END --> </BODY> </HTML> 
