<!--GENERATION DYNAMIQUE : GP41 (copyright VARIATION 2000)--> <!--a=030421174623,m=030418170341,c=021217135832--> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="/catalog/style.css" type="text/css"> <style type="text/css"> <!-- body {  background-attachment: fixed; background-color: #FFFFFF; background-image: url(/catalog/images/fond.gif); background-repeat: no-repeat} a {  text-decoration: none; color: #000000} a:hover {  color: #999999; text-decoration: none} div {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none} #divScrollTextCont{position:absolute; width:320; height:105; overflow:hidden; z-index:2; top:285; left:340; clip:rect(0,320,110,0); visibility:hidden} #divText{position:absolute; top:0; left:0} --> </style> <script language="JavaScript"> <!-- <!--  function soumission() {   if(document.formulaire.titre.value=="")   {         alert("Vous n'avez rien saisi !");         return false;   }    if(document.formulaire.rech[0].checked) // recherche par auteur   {         document.formulaire.nom.value = document.formulaire.titre.value;   }   else // recherche par titre   {         document.formulaire.nom.value = '' ;   }    document.formulaire.action="/gallimard-cgi/Appli_catal/rech_libre.pl";   document.formulaire.submit();   return false; }  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_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_findObj(n, d) { //v4.01   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 && d.getElementById) x=d.getElementById(n); return x; }  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];} }  function P7_autoLayers() { //v1.2 by PVII  var g,b,k,f,args=P7_autoLayers.arguments;  var a = parseInt(args[0]);if(isNaN(a))a=0;  if(!document.p7setc) {p7c=new Array();document.p7setc=true;   for (var u=0;u<10;u++) {p7c[u] = new Array();}}  for(k=0; k<p7c[a].length; k++) {   if((g=MM_findObj(p7c[a][k]))!=null) {    b=(document.layers)?g:g.style;b.visibility="hidden";}}  for(k=1; k<args.length; k++) {   if((g=MM_findObj(args[k])) != null) {    b=(document.layers)?g:g.style;b.visibility="visible";f=false;    for(j=0;j<p7c[a].length;j++) {     if(args[k]==p7c[a][j]) {f=true;}}   if(!f) {p7c[a][p7c[a].length++]=args[k];}}} }  function lib_bwcheck(){ //Browsercheck (needed) 	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 lib_bwcheck()   /*****************  You set the width and height of the divs inside the style tag, you only have to change the divScrollTextCont, Remember to set the clip the same as the width and height. You can remove the divUp and divDown layers if you want. This script should also work if you make the divScrollTextCont position:relative. Then you should be able to place this inside a table or something. Just remember that Netscape crash very easily with relative positioned divs and tables.  Updated with a fix for error if moving over layer before pageload.  ****************/   //If you want it to move faster you can set this lower, it's the timeout: var speed = 30  //Sets variables to keep track of what's happening var loop, timer  //Object constructor function makeObj(obj,nest){     nest=(!nest) ? "":'document.'+nest+'.' 	this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0;   	this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0; 	this.scrollHeight=bw.ns4?this.css.document.height:this.el.offsetHeight 	this.clipHeight=bw.ns4?this.css.clip.height:this.el.offsetHeight 	this.up=goUp;this.down=goDown; 	this.moveIt=moveIt; this.x=0; this.y=0;     this.obj = obj + "Object"     eval(this.obj + "=this")     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 moveIt(x,y){ 	this.x = x 	this.y = y 	this.css.left = this.x+px 	this.css.top = this.y+px }  //Makes the object go up function goDown(move){ 	if (this.y>-this.scrollHeight+oCont.clipHeight){ 		this.moveIt(0,this.y-move) 			if (loop) setTimeout(this.obj+".down("+move+")",speed) 	} } //Makes the object go down function goUp(move){ 	if (this.y<0){ 		this.moveIt(0,this.y-move) 		if (loop) setTimeout(this.obj+".up("+move+")",speed) 	} }  //Calls the scrolling functions. Also checks whether the page is loaded or not. function scroll(speed){ 	if (scrolltextLoaded){ 		loop = true; 		if (speed>0) oScroll.down(speed) 		else oScroll.up(speed) 	} }  //Stops the scrolling (called on mouseout) function noScroll(){ 	loop = false 	if (timer) clearTimeout(timer) } //Makes the object var scrolltextLoaded = false function scrolltextInit(){ 	oCont = new makeObj('divScrollTextCont') 	oScroll = new makeObj('divText','divScrollTextCont') 	oScroll.moveIt(0,0) 	oCont.css.visibility = "visible" 	scrolltextLoaded = true } //Call the init on page load if the browser is ok... if (bw.bw) onload = scrolltextInit  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_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); }  function MM_popupMsg(msg) { //v1.0   alert(msg); } //--> </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="/catalog/images/fond.gif" onLoad="MM_preloadImages('/catalog/images/accueil_7_f2.gif','/catalog/images/accueil_9_f2.gif','/catalog/images/accueil_10_f2.gif','/catalog/images/accueil_11_f2.gif','/catalog/images/accueil_12_f2.gif','/catalog/images/accueil_13_f2.gif','/catalog/images/accueil_14_f2.gif','/catalog/images/accueil_15_f2.gif','/catalog/images/accueil_16_f2.gif','/catalog/images/accueil_1_f2.gif','/catalog/images/accueil_2_f2.gif','/catalog/images/accueil_3_f2.gif','/catalog/images/accueil_4_f2.gif','/catalog/images/accueil_22_f2.gif','/catalog/images/accueil_25_f2.gif','/catalog/images/menu_2_f2.gif');scrolltextInit();scroll(1);" bgcolor="#FFFFFF" text="#828269" link="#979797" vlink="#979797" alink="#979797" scroll="no"> <div id="flh" style="position: absolute; left: 663px; top: 285px; width: 7px; height: 8px; z-index: 17; line-height: 8px"><a href="javascript:;" onmouseout="MM_swapImgRestore();noScroll()"  onMouseOver="MM_swapImage('accueil_22','','/catalog/images/accueil_22_f2.gif',1);scroll(-5)" onclick="return false"><img name="accueil_22" src="/catalog/images/accueil_22.gif" width="7" height="8" border="0" alt=""></a></div> <div id="flb" style="position: absolute; left: 663px; top: 385px; width: 7px; height: 8px; z-index: 18; line-height: 8px"><a href="javascript:;" onmouseout="MM_swapImgRestore();noScroll()"  onMouseOver="MM_swapImage('accueil_25','','/catalog/images/accueil_25_f2.gif',1);scroll(5)" onclick="return false"><img name="accueil_25" src="/catalog/images/accueil_25.gif" width="7" height="8" border="0" alt=""></a></div> <div id="outils" style="position: absolute; left: 0px; top: 0px; width: 676px; height: 10px; z-index: 5; line-height: 14px">   <table border="0" cellpadding="0" cellspacing="0" width="676">     <tr>       <td><a href="http://www.gallimard.fr" onmouseout="MM_swapImgRestore()"  onMouseOver="MM_swapImage('accueil_1','','/catalog/images/accueil_1_f2.gif',1);" target="_parent" ><img name="accueil_1" src="/catalog/images/accueil_1.gif" width="141" height="10" border="0" alt=""></a></td>       <td><a href="/catalog/html/contact/index.htm" onmouseout="MM_swapImgRestore()"  onMouseOver="MM_swapImage('accueil_2','','/catalog/images/accueil_2_f2.gif',1);" ><img name="accueil_2" src="/catalog/images/accueil_2.gif" width="131" height="10" border="0" alt=""></a></td>       <td><a href="/catalog/html/liens/index.htm" onmouseout="MM_swapImgRestore()"  onMouseOver="MM_swapImage('accueil_3','','/catalog/images/accueil_3_f2.gif',1);" ><img name="accueil_3" src="/catalog/images/accueil_3.gif" width="132" height="10" border="0" alt=""></a></td>       <td><a href="/catalog/balises/NewsL/index__.html" onmouseout="MM_swapImgRestore()"  onMouseOver="MM_swapImage('accueil_5','','/catalog/images/accueil_5_f2.gif',1);" ><img name="accueil_5" src="/catalog/images/accueil_5.gif" width="131" height="10" border="0" alt=""></a></td>       <td><a href="/catalog/html/plan/index.htm" onmouseout="MM_swapImgRestore()"  onMouseOver="MM_swapImage('accueil_4','','/catalog/images/accueil_4_f2.gif',1);" ><img name="accueil_4" src="/catalog/images/accueil_4.gif" width="141" height="10" border="0" alt=""></a></td>     </tr>   </table> </div> <div id="fixe" style="position: absolute; left: 342px; top: 39px; width: 116px; height: 144px; z-index: 38; line-height: 16px">   <table border="0" cellpadding="0" cellspacing="0" width="116">     <tr>       <td><a href="/gallimard-cgi/appliv1/affirubsfirst.pl?ed=1"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_7','','/catalog/images/accueil_7_f2.gif',1);P7_autoLayers(0,'menu1','cache')" target="main" ><img name="accueil_7" src="/catalog/images/accueil_7.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="/catalog/html/event/index.htm"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_9','','/catalog/images/accueil_9_f2.gif',1);P7_autoLayers(0,'menu2','cache')" target="main"  ><img name="accueil_9" src="/catalog/images/accueil_9.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="/catalog/welcome.html"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_10','','/catalog/images/accueil_10_f2.gif',1);P7_autoLayers(0,'menu3','cache')" target="main"  ><img name="accueil_10" src="/catalog/images/accueil_10.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="/catalog/Html/document/index.htm"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_11','','/catalog/images/accueil_11_f2.gif',1);P7_autoLayers(0,'menu4','cache')" target="main"  ><img name="accueil_11" src="/catalog/images/accueil_11.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="#"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_12','','/catalog/images/accueil_12_f2.gif',1);P7_autoLayers(0,'menu5','cache')"  ><img name="accueil_12" src="/catalog/images/accueil_12.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="#"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_13','','/catalog/images/accueil_13_f2.gif',1);P7_autoLayers(0,'menu6','cache')"><img name="accueil_13" src="/catalog/images/accueil_13.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="/catalog/html/editions_originales/editions_originales_.htm"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_14','','/catalog/images/accueil_14_f2.gif',1);P7_autoLayers(0)" target="main"  ><img name="accueil_14" src="/catalog/images/accueil_14.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="/catalog/html/event/quiz_.htm"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_15','','/catalog/images/accueil_15_f2.gif',1);P7_autoLayers(0,'menu8','cache')" target="main"  ><img name="accueil_15" src="/catalog/images/accueil_15.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>     <tr>       <td><a href="/catalog/Html/sites/index.htm"  onMouseOver="MM_swapImgRestore();MM_swapImage('accueil_16','','/catalog/images/accueil_16_f2.gif',1);P7_autoLayers(0,'menu9','cache')" target="main"  ><img name="accueil_16" src="/catalog/images/accueil_16.gif" width="116" height="16" border="0" alt=""></a></td>     </tr>   </table> </div> <div id="titre" style="position: absolute; left: 1px; top: 183px; width: 674px; height: 99px; z-index: 39">   <table border="0" cellpadding="0" cellspacing="0" width="674">     <tr>       <td bgcolor="#D03430"><img src="/catalog/images/spacer.gif" width="310" height="99" border="0" alt=""></td>       <td><a href="javascript:;" onmouseover="P7_autoLayers(0);MM_swapImgRestore()"><img name="accueil_18" src="/catalog/images/accueil_18.gif" width="300" height="99" border="0" alt=""></a></td>       <td bgcolor="#D03430"><img src="/catalog/images/spacer.gif" width="64" height="99" border="0" alt=""></td>     </tr>   </table> </div> <div id="decouv" style="position:absolute; left:51px; top:265px; width:116px; height:17px; z-index:40"><img src="/catalog/images/decouv.gif" alt="" width="116" height="17"></div>  <div id="couv1" style="position:absolute; left:11px; top:120px; width:81px; height:141px; z-index:44"><a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010428030101100"><img src="/catalog/images/home/zone_a/04orme.jpg" alt="C&#8217;tait bien, de Jean d&#8217;Ormesson" width="79" border="1"></a></div>  <div id="couv2" style="position:absolute; left:93px; top:86px; width:81px; height:131px; z-index:43"><a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010415720103100"><img src="/catalog/images/home/zone_b/07riva.jpg" alt="La langue des papillons et autres nouvelles, de Manuel Rivas" width="79" border="1"></a></div>  <div id="couv3" style="position:absolute; left:175px; top:222px; width:81px; height:125px; z-index:42"><a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010388290182100"><img src="/catalog/images/home/zone_c/09blok.jpg" alt="Le Monde terrible, d&#8217;Alexandre Blok" width="79" border="1"></a></div>  <div id="couv4" style="position:absolute; left:257px; top:79px; width:81px; height:134px; z-index:21"><a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010423780155800" onmouseover="MM_swapImgRestore();P7_autoLayers(0)"><img src="/catalog/images/home/zone_d/05todd.jpg" alt="Aprs l'empire, d'Emmanuel Todd" width="79" border="1"></a></div>  <div id="couv5" style="position:absolute; left:585px; top:88px; width:81px; height:127px; z-index:41"><a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=210399422160700" onmouseover="P7_autoLayers(0);MM_swapImgRestore()"><img src="/catalog/images/home/zone_e/02lhom.jpg" alt="Le Seigneur Sha (Livre des toile, tome II) d&#8217;Eik L'Homme" width="79" border="1"></a></div>  <div id="temp" style="position:absolute; left:51px; top:282px; width:116px; height:110px; z-index:20">   <table border="0" cellspacing="0" cellpadding="0">     <tr>       <td height="17" class="liens"><a href="http://www.gallimard.fr/salondulivre-paris" target="_parent"><b>Salon         du livre 2003...</b></a></td>     </tr>     <tr>       <td bgcolor="#D03430"><img src="/catalog/images/spacer.gif" width="116" height="1" border="0" alt=""></td>     </tr>     <tr>       <td height="17" class="liens"><a href="http://www.gallimard.fr/simenon" target="_parent">Dossier         Simenon </a></td>     </tr>     <tr>       <td bgcolor="#D03430"><img src="/catalog/images/spacer.gif" width="116" height="1" border="0" alt=""></td>     </tr>     <tr>       <td height="17" class="liens"><a href="/catalog/Html/event/index_krings.html" target="_parent">Dr&ocirc;les         de Petites B&ecirc;tes</a></td>     </tr>     <tr>       <td bgcolor="#D03430"><img src="/catalog/images/spacer.gif" width="116" height="1" border="0" alt=""></td>     </tr>     <tr>       <td height="17" class="liens"><a href="http://www.gallimard.fr/foliojunior" target="_parent">Concours         <b>Folio Junior</b></a></td>     </tr>     <tr>       <td bgcolor="#D03430"><img src="/catalog/images/spacer.gif" width="116" height="1" border="0" alt=""></td>     </tr>     <tr>       <td height="17" class="liens"><a href="http://www.harrypotter.gallimard-jeunesse.fr/Pages/Menu.html" target="_blank">Le         site Harry Potter</a><a href="/gallimard-cgi/appliv1/affirubs1first.pl?ed=2&amp;ru=202" target="main">         </a></td>     </tr>     <tr>       <td bgcolor="#D03430" height="1"><img src="/catalog/images/spacer.gif" width="116" height="1" border="0" alt=""></td>     </tr>     <tr>       <td height="17" class="liens"><a href="/catalog/html/fiche_pedagogique/index_pedago.html" target="_parent">Fiches         p&eacute;dagogiques</a></td>     </tr>     <tr>       <td bgcolor="#D03430" height="1"><img src="/catalog/images/spacer.gif" width="116" height="1" border="0" alt=""></td>     </tr>   </table> </div> <div id="menu9" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:32; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" width="1" valign="top"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></td>       <td class="liensfixes" height="130" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>              <td class="liensfixes" height="13">&nbsp;</td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="/catalog/html/commun/infolib_.htm" target="main">Infolibraires</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="/guides" target="_blank">Guides                Gallimard</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="/multimedia" target="_blank">Multim&eacute;dia                Gallimard</a> </td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="http://www.harrypotter.gallimard-jeunesse.fr/Pages/Menu.html" target="_blank">Site                Harry Potter</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="http://www.denoel.fr" target="_blank">Deno&euml;l</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="http://www.mercuredefrance.fr" target="_blank">Mercure                de France</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="/catalog/html/librairie/librairies_gallimard_.htm" target="main">Nos                librairies en ligne</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="http://www.le-debat.gallimard.fr" target="_blank">Revue                Le D&eacute;bat </a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="/catalog/animal/index.htm" target="_blank">Le                r&egrave;gne animal</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="http://www.gallimard.fr/otori" target="_blank">Le                Clan des Otori</a></td>           </tr>           <tr>              <td class="liensfixes" height="13"><a href="/catalog/html/liens/index.htm" target="main">Sites                recommand&eacute;s</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <div id="cache" style="position:absolute; left:291px; top:7px; width:355px; height:407px; z-index:22; visibility: hidden"><a href="javascript:;" onmouseover="P7_autoLayers(0);MM_swapImgRestore()"><img src="/catalog/images/spacer.gif" alt="" width="344" height="404" name="cacheimg" border="0"></a></div> <div id="cache2" style="position:absolute; left:449px; top:37px; width:8px; height:235px; z-index:23"><img src="/catalog/images/spacer.gif" alt="" width="19" height="150"></div> <div id="divScrollTextCont" style="" onMouseOver="noScroll()" onMouseOut="scroll(1)">   <div id="divText">      <p> <br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        <a href="http://www.gallimard.fr/foliojunior" target="_parent" class="boldrouge1">Concours        Folio Junior. <i>Les Mondes fantastiques</i></a>.&nbsp;Gagnez une cam&eacute;ra        num&eacute;rique, des appareils photo num&eacute;riques, des DVD, des livres...        en participant au grand concours organis&eacute; par Gallimard Jeunesse        <br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        De nouvelles <a href="http://www.gallimard.fr/fiches-pedagogiques" class="boldrouge1" target="_parent">fiches        p&eacute;dagogiques</a> sont en ligne&nbsp;: <span class="bolditalrouge1">La        Vie devant soi</span>, de Romain <b>Gary&nbsp;; </b><span class="bolditalrouge1">Le        M&eacute;decin malgr&eacute; lui</span> de <b>Moli&egrave;re</b> <br>       &nbsp;<br>       <a href="/catalog/html/event/pinocchio_.htm" class="boldrouge2">Pinocchio</a>,        de <b>Roberto Benigni</b>, sort sur les &eacute;crans fran&ccedil;ais le        26 mars. Voici une occasion unique de red&eacute;couvrir l'univers du petit        pantin toscan cr&eacute;&eacute; par <b>Carlo Collodi</b><br>       &nbsp;<br>       <b>Comm&eacute;morations</b>. Les grands rendez-vous de 2003&nbsp;: <a href="/catalog/html/home/zone_f/index17.htm" class="boldrouge2">Marguerite        Yourcenar</a>&nbsp;; <a href="/catalog/html/home/zone_d/index14.htm" class="boldrouge2">Raymond        Queneau</a>&nbsp;; <a href="/catalog/html/event/simenon_.htm" class="boldrouge2">Georges        Simenon</a><br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        <a href="http://www.gallimard.fr/original" target="_parent" class="boldrouge1">&Eacute;ditions        originales</a>&nbsp;: un nouveau catalogue de plus de 700 titres est en        ligne<br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">&nbsp;<a href="http://www.gallimard.fr/giboulees" class="boldrouge1">Concours        Dr&ocirc;les de Petites B&ecirc;tes-<i>Version Femina</i></a>&nbsp;: les        r&eacute;sultats et les dix meilleurs dessins sont en ligne&nbsp;! <br>       &nbsp;<br>       <a href="http://www.chandernagor-lachambre.com" class="bolditalrouge2" target="_blank">La        Chambre</a> de Franoise Chandernagor <br>       &nbsp;<br>       Rencontres avec <a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010482050101100" class="boldrouge2">Antoine        Audouard</a>, <a href="/catalog/html/home/zone_e/index24.htm" class="boldrouge2">Fran&ccedil;ois        Nourissier</a>, <a href="/catalog/html/home/zone_e/index23.htm" class="boldrouge2">Maurice        G. Dantec</a>, <a href="/catalog/html/home/zone_e/index21.htm" class="boldrouge2">J.M.G.        Le Cl&eacute;zio</a>, <span class="boldrouge2">Paule Constant</span> (<a href="/catalog/html/home/zone_e/index22.htm" class="rouge2">entretien</a>        et <a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010423270101100" class="rouge2">vid&eacute;o</a>)        <a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010424400139400" class="boldrouge2">Jacques        Drillon</a>, <a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010481220101100" class="boldrouge2">J&eacute;r&ocirc;me        Garcin</a>, <a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010480500101100" class="boldrouge2">Philippe        Le Guillou</a> et <span class="boldrouge2">Jean d'Ormesson</span> (<a href="/catalog/html/home/zone_e/index20.htm" class="rouge2">entretien</a>        et <a href="/gallimard-cgi/appliv1/affirubs2first.pl?ouvrage=010428030101100" class="rouge2">vid&eacute;o</a>)        <br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        <a href="/catalog/Html/home/zone_f/index18.htm" class="boldrouge1">Concours        <i>Solaris</i></a>. D&eacute;couvrez la <b>liste des</b> <b>laur&eacute;ats</b>&nbsp;!<br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        <a href="http://www.gallimard.fr/foliojunior" target="_parent" class="boldrouge1">Concours        Folio Junior. <i>Les Mondes fantastiques</i></a>.&nbsp;Gagnez une cam&eacute;ra        num&eacute;rique, des appareils photo num&eacute;riques, des DVD, des livres...        <br>       &nbsp;<br>       Prolongez votre visite au<a href="http://www.gallimard.fr/salondulivre-paris" class="boldrouge2" target="_blank">        Salon du Livre de Paris</a>&nbsp;: vingt-sept auteurs, qui ont &eacute;t&eacute;        pr&eacute;sents sur le salon, <b>lisent des extraits de leur dernier livre</b>        (vid&eacute;os) <br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        Exposition&nbsp;: &laquo;&nbsp;<a href="/catalog/html/event/exposition_.htm" class="bolditalrouge1">Fran&ccedil;ois-Marie        Banier</a>&nbsp;&raquo; &agrave; la Maison Europ&eacute;enne de la Photographie        &agrave; Paris <br>       &nbsp;<br>       <img src="/catalog/images/nouv_hp_1.gif" width="57" height="15" align="absmiddle">        Rencontres avec <a href="/catalog/Html/event/Index_home/djian02_.htm" class="boldrouge1">Philippe        Djian</a>, <a href="/catalog/Html/event/Index_home/assouline02_.htm" class="boldrouge1">Pierre        Assouline</a> et <a href="/catalog/Html/event/Index_home/giesbert01_.htm" class="boldrouge1">Franz-Olivier        Giesbert</a> </p>     </div> </div>  <div id="menu4" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:35; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" rowspan="6" valign="top" width="1"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></td>       <td class="liensfixes" height="65" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>             <td class="liensfixes" height="13">&nbsp;</td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="http://81.93.4.22:15000/" target="_blank">La               Phototh&egrave;que</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="http://www.amis-auteurs-nicaise.gallimard.fr/" target="_blank">Amis               d'auteur</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/html/PDF/historique_gallimard.pdf" target="_blank">Historique               (fichier PDF)</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/html/PDF/gall-eng.pdf" target="_blank">What               is Gallimard? (PDF)</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/html/PDF/gall-esp.pdf" target="_blank">Hist&oacute;rica               (PDF)</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/html/document/bulletin_.htm">Le               Bulletin Gallimard</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/html/fiche_pedagogique/index_pedago.html" target="_parent">Les               fiches p&eacute;dagogiques</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <div id="menu5" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:34; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" rowspan="6" valign="top" width="1"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></td>       <td class="liensfixes" height="65" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>             <td class="liensfixes" height="13">&nbsp;</td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/grp/index.htm">Le               Groupe aujourd'hui</a> </td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="#" onclick="MM_openBrWindow('/catalog/Html/visit/page1.htm','visit','width=674,height=380')">Visite               guid&eacute;e (flash)</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/revue/index.htm">Les               revues </a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/nrf/index.htm">Un               si&egrave;cle Nrf (historique)</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <div id="menu6" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:33; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" width="1" valign="top"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></td>       <td class="liensfixes" height="130" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>             <td class="liensfixes" height="13">&nbsp;</td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/commun/index.htm">Cercle               de la pleiade</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/commun/enseign_.htm">Cercle               de l'enseignement</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <div id="menu2" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:36; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" width="1" valign="top"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></td>       <td class="liensfixes" height="130" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>             <td class="liensfixes" height="13">&nbsp;</td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/index.htm">vnements</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/sign_.htm">Signatures</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/salons_.htm">Salons</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/tv_radio__.htm">TV-Radio</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/exposition_.htm">Expositions</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/theatre_.htm">Thtre</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/prix_.htm">Prix               litt&eacute;raires</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/concours_.htm">Concours</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/Html/event/entretiens_.htm">Entretiens</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="http://81.93.4.22/rentree-2002" target="_parent">La               rentre litt&eacute;raire 2002</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <div id="menu1" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:37; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" rowspan="2" valign="top" width="1"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></td>       <td class="liensfixes" height="117" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>             <td class="liensfixes" height="13">&nbsp;</td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/AppliV1/affirubsfirsta.pl?ru=102&ed=1">Connaissance</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/appliv1/maisedfirst.pl?ed=80" target="main">Folio</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/AppliV1/affirubsfirsta.pl?ru=113&ed=1">Litt&eacute;rature               &eacute;trang&egrave;re </a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/AppliV1/affirubsfirsta.pl?ru=104&amp;ed=1" target="main">Litt&eacute;rature               g&eacute;n&eacute;rale</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/AppliV1/affirubsfirsta.pl?ru=105&ed=1">Pl&eacute;iade</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/appliv1/maisedfirst.pl?ed=81">D&eacute;couvertes               Gallimard</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/appliv1/affirubs1first.pl?ed=2&ru=202">Deno&euml;l</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/appliv1/affirubs1first.pl?ed=21&amp;ru=401" target="main">Gallimard               Jeunesse </a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/appliv1/maisedfirst.pl?ed=82">Guides               Gallimard</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/gallimard-cgi/appliv1/maisedfirst.pl?ed=5" target="main">Mercure               de France</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><img src="/catalog/images/trid.gif" width="3" height="6" border="0"><a href="/catalog/html/parution/parutionindexparolesaut.htm">Paroles               d'auteur (vidos)</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><img src="/catalog/images/trid.gif" width="3" height="6" border="0"><a href="/catalog/html/parution/parutionindexbonfeuil.htm">Bonnes               feuilles </a></td>           </tr>         </table>       </td>     </tr>   </table> </div> <form onSubmit='return soumission()' name="formulaire" method="GET"  target="main"> <table border="0" cellpadding="0" cellspacing="0" width="627">     <tr>       <td><img src="/catalog/images/spacer.gif" alt="" width="40" height="400">       </td>      </tr>     <tr>         <td width="212" align="center"> 	   <input type="text" name="titre" class="liens" size="20">         </td>         <td><a href="#" onclick="return soumission()"><img name="rech_2" src="/catalog/images/rech_2.gif" width="67" height="18" border="0" alt="">         </a>         </td>         <td><img src="/catalog/images/spacer.gif" width="78" height="18" border="0" alt=""></td>         <td>           <input type="radio" name="rech" value="0" checked>         </td>         <td><img name="rech_5" src="/catalog/images/rech_5.gif" width="85" height="18" border="0" alt=""></td>         <td><img src="/catalog/images/spacer.gif" width="55" height="18" border="0" alt=""></td>         <td>         <input type="radio" name="rech" value="1">         </td>         <td><img name="rech_8" src="/catalog/images/rech_8.gif" width="92" height="18" border="0" alt=""></td>     </tr>   </table>     <input type="hidden" name="tri" value="ac">     <input type="hidden" name="nom" value="">     <input type="hidden" name="recherche" value="0"> </form> <div id="menu3" style="position:absolute; left:461px; top:13px; width:153px; height:200px; z-index:35; visibility: hidden">   <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">     <tr>       <td bgcolor="#E0E0B8" height="200" rowspan="6" valign="top" width="1"><a target="_blank"><img src="/catalog/images/spacer.gif" alt="" width="1" height="200"></a></td>       <td class="liensfixes" height="65" valign="top">         <table border="0" cellspacing="0" cellpadding="0" width="123" background="/catalog/images/fond2.gif">           <tr>             <td class="liensfixes" height="13"><i>Recherche par</i> :</td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_auteur.htm" target="main">Auteur               </a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_titre.htm" target="main">Titre</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_collection.htm" target="main">Collection</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_theme.htm" target="main">Genre               litt&eacute;raire ou th&egrave;me</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_langue.htm" target="main">Langue               d'origine</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_nationalite.htm" target="main">Nationalit&eacute;               des auteurs</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/catalog/index_catal_parution.htm" target="main">P&eacute;riode               de parution</a></td>           </tr>           <tr>             <td class="liensfixes" height="13"><a href="/multimedia" target="_blank"><img src="/catalog/images/trid.gif" width="3" height="6" border="0">&nbsp;Multimdia               Gallimard</a></td>           </tr>         </table>       </td>     </tr>   </table> </div> </body> </html> 
