                                <script language="JavaScript"> <!-- function numberOfDays(m,y) { return 30 + (1 + m + m/7)%2 - (m == 1)*(1 + ((y%4 != 0 || y%100 == 0) && y%400 != 0)); }  function addZero(i) { return i < 10 ? '0' + i : i; }  function setDayList(DayField, MonthField, YearField) { 	var DaySelectedIndex = DayField.selectedIndex; 	var MonthSelected = parseInt(MonthField.options[MonthField.selectedIndex].value); 	var YearSelected = parseInt(YearField.options[YearField.selectedIndex].value); 	DayField.length = numberOfDays(MonthSelected,YearSelected); 	for (i = 1; i <= DayField.length; i++) 	{ 		DayField.options[i-1].text = i; 		DayField.options[i-1].value = i; 	} 	DayField.selectedIndex = DaySelectedIndex >= DayField.length ? DayField.length - 1 : DaySelectedIndex; }  function resetDayList(DayField, DayListLength, DaySelect) { 	DayField.length = DayListLength; 	for (i = 1; i <= DayField.length; i++) 	{ 		DayField.options[i-1].text = i; 		DayField.options[i-1].value = i; 		if(i == DaySelect - 1) DayField.options[i].defaultSelected = true; 	} } //--> </script>   <script	language="javascript"	src="/gallim/include/javascript/menus/DynamicMenus.js"></script> <script	language="javascript"> <!-- 	new	ypSlideOutMenu("ALLEES", "right",	155, 133,	175, 20 * 13) //--> </script> <style type="text/css"> 	.menu { 		font:11px	Tahoma,	Verdana, Geneva, sans-serif; color:#00F0F0; 		margin-right:1px;		 	} 	.options { 		font:11px	Tahoma,	Verdana, Geneva, sans-serif; color:#00F0F0; 		margin-right:1px;				 		border:1px solid #000000;		 		background-image:url(/gallim/images/L-LogoJava01.gif); 	} 	.menu	a	{ 		font:bold	11px Tahoma, Verdana,	Geneva,	sans-serif;	color:#00FF00; 		display:block; 		padding:2px	5px; 		text-decoration:none; 		color:#000000;		 	} 	.menu	a:hover	{ 		color: #FFFFFF; 		background-color:#9B0000; 	} </style>  <map name="Map"> 	<area	shape="poly" coords="199,-1,202,30,213,38,226,40,240,36,248,32,253,16,261,9,267,-7"	href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> 	<area	shape="poly" coords="259,32,200,3,258,31,259,31,199,2" href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> 	<area	shape="poly" coords="213,24" href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> </map> <map name="Map3"> 	<area	shape="poly" coords="253,57" href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> 	<area	shape="poly" coords="201,74,213,64,216,53,225,48,234,54,239,63,244,64,256,56,265,56,270,65,268,77" href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> </map> <map name="Map4"> 	<area	shape="poly" coords="34,21,38,9,50,6,58,13,63,24,70,19,77,13,90,15,92,24,89,36,77,40,74,51,67,62,57,70,42,70,30,67,23,57,23,38"	href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> </map> <map name="Map5"> 	<area	shape="circle" coords="66,46,23" href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"> </map> <map name="MapGal1">   <area shape="rect" coords="68,46,200,137" href="http://www.gallimardmontreal.com/gallim/site/index.jsp"> </map> <map name="MapGal2">    <area shape="rect" coords="69,-24,274,19" href="http://www.gallimardmontreal.com/gallim/site/index.jsp"> </map> <map name="MapGal3">    <area shape="poly" coords="253,57" href="http://www.gallimardmontreal.com/gallim/site/index.jsp">   <area shape="poly" coords="201,74,213,64,216,53,225,48,234,54,239,63,244,64,256,56,265,56,270,65,268,77" href="http://www.gallimardmontreal.com/gallim/site/index.jsp">   <area shape="rect" coords="-31,38,129,112" href="http://www.gallimardmontreal.com/gallim/site/index.jsp"> </map> <map name="MapGal4">    <area shape="poly" coords="199,-1,202,30,213,38,226,40,240,36,248,32,253,16,261,9,267,-7" href="http://www.gallimardmontreal.com/gallim/site/index.jsp">   <area shape="poly" coords="259,32,200,3,258,31,259,31,199,2" href="http://www.gallimardmontreal.com/gallim/site/index.jsp">   <area shape="poly" coords="213,24" href="http://www.gallimardmontreal.com/gallim/site/index.jsp">   <area shape="rect" coords="-32,-15,130,42" href="http://www.gallimardmontreal.com/gallim/site/index.jsp"> </map>  <html> <head> <title>Librairie Gallimard Montr&eacute;al - Actualit&eacute;s</title> <META name="keywords" content="librairie gallimard montral, livre, livres, littrature, roman, pliade, collection dcouvertes, folio, folio junior, livre enfant, livres enfants, prix, Goncourt, Renaudot, Fmina, Mdicis, Nobel, cadeau, cadeaux, montreal, quebec, canada"> <meta	http-equiv="Content-Type"	content="text/html;	charset=iso-8859-1"> <link	rel="stylesheet" href="/gallim/gallimard.css"	type="text/css"> <script	language="JavaScript"> <!-- 	function MM_reloadPage(init) {	//reloads	the	window if	Nav4 resized 		if (init==true)	with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4))	{ 			document.MM_pgW=innerWidth;	document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} 		else if	(innerWidth!=document.MM_pgW ||	innerHeight!=document.MM_pgH)	location.reload(); 	} 	MM_reloadPage(true); 	function addBookToCart(BookID) { 		document.addBookForm.pNOPRESERVEUserAddsBookID.value = BookID; 		document.addBookForm.submit(); 	}  	// code for preloading images, avoiding that page refresh creates empty squares in IE 6.0 	var myimages=new Array() 	function preloadimages() 	{ 		if(document.images) 		{ 			for(i=0;i<preloadimages.arguments.length;i++) 			{ 				myimages[i]=new Image(); 				myimages[i].src=preloadimages.arguments[i]; 			} 		} 	} 	preloadimages('/gallim/images/1.gif');  	function goToCatalog(type) 	{ 		document.goToCatalogForm.pCatalogType.value = type; 		document.goToCatalogForm.submit(); 	} 	function goToBookPage(ean13) 	{ 		document.goToBookForm.pEAN13.value = ean13; 		document.goToBookForm.submit(); 	} 	 	function goToAllee(allee) 	{ 		document.alleeForm.pAlleeID.value = allee; 		document.alleeForm.submit(); 	} 	 	function goToSearchByAuthor(autor) 	{ 		document.goToSearchPage.pParamAutSujTit.value = autor; 		document.goToSearchPage.submit(); 	} //--> </script> </head> <body	bgcolor="#FFFFFF"	text="#000000" marginheight="0"	marginwidth="0"	leftmargin="0" topmargin="0" background="/gallim/images/BG-BottomMainTable01.gif"> <table width="100%"	border="0" cellspacing="0" cellpadding="0" background="/gallim/images/BG-TopTable01.gif"> 	<form name="goToSearchPage" method="get" action="http://www.gallimardmontreal.com/gallim/site/recherche.jsp"> 		<input type="hidden" name="pSearchByAuthor" value="true"> 		<input type="hidden" name="pParamAutSujTit" value=""> 	</form> 	<form name="languageForm" method="post" action="http://www.gallimardmontreal.com/gallim/site/actualite.jsp"> 		<input type="hidden" name="pLanguageID"	value="0"> 		<input type="hidden" name="pNOPRESERVECurrentPageNumber" value="1"> 		 	</form> 	<form name="logoutForm" method="post" action="http://www.gallimardmontreal.com/gallim/site/actualite.jsp"> 		<input type="hidden" name="UserTriesToLogOut" value="true"> 	</form> 	<form name="cancelForm" action="http://www.gallimardmontreal.com/gallim/site/actualite.jsp" method="post"> 		<input type="hidden" name="pIntention" value="-1"> 	</form> 	<form name="addBookForm" action="http://www.gallimardmontreal.com/gallim/site/actualite.jsp" method="post"> 		 		<input type="hidden" name="pNOPRESERVECurrentPageNumber" value="1"> 		<input type="hidden" name="pNOPRESERVEUserAddsBookID"> 	</form> 	<form name="goToBookForm" action="http://www.gallimardmontreal.com/gallim/site/livre.jsp" method="get"> 		<input type="hidden" name="pEAN13"> 		 		<input type="hidden" name="pPreviousPageID" value="-1"> 		<input type="hidden" name="pNOPRESERVECurrentPageNumber" value="-1"> 		<input type="hidden" name="pAlleeID" value="-1">  		<input type="hidden" name="pOrderBy" value="-1"> 		<input type="hidden" name="pCatalogType" value="-1"> 		<input type="hidden" name="pSearchByLetter" value="A"> 		 		<input type="hidden" name="pRayonID" value="-1"> 		 	</form> 	<form name="goToCatalogForm" action="http://www.gallimardmontreal.com/gallim/site/catalogue.jsp" method="post"> 		<input type="hidden" name="pCatalogType"> 	</form> 	<form name="alleeForm" action="http://www.gallimardmontreal.com/gallim/site/allee.jsp" method="post"> 		<input type="hidden" name="pAlleeID" value="-1"> 	</form> 	<tr> 		<td>  			<a name="top"><table background="" width="760" border="0"	cellpadding="0"	cellspacing="0"> 				<tr>  					<td	width="155"><img src="/gallim/images/homepage-top01_01.gif"	width="155"	height="74" usemap="#MapGal1" border="0"></td> 					<td	width="289"><img	src="/gallim/images/homepage-top01_02_fra.gif" width="289" height="74" usemap="#MapGal3" border="0"></td> 					<td	colspan="3"	background="/gallim/images/homepage-top01_03.gif"	width="326"	height="74" valign="top" class="topnavmenu01"><img src="/gallim/images/1.gif"	width="100"	height="25"	align="absmiddle"	border="0"><a	href="javascript:document.languageForm.submit();"	class="leftnavmenu02">English Version</a> | <a href="http://www.gallimardmontreal.com/gallim/site/monprofil.jsp"	class="topnavmenu01">Ouvrir une session</a></td> 				</tr> 				<tr>  					<td	width="155"> <img	src="/gallim/images/homepage-top01_04.gif" width=155 height=44></td> 					<td	width="289"> <img	src="/gallim/images/homepage-top01_05.gif" width=289 height=44 usemap="#MapGal2" border="0"></td> 					<td	background="/gallim/images/homepage-top01_06.gif"	width="119"	valign="middle"	usemap="#MapGal4" border="0" align="center"><img src="/gallim/images/Title-RechercheRapide01_fra.gif"	width="95" height="18" align="absmiddle"></td> 					<form name="rechercheForm" method="get" action="http://www.gallimardmontreal.com/gallim/site/recherche.jsp"> 					 <td width="160" align="left"	valign="middle"><input type="text" name="pParamRapide"	class="fieldtext01"	size="15" maxlength="50"></td> 					</form> 					<td	width="56"><img	src="/gallim/images/1.gif" width="8" height="15"><a	href="javascript:document.rechercheForm.submit();"><img	src="/gallim/images/Button-SearchOK01.gif" width="26"	height="26"	align="absmiddle"	border="0"></a></td> 				</tr> 				<tr>  					<td	width="155"><img	src="/gallim/images/homepage-top01_07.gif" width=155 height=20></td> 					<td	width="289"><img	src="/gallim/images/homepage-top01_08.gif" width=289 height=20 border="0"></td> 					<td	colspan="3"	background="/gallim/images/homepage-top01_09.gif"	class="topnavmenu01"><img	src="/gallim/images/1.gif" width="100"	height="15"	align="absmiddle"><a href="http://www.gallimardmontreal.com/gallim/site/recherche.jsp"	class="topnavmenu01">Recherche avanc&eacute;e</a>  |  <a href="http://www.gallimardmontreal.com/gallim/site/index.jsp"	class="topnavmenu01">Accueil</a></td> 				</tr> 				<tr>  					<td	width="155"><a href="javascript:void(0)" onClick="ypSlideOutMenu.showMenu('ALLEES',	true);"	onMouseOut="ypSlideOutMenu.hideMenu('ALLEES');"><img src="/gallim/images/homepage-top01_10_fra.gif"  border="0"></a></td> 					<td	width="289"><img src="/gallim/images/1.gif"	width="289"	height="17"	border="0"></td> 					<td	colspan="3" background="/gallim/images/homepage-top01_12.gif"	class="topnavmenu01"><img	src="/gallim/images/1.gif" width="100"	height="15"	align="absmiddle"><a href="http://www.gallimardmontreal.com/gallim/site/monprofil.jsp" class="topnavmenu01">Mon compte</a>	|	 <a	href="https://www.gallimardmontreal.com/gallim/site/ssl/mescommandes.jsp" class="topnavmenu01">Mes commandes</a></td> 				</tr>				 			</table></a> 		</td> 	</tr> </table> <table width="770" border="0"	cellspacing="0"	cellpadding="0"> 	<tr>  		<td	width="164"	align="left" valign="top">  			<table width="163" border="0"	cellspacing="0"	cellpadding="0"> 				<tr>  					<td	colspan="4"><img	src="/gallim/images/Button-AlleesBottom01_fra.gif"	height="9" border="0" border="0"></td> 				</tr>         <tr>           <td width="17" background="/gallim/images/BG-Rayons01.gif">&nbsp;</td>           <td width="133" bgcolor="#994C39" height="25"><a href="http://www.gallimardmontreal.com/gallim/site/listerayon.jsp"><img src="/gallim/images/NosRayons_fra.gif" border="0"></a></td>           <td width="5" bgcolor="#994C39">&nbsp;</td>           <td width="8" bgcolor="#FFFFFF">&nbsp;</td>         </tr> 				 <!-- LES CATALOGUES DEBUT --> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif">&nbsp;</td> 					<td	width="133"	bgcolor="#A1997F"><img src="/gallim/images/Title-Cataloguesv4_fra.gif" border="0"></td> 					<td	width="5"	bgcolor="#A1997F">&nbsp;</td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#A1997F"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#A1997F"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('0')"	class="leftnavmenu01">La Pl&eacute;iade</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('1')"	class="leftnavmenu01">D&eacute;couvertes</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('2')"	class="leftnavmenu01">Quarto</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('3')"	class="leftnavmenu01">Folio Policier</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('4')"	class="leftnavmenu01">Folio Science-Fiction</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('5')"	class="leftnavmenu01">Folio Essais</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#A1997F"	height="15"><span	class="leftnavmenu01"><a href="javascript:goToCatalog('6')"	class="leftnavmenu01">Folio 2 Euros</a></span></td> 					<td	width="5"	bgcolor="#A1997F"	height="15"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"	height="15"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				  				<tr>  					<td	width="17" background="/gallim/images/gallimard01_05.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#A1997F"><img src="/gallim/images/1.gif"	width="133"	height="5"><br> 					</td> 					<td	width="5"	bgcolor="#A1997F"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> <!-- LES CATALOGUES FIN --> 				 			 <!-- LE MAGAZINE DEBUT -->			 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif">&nbsp;</td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><img src="/gallim/images/Title-Magazine_fra.gif" width="133" height="21"></td> 					<td	width="5"	bgcolor="#C6A98B">&nbsp;</td> 					<td	width="8"	bgcolor="#FFFFFF">&nbsp;</td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#C6A98B""><img	src="/gallim/images/1.gif" width="5" height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/editorial.jsp"	class="leftnavmenu01">&Eacute;ditorial</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/actualite.jsp" class="leftnavmenu01">Actualit&eacute;s</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/animation.jsp" class="leftnavmenu01">Animations</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/concours.jsp"	class="leftnavmenu01">Concours</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/liens.jsp" class="leftnavmenu01">Liens Favoris</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/presentationferdinand.jsp"	class="leftnavmenu01">Ferdinand le Libraire</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B" class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/faq.jsp" class="leftnavmenu01">FAQ</a></td> 					<td	width="5" bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>												 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#C6A98B"	class="leftnavmenu01"><a href="http://www.gallimardmontreal.com/gallim/site/services.jsp"	class="leftnavmenu01">Service Bibliographique</a></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>								 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_07.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#C6A98B"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>  <!-- LE MAGAZINE FIN -->				 		 <!-- Adresse GAllimard debut -->  			 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>				 				<tr> 					<td	width="17" background="/gallim/images/gallimard01_09.gif">&nbsp;</td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/Ferdinand-VenezVoir01_fra.gif"	width="119"	height="67"	border="0" usemap="#Map5"></td> 					<td	width="5"	bgcolor="#D9C39C">&nbsp;</td> 					<td	width="8"	bgcolor="#FFFFFF">&nbsp;</td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#D9C39C""><img	src="/gallim/images/1.gif" width="5" height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="15"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01Bold">Gallimard Montr&eacute;al</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01">3700 boul. Saint-Laurent</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01">Montral QC</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01">H2X 2V4 Canada</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01">T&eacute;l: 514-499-2012</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01">Fax:	514-499-1535</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01"><b>lun. au mer.</b> 10h &agrave; 18h</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01"><b>jeu. et ven.</b> 10h &agrave; 21h</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01"><b>sam.</b> 10h &agrave; 18h</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="lefttext01"><b>dim.</b> 12h &agrave; 18h</td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>				 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"	class="email01"><a href="mailto:info@gallimardmontreal.com"	class="email01">info@gallimardmontreal.com</a></td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 				<tr>  					<td	width="17" background="/gallim/images/gallimard01_09.gif"><img src="/gallim/images/1.gif"	width="8"	height="10"></td> 					<td	width="133"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"	bgcolor="#D9C39C"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"	bgcolor="#FFFFFF"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>  <!-- Adresse Gallimard fin -->				  				<tr>  					<td	width="17"><img	src="/gallim/images/1.gif" width="8" height="10"></td> 					<td	width="133"><img src="/gallim/images/1.gif"	width="133"	height="5"></td> 					<td	width="5"><img src="/gallim/images/1.gif"	width="5"	height="5"></td> 					<td	width="8"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr>												 				<tr>  					<td	width="17">&nbsp;</td> 					<td	width="133">&nbsp;</td> 					<td	width="5">&nbsp;</td> 					<td	width="8"><img src="/gallim/images/1.gif"	width="8"	height="5"></td> 				</tr> 			</table> 		</td> 		<td	width="464"	align="left" valign="top"> 			<table width="456" border="0" cellspacing="0" cellpadding="0"> 				<tr> 			    <td width="456"><img src="/gallim/images/1.gif" width="10" height="10"></td>					 				</tr> 			</table> 			 			 			<!--menu	pour les allees--> 			<div id="ALLEESContainer"> 				<div id="ALLEESContent"	class="menu"> 					<div class="options"> 						<a href="javascript:goToAllee(10)">La Pliade</a><a href="javascript:goToAllee(4)">Romans</a><a href="javascript:goToAllee(15)">Romans de Poche</a><a href="javascript:goToAllee(5)">Le Qubec littraire</a><a href="javascript:goToAllee(9)">Philosophie & Sciences Sociales</a><a href="javascript:goToAllee(3)">Polars/SF</a><a href="javascript:goToAllee(6)">Thtre et Posie</a><a href="javascript:goToAllee(8)">Arts</a><a href="javascript:goToAllee(7)">Essais</a><a href="javascript:goToAllee(11)">Livres jeunesse</a><a href="javascript:goToAllee(14)">B.D.</a><a href="javascript:goToAllee(12)">Rfrences</a><a href="javascript:goToAllee(13)">Divers</a> 					</div> 				</div> 			</div> <table width="456" border="0" cellspacing="0" cellpadding="0" class="border01">   <tr>      <td width="10"><img src="/gallim/images/1.gif" width="10" height="10"></td>     <td width="436" colspan="2"><img src="/gallim/images/Title-Actualites_fra.gif" width="211" height="36"></td>     <td width="10"><img src="/gallim/images/1.gif" width="10" height="10"></td>   </tr>   <tr>      <td width="10"><img src="/gallim/images/1.gif" width="1" height="1"></td>     <td width="436" bgcolor="#CCCCCC" colspan="2"><img src="/gallim/images/1.gif" width="1" height="1"></td>     <td width="10"><img src="/gallim/images/1.gif" width="1" height="1"></td>   </tr>   <tr>      <td width="10">&nbsp;</td>     <td width="436" colspan="2">&nbsp;</td>     <td width="10">&nbsp;</td>   </tr>     <tr>   	<td width="10">&nbsp;</td>     <td width="436" colspan="2"><P><IMG alt=Ferdinand src="/gallim/images/FerdinandBig02.gif"></P> <P><STRONG><FONT face=arial color=darkred size=+2>En Vrac<BR><BR></FONT>Jeanne Bourin<BR></STRONG>La romancire et historienne Jeanne Bourin est dcde mercredi le 19 mars  son domicile&nbsp;de Mesnil-le-Roy (Yvelines)  l'ge vnrable de 81 ans. Nous lui devons le clbre "<A href="javascript:goToBookPage(9782253039129)">La chambre des dames</A>" qui, publi en 1979 donna aux lettres franaises  la fois un ouvrage brillant sur le Moyen ge&nbsp;autant qu'un incomparable succs en librairie.<BR><BR><STRONG>Sbastien Japrisot<BR></STRONG>L'crivain et scnariste Sbastien Japrisot ("Compartiment tueurs", "L't meurtrier") est mort mardi  l'hpital  Vichy,  l'ge de 71 ans. Il avait eu le prix Interalli en 1991 pour <A href="javascript:goToBookPage(9782070387366)">Un long dimanche de fianailles</A> (Denol) qui doit tre adapt  l'cran par Jean-Pierre Jeunet, le ralisateur d'Amlie Poulain. N  Marseille le 4 juillet 1931, de son vrai nom Jean-Baptiste Rossi, lve des Jsuites, il crit  18 ans son premier roman <A href="javascript:goToBookPage(9782070416882)">Les mal partis</A> qu'il ne publiera que quinze ans plus tard. Il a crit <A href="javascript:goToBookPage(9782070408122)">Compartiments tueurs</A>, <A href="javascript:goToBookPage(9782070410569)">Pige pour Cendrillon</A> (grand prix de la littrature policire en&nbsp;1963), puis <A href="javascript:goToBookPage(9782070407637)">La dame dans l'auto avec des lunettes et un fusil</A> qui seront adapts  l'cran, respectivement par Costa-Gavras, Cayatte et Anatole Litvak. Il a aussi crit directement pour le cinma <A href="javascript:goToBookPage(9782070413942)">Adieu l'ami</A> en 1968, <A href="javascript:goToBookPage(9782070406555)">Le passager de la pluie</A> ou <A href="javascript:goToBookPage(9782070377817)">La course du livre  travers les champs</A>. Il&nbsp;est galement traducteur les romans de l'amricain <A href="javascript:goToSearchByAuthor(salinger)">J.D. Salinger</A>.</P><STRONG>Maurice Blanchot<BR></STRONG>Lcrivain et essayiste <A href="http://www.gallimardmontreal.com/gallim/site/recherche.jsp?pIntention=2&amp;pPanneauRechercheID=1&amp;pFirstTime=false&amp;pParamAutSujTit=blanchot&amp;pFacon=1&amp;pType=1&amp;pFormat=-1">Maurice Blanchot</A> est dcd jeudi 20 fvrier  son domicile prs de Paris.  <P></P> <P><STRONG>Franoise Giroud n'est plus</STRONG><BR>La co-fondatrice de l'Express et ex-ministre s'est teinte dimanche le 19 janvier. Elle nous laisse une <A href="http://www.gallimardmontreal.com/gallim/site/recherche.jsp?pSearchByAuthor=true&amp;pParamAutSujTit=GIROUD+FRANCOISE">bibliographie</A> fournie en hritage.</P> <P><STRONG>HARRY POTTER tome 5 en Anglais! : 21 Juin 2003</STRONG>&nbsp;<BR>Enfin de quoi se mettre sous la dent. Et ce n'est pas rien, car on dit que ce cinquime tome, Harry Potter et l'ordre du phoenix, est plus long encore que le tome 4... Prparez-vous  une invasion!</P> <P><B>Dcs de l'diteur de BD Charles Dupuis  84 ans</B><BR> la tte du "Journal de Spirou", il avait fait dcouvrir Franquin, Peyo, Morris et Roba et contribu  la gloire de Gaston Lagaffe, le Marsupilami, les Schtroumpfs, Lucky Luke ou Boule et Bill.</P> <P><STRONG>mile Ollivier s'teint  62 ans</STRONG><BR><A href="http://www.litterature.org/ile32000.asp?numero=351" target=_blank alt="page d'mile Ollivier sur l'le"><IMG height=153 src="http://www.litterature.org/photofiche/Ollivier_Emile.jpg" width=126 align=right border=0></A>La veille du jour du Souvenir, le doyen des crivains hatiens xils  Montral nous a quitt suite  une crise cardiaque.<BR>Toute luvre romanesque dmile Ollivier, qui est n  Hati et vit  Montral, voque un univers o la ralit la plus crue ctoie le fantastique et o lexil devient ce point de non-retour que seuls acclimatent la posie, la mmoire et le rve.Il a crit notamment:<BR><A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782842611699"><STRONG>Mre-Solitude</STRONG></A>,&nbsp;<A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782070755028"><STRONG>Mille Eaux</STRONG></A>, <A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782892951790"><STRONG>Passages</STRONG></A>, <A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782226121578"><STRONG>Regarde, regarde les lions</STRONG></A>.<BR></P> <P><IMG src="http://www.nobel.se/literature/laureates/2002/kertesz.jpg" align=left>Le prix Nobel de littrature pour lanne 2002 est attribu  lcrivain hongrois <STRONG>Imre Kertsz</STRONG><BR> pour une uvre qui dresse lexprience fragile de lindividu contre larbitraire barbare de lhistoire .<BR><A href="http://www.nobel.se/literature/laureates/2002/press-f.html"><STRONG>Communiqu de presse</STRONG></A>&nbsp;de l'Acadmie sudoise<BR>Dcouvrez ses oeuvres </STRONG><STRONG>:<BR></STRONG><A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782742733064"><STRONG>Le refus</STRONG></A><BR><A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782742715428"><STRONG>tre sans destin</STRONG></A><BR><A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782742703128"><STRONG>Kaddish pour l'enfant qui ne natra pas</STRONG></A><BR><STRONG>et son journal </STRONG><A href="http://www.gallimardmontreal.com/gallim/site/livre.jsp?pEAN13=9782742723874"><STRONG>Un Autre</STRONG></A>.<BR></P> <P><STRONG>Ferdinand rend hommage</STRONG><BR><A href="javascript:goToBookPage(9782702118184)">Dr Robert C Atkins</A> 1930-2003<BR>Dr Arthur Guyton 1920-2003<BR><A href="javascript:goToBookPage(9782010025198)">Ccile de Brunhoff</A> 1903-2003<BR><A href="javascript:goToBookPage(9782253039129)">Jeanne Bourin</A> 1922-2003<BR>Amanda Davis 1970-2003<BR>John Sanford 1904-2003<BR><A href="javascript:goToBookPage(9782070407057)">Howard Fast</A>&nbsp;1914-2003<BR><A href="javascript:goToBookPage(9782070406548)">Sbastien Japrisot</A>&nbsp;1931-2003<BR><A href="javascript:goToBookPage(9782070725489)">Maurice Blanchot</A>&nbsp;1907-2003<BR><A href="javascript:goToBookPage(9782130490852)">Annemarie Schimmel</A>&nbsp;1922-2003<BR><A href="javascript:goToBookPage(9782012355958)">Franoise Giroud</A>&nbsp;1916-2003<BR></P> <P><FONT face=arial color=darkred size=+2><STRONG>Les Prix 2002</STRONG></FONT></P><FONT face=arial> <P><STRONG>Le Goncourt 2002</STRONG><BR><FONT size=1>Pascal Quignard -&nbsp;<A href="javascript:goToBookPage(9782246637417)">Les Ombres errantes</A> (Grasset)</FONT></P> <P><STRONG>Le Goncourt des lycens</STRONG><BR><FONT size=1>Laurent Gaud - <A href="javascript:goToBookPage(9782742739240)">La Mort du roi Tsongor</A> (Actes Sud)</FONT></P> <P><FONT face=arial><STRONG>Goncourt du premier roman<BR></STRONG><FONT size=1>Soazig Aaron - <A href="javascript:goToBookPage(9782862311722)">Le Non de Klara</A>&nbsp;(Maurice Nadeau)&nbsp;</FONT></P> <P><STRONG>Grand Prix du roman de l'Acadmie franaise<BR></STRONG><FONT size=1>Maria Ferranti - <A href="javascript:goToBookPage(9782070766758)">La Princesse de Mantoue</A> (Gallimard)<BR><BR></FONT></P> <P><STRONG>Grand Prix de la Francophonie de l'Acadmie franaise<BR></STRONG><FONT size=1>M. Bronislaw Geremek, historien et homme dtat polonais, pour lensemble de son uvre.<BR>Notons: <A href="javascript:goToBookPage(9782070710652)">La Potence et la piti</A>, <A href="javascript:goToBookPage(9782080813879)">Les Fils de Can</A>, <A href="javascript:goToBookPage(9782070299669)">Truands et misrables dans l'Europe moderne</A>.</FONT></P> <P><STRONG>Les prix&nbsp;Mdicis<BR>Romans franais</STRONG><BR><FONT size=1>Anne F Garrta - <A href="javascript:goToBookPage(9782246634614)">Pas un jour</A> (Grasset)</FONT><BR><STRONG>Romans trangers</STRONG><BR><FONT size=1>Philip Roth - <A href="javascript:goToBookPage(9782070759071)">La Tache </A>(Gallimard)</FONT><BR><STRONG>Essais</STRONG><BR><FONT size=1>Daniel Desmarquest - <A href="javascript:goToBookPage(9782857047728)">Kafka et les jeunes filles</A> (Pygmalion)</FONT></P> <P><STRONG>Les&nbsp;prix du Fmina<BR>Romans franais</STRONG><BR><FONT size=1>Chantal Thomas - <A href="javascript:goToBookPage(9782020414777)">Les Adieux  la reine</A> (Seuil)<BR></FONT><STRONG>Romans trangers</STRONG><BR><FONT size=1>Erri de Luca - <A href="javascript:goToBookPage(9782070762682)">Montedidio</A> (Gallimard)<BR></FONT><STRONG>Essais</STRONG><BR><FONT size=1>Michael Barry - <A href="javascript:goToBookPage(9782847490022)">Massoud</A> (Audibert)<BR></FONT></P> <P><STRONG>Les&nbsp;Renaudot<BR>Romans</STRONG><BR><FONT size=1>Grard de Cortanze - <A href="javascript:goToBookPage(9782226133939)">Assam</A> (Albin Michel)<BR></FONT><STRONG>Essais</STRONG><BR><FONT size=1>Claude-Michel Cluny - <A href="javascript:goToBookPage(9782729114206)">Le silence de Delphes</A> (La Diffrence)</FONT></P> <P><STRONG>Interalli</STRONG><BR><FONT size=1>Gonzaque Saint-Bris - Les Vieillards de Brighton (Grasset)</FONT></P> <P><STRONG>Prix Dcembre</STRONG><BR><FONT size=1>Pierre Michon - Corps du roi et Abbs (Verdier)</FONT></P> <P><STRONG>Les Prix du Gouverneur Gnral</STRONG><BR><FONT size=1><STRONG>Romans et nouvelles</STRONG><BR>Monique LaRue - <A href="javascript:goToBookPage(9782764601532)">La Gloire de Cassiodore</A> (Boral)<BR><STRONG>Posie</STRONG><BR>Robert Dickson - <A href="javascript:goToBookPage(9782894231449)">Humains paysages en temps de paix relative</A> (Prise de parole)<BR><STRONG>Thtre</STRONG><BR>Daniel Danis - <A href="javascript:goToBookPage(9782851814982)">Le Langue--Langue des chiens de roche</A> (LArche)<BR><STRONG>tudes et essais</STRONG><BR>Judith Lavoie - <A href="javascript:goToBookPage(9782760617995)">Mark Twain et la parole noire</A> (Les Presses de lUniversit de Montral)<BR><STRONG>Littrature jeunesse - texte</STRONG><BR>Hlne Vachon - <A href="javascript:goToBookPage(9782895122067)">Loiseau de passage</A> (Dominique et compagnie)<BR><STRONG>Littrature jeunesse - illustrations</STRONG><BR>Luc Melanson - <A href="javascript:goToBookPage(9782895121916)">Le grand voyage de Monsieur</A>, texte de Gilles Tibo (Dominique et compagnie)<BR><STRONG>Traduction (de langlais au franais)<BR></STRONG>Paule Pierre - <A href="javascript:goToBookPage(9782762121902)">Histoire universelle de la chastet et du clibat</A> (Fides)<BR></FONT></P> <P><STRONG>Prix de Flore</STRONG><BR><FONT size=1>Grgoire Bouillier - <A href="javascript:goToBookPage(9782844850980)">Rapport sur moi</A> (Allia)</FONT></P></FONT> <P><STRONG>Prix Mditerrane<BR></STRONG><FONT size=1>Umberto Eco - <A href="javascript:goToBookPage(9782246615019)">Baudolino</A>&nbsp;(Grasset) </FONT></P> <P><BR><BR><STRONG><FONT face=verdana,geneva,arial,sans-serif>Dcs du crateur de la collection Bouquins</FONT></STRONG></P> <P><FONT face=arial,sans-serif size=1>Guy Schoeller, pre du Livre de poche et de la collection "Bouquins" chez Robert Laffont, est dcd mercredi 24 octobre  l'Hpital amricain de Neuilly,  l'ge de 86 ans.<BR>La collection Bouquins compte aujourd'hui 400 titres. Elle a lanc, en France, la mode des volumes de plus de 2000 pages  reliure souple, un exploit technique qui allait tre repris par de nombreux autres diteurs.</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><STRONG>Le Prix Nobel 2001</STRONG></FONT></P> <P><STRONG><FONT face=geneva,arial,sans-serif><FONT face=verdana,geneva,arial,sans-serif>Le prix Nobel de littrature attribu  V.S. Naipaul<BR></FONT><BR></FONT></STRONG><FONT face=verdana,geneva,arial,sans-serif size=1>Le 98<SUP>e</SUP> prix Nobel de littrature a t attribu jeudi le 10 octobre  l'crivain d'origine indienne <STRONG>Vidiadhar Surajprasad Naipaul</STRONG>. Depuis longtemps pressenti pour recevoir cette rcompense, VS Naipaul est un choix particulirement judicieux dans le contexte actuel puisqu'il est un grand connaisseur des pays musulmans entourant l'Inde: le Pakistan, l'Iran, mais aussi ceux de la pninsule indonsienne.</FONT></P> <P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1></FONT></FONT></P><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=1><B>Jorge Amado</B>, l'crivain brsilien qui a tant chant l'me brsilienne, est mort lundi 6 aot 2001. Il avait 88 ans. </FONT> <P></P> <UL> <LI> <P><FONT size=1><B>Jorge Amado</B> est n en 1912  Ferradas, dans une plantation de cacao du sud de l'tat de Bahia. Toute son enfance est marque par la rudesse de cette  terre violente  que les planteurs se disputent arme au poing. C'est  Bahia qu'il commence ses tudes. Il s'enfuit  treize ans d'une cole religieuse, pour courir la campagne.  quinze ans, il travaille dans un journal. Puis il part pour Rio de Janeiro o il publie, en 1931, alors qu'il n'a que dix-neuf ans, son premier roman Le Pays du Carnaval et, un an aprs, Cacao, qui le classe parmi les crivains les plus populaires du Brsil. Il travaille alors avec le grand diteur Jos Olympio, fait du journalisme, voyage dans toute l'Amrique latine, publie ouvrage sur ouvrage et s'engage politiquement de plus en plus. En 1936,  la veille de la dictature de l'Estado Novo, et alors qu'il est devenu docteur en droit, il est emprisonn et ses livres sont interdits. L'anne suivante, aprs Mar morto qui lui avait valu le prix Graa Aranha (le Goncourt brsilien), il ferme le cycle de ses romans de Bahia avec Capitaines des sables. En 1941, il est contraint de s'exiler en Argentine, mais il peut regagner le Brsil quand son pays se range aux cts des Allis contre l'Axe. Il y reprend son activit politique et littraire. En 1945, membre du parti communiste, il est lu dput national  So Paulo. C'est de cette poque que date Les Chemins de la faim. En 1948, au moment de l'interdiction du parti communiste, il doit de nouveau s'exiler. Durant cinq ans, il visite Paris  o il se lie d'amiti avec Picasso, Aragon, etc.  puis la Tchcoslovaquie, l'U.R.S.S. Il crit Les Souterrains de la libert, rentre au Brsil en 1953, voyage sans arrt pendant trois ans puis, ds 1956, consacre tout son temps  la littrature. Jusqu'en 1984, il publiera ainsi encore une dizaine de romans, dont la plupart ont t adapts pour la tlvision brsilienne, ou ports  l'cran.<BR>Trs populaire au Brsil o elle atteint des tirages considrables, l'uvre de Jorge Amado est en outre traduite dans le monde entier, en prs de cinquante langues.<BR>En 1984, Jorge Amado a t nomm commandeur de la Lgion d'honneur par le prsident Mitterand.<BR>En 1990, il a obtenu le Prix Del-Duca pour l'ensemble de son uvre. </FONT></P> <P><FONT size=1> Bibliographie </FONT></P> <P><FONT size=1>Aux ditions Gallimard</FONT></P> <P><A href="javascript:goToBookPage('9782070372997');"><FONT size=1>Bahia de tous les saints (1938)</FONT></A><BR><A href="javascript:goToBookPage('9782070702374');"><FONT size=1>Capitaines des sables (1952)</FONT></A><BR><FONT size=1>Conversations avec Alice Raillard (1990)<BR></FONT><A href="javascript:goToBookPage('9782070719112');"><FONT size=1>Le Pays du Carnaval (1990)</FONT></A><BR><A href="javascript:goToBookPage('9782070383320')"><FONT size=1>Les Chemins de la faim (1991)</FONT></A><BR><A href="javascript:goToBookPage('9782070384266');"><FONT size=1>Suor (1991)</FONT></A><BR><A href="javascript:goToBookPage('9782070384259');"><FONT size=1>Les Terres du bout du monde (1991)</FONT></A><BR><A href="javascript:goToBookPage('9782070392902');"><FONT size=1>La Terre au fruits d'or (1995</FONT></A><FONT size=1>)<BR></FONT><A href="javascript:goToBookPage('9782070404735');"><FONT size=1>Navigation de cabotage (1996) </FONT></A></P> <P><FONT size=1><BR></FONT></P> <LI><FONT size=1><B>Morris</B>, le crateur de <B>Lucky Luke</B> est dcd soudainement le 16 juillet 2001. Infos sur le site de </FONT><A href="http://www.dargaud.com/" target=_blank><FONT size=1>Dargaud</FONT></A><FONT size=1>. </FONT> <LI><FONT size=1>C'est au tour de <B>Mordecai Richler</B> (1931-2001) de nous quitter. L'homme tait trs controvers mais l'oeuvre est puissante. Lisez absolument <B><A href="javascript:goToBookPage('9782253149958');">Le Monde de Barney</A></B>, un grand livre. </FONT> <LI><FONT size=1>Les morts s'empilent en ce joli moi de mai. Le pote <B>Andr du Bouche</B>t (voir plus bas), le routard galactique <B>Douglas Adams</B>, le chantre de l'amour pour toujours <B>Jacques de Bourbon Busset</B>, l'auteur indien <B>Narayan</B>. Et dire qu'on est pas sr qu'il y ait de la relve... </FONT> <LI><FONT size=1><B>Jrme Lindon</B>, l'diteur qui publia Beckett peu aprs qu'il eut rachet les <B>ditions de Minuit</B>, est mort  Paris  l'ge de 75 ans. Il a toujours reprsent l'diteur sans concessions aux modes du moment, alliant rigueur, honntet et engagement. Il va beaucoup, beaucoup manquer  la  profession . </FONT> <LI><FONT size=1><B>Andr du Bouchet</B>, Grand Prix National de la Posie (1983), traducteur de l'anglais (Shakespeare, Joyce), de l'allemand (Hlderlin, Celan) et du russe (Mandelstam) est dcd jeudi matin  Truinas (Drme),  l'ge de 77 ans, des suites d'une longue maladie.<BR></FONT> <LI><FONT size=1><B>Roger Peyrefitte</B>, crivain provocateur, est mort  Paris, le 5 novembre,  l'ge de 93 ans. Entre Les </FONT><A href="javascript:goToBookPage('9782277110170');"><FONT size=1>Amitis particulires</FONT></A><FONT size=1> (1944), vocation de relations homosexuelles dans un internat de garons et livre que Mauriac trouva  rpugnant ,et </FONT><A href="javascript:goToBookPage('9782268014869');"><FONT size=1>Le Dernier des Sivry</FONT></A><FONT size=1> ( 1993), Roger Peyrefitte a tir sur tout ce qui bouge, la diplomatie(!), l'glise, les juifs, les amricains, les franais, les franc-maons, Voltaire, De Gaulle, les marchands d'art, se crant ainsi une banque d'ennemis  nulle autre pareille..Il aura t, jusqu' la caricature, un polmiste hargneux dont la flamboyance du style excuse  peine les aveuglements .</FONT><B><BR><FONT size=1>JFC</FONT></B><BR> <LI><FONT size=1>Les ditions Flammarion viennent tout juste de se faire acheter par Rizzoli (18 octobre). plus de dtails  venir </FONT> <LI><FONT size=1>L'auteur et peintre <B>Gao Xingjian</B> a reu le prix Nobel de littrature pour une uvre, de porte universelle marque d'une amre prise de conscience et d'une ingniosit langagire qui a ouvert des voies nouvelles  l'art du roman et du thtre chinois. C'est la premire fois que l'acadmie de Stockholm attribue cette distinction  un Chinois. Mais ce Chinois est de nationalit franaise. Gao Xinjiang, n en 1940 au Jiangxi (province sud-est de la Chine), exil en France en 1988, s'est fait naturaliser. </FONT><A href="http://www.nobel.se/announcement/2000/literat_fr00.html" target=_blank><FONT size=1>(communiqu de presse)</FONT></A><FONT size=1> </FONT> <LI><FONT size=1>Lundi le 24 juillet, <B>Stephen King</B> a lanc le premier chapitre d'un nouveau roman sur internet, <I><B>The Plant</B></I>, via son site personnel </FONT><A href="http://www.stephenking.com/" target=_blank><FONT size=1>stephenking.com</FONT></A><FONT size=1>. Vous pouvez tlcharger ce chapitre au cot de 1$US. Aprs un lger froid entre <B>Ferdinand</B> et <B>Mr King</B>, les deux se sont rconcilis et <B>Ferdinand</B> vous offre la version franaise et physique de la nouvelle, </FONT><A href="javascript:goToBookPage('9782253143253');"><FONT size=1>Un Tour sur le Bolid'</FONT></A><FONT size=1>. </FONT> <LI><FONT size=1>Flammarion est entr dans le capital d'Actes-Sud. Participation minoritaire certes mais cette disposition prennisera le rle de distributeur d'Actes-Sud que Flammarion a en France et permettra un renforcement de la maison d'Arles. </FONT></LI></UL> <P><FONT size=3></FONT>&nbsp;</P><FONT face="Arial, Helvetica, sans-serif" color=darkred size=4><STRONG>Prix 2001</STRONG></FONT>  <P><STRONG><FONT face=geneva,arial,sans-serif size=2>Prix Goncourt 2001<BR></FONT></STRONG><FONT size=1><FONT face=geneva,arial,sans-serif>Le Prix Goncourt 2001 a t attribu  <STRONG>Jean-Christophe Rufin</STRONG>, pour son roman </FONT><A href="javascript:goToBookPage('9782070761982')"><FONT face=geneva,arial,sans-serif>Rouge Brsil,</FONT></A><FONT face=geneva,arial,sans-serif> paru chez...Gallimard.</FONT></FONT></P> <P><STRONG><FONT face=geneva,arial,sans-serif size=2>Prix Renaudot 2001<BR></FONT></STRONG><FONT size=1><FONT face=geneva,arial,sans-serif>Le Prix Renaudot 2001 a t attribu&nbsp; Martine Le Coz, pour son roman </FONT><A href="javascript:goToBookPage('9782268040271')"><FONT face=geneva,arial,sans-serif>Cleste,</FONT></A><FONT face=geneva,arial,sans-serif> paru aux ditions du Rocher.</FONT></FONT></P> <P><FONT face=geneva,arial,sans-serif><STRONG><FONT size=2>Le Prix Renaudot de l'essai</FONT></STRONG>&nbsp;<BR><FONT size=1>Simon Leys, pour son recueil d'articles, <A href="javascript:goToBookPage('9782070762835')">Prote,</A> paru chez Gallimard.</FONT></FONT></P> <P><STRONG><FONT face=geneva,arial,sans-serif size=2>Prix Fmina 2001<BR></FONT></STRONG><FONT size=1><FONT face=geneva,arial,sans-serif>Le <STRONG>Prix Fmina 2001</STRONG> a t attribu&nbsp; <EM>Marie Ndiaye</EM> , pour son trs beau roman paru chez Minuit, </FONT><A href="javascript:goToBookPage('9782707317407')"><EM><FONT face=geneva,arial,sans-serif>Rosie Carpe</FONT></EM></A><FONT face=geneva,arial,sans-serif>.<BR></FONT></FONT><FONT face=geneva,arial,sans-serif size=1>Le <STRONG>Prix Fmina du Roman tranger</STRONG> a t attribu  <EM>Keith Ridgway</EM>, pour son livre <EM><A href="javascript:goToBookPage('9782859407544')">Mauvaise Pente</A>,</EM> paru chez Phbus.<BR></FONT><FONT face=geneva,arial,sans-serif size=1>Le<STRONG> Prix Fmina Essai</STRONG> a rcompens Elvire de Brissac pour <EM><A href="javascript:goToBookPage('9782246619512')">O dix neuvime</A></EM>, chez Grasset.</FONT></P> <P><STRONG><FONT face=geneva,arial,sans-serif size=2>Prix Mdicis 2001<BR></FONT></STRONG><FONT size=1><FONT face=geneva,arial,sans-serif>Le <STRONG>Prix Mdicis 2001</STRONG> a t attribu&nbsp; <EM>Benot Duteurtre</EM>, pour son roman <EM><A href="javascript:goToBookPage('9782070758968')">Le Voyage en France</A></EM>, paru chez Gallimard.&nbsp;<BR></FONT><B><FONT face=geneva,arial,sans-serif>Mdicis tranger:</FONT></B><FONT face=geneva,arial,sans-serif> Antonio Skarmeta (<I>la Noce du pote</I>, traduit de l'espagnol par Franois Rosso, Grasset). L'auteur d'<I><A href="javascript:goToBookPage('9782020103305')">Une ardente patience</A></I> (dont fut tir le film </FONT><FONT face=geneva,arial,sans-serif><I>le Facteur).<BR></I><B>Mdicis essai:</B> Edwy Plenel (<I><A href="javascript:goToBookPage('9782234054400')">Secrets de jeunesse</A></I>, Stock). Confession d'un enfant du sicle adresse au premier ministre: <I>J'ai t trotskiste, et je n'ai mme t que cela, pendant dix ans.</I></TEXTE><!--Foot--> </FONT></P></FONT> <P><STRONG><FONT face=geneva,arial,sans-serif size=2>Grand Prix de l'Acadmie Franaise 2001<BR></FONT></STRONG><FONT size=1><FONT face=geneva,arial,sans-serif><STRONG>LAcadmie franaise</STRONG> a dcern jeudi son grand prix du roman  <EM>Eric Neuhoff</EM> pour <EM><A href="javascript:goToBookPage('9782226126566')">Un bien fou</A></EM> (d Albin Michel).<BR></FONT></FONT><FONT face=verdana,geneva,arial,sans-serif size=1><FONT face=geneva,arial,sans-serif>Eric Neuhoff, n en 1956, est lauteur dune douzaine douvrages, dont cinq romans. Parmi ces derniers, </FONT><A href="javascript:goToBookPage('9782253147459')"><EM><FONT face=geneva,arial,sans-serif>La petite franaise</FONT></EM></A><FONT face=geneva,arial,sans-serif> lui a valu en 1997 le prix Interalli. <BR></FONT><BR><BR></FONT></FONT><STRONG><FONT face=geneva,arial,sans-serif color=darkred size=4>Les prix 2000</FONT></STRONG></P> <H1></H1> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Grand prix de l'Acadmie Franaise</B> : <BR>- </FONT></FONT><A href="javascript:goToBookPage('9782070756117');"><FONT face=verdana,geneva,arial,sans-serif size=1>Terrasse  Rome</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, de <B>Pascal Quignard</B>, Gallimard<BR>- Grand prix de la Francophonie  l'crivain et essayiste <B>Giovanni Macchia</B><BR>- Grande mdaille de la Francophonie  l'crivain <B>Andre Makine</B> pour l'ensemble de son oeuvre</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Prix Goncourt</B> :<BR>- </FONT></FONT><A href="javascript:goToBookPage('9782070759484');"><FONT face=verdana,geneva,arial,sans-serif size=1>Ingrid Caven</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, de <B>Jean-Jacques Schuhl</B>, L'Infini Gallimard.</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Les prix Fmina :</B><BR>- </FONT></FONT><A href="javascript:goToBookPage('9782867447761');"><FONT face=verdana,geneva,arial,sans-serif size=1>Dans ces bras l</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> de <B>Camille Laurens</B>, paru aux ditions P.O.L.<BR>- Le prix Fmina tranger a t dcern  l'amricaine <B>Jamaca Kincaid</B> pour </FONT><A href="javascript:goToBookPage('9782879292151');"><FONT face=verdana,geneva,arial,sans-serif size=1>Mon frre</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, ditions de l'Olivier<BR>- Le prix Fmina de l'essai  <B>Robert Badinter</B> pour </FONT><A href="javascript:goToBookPage('9782213607061');"><FONT face=verdana,geneva,arial,sans-serif size=1>L'Abolition</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, Fayard</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le prix Mdicis :</B><BR>- Le prix Mdicis a t dcern  <B>Yann Apperry</B> pour </FONT></FONT><A href="javascript:goToBookPage('9782246604419');"><FONT face=verdana,geneva,arial,sans-serif size=1>Diabolus in musica</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, chez Grasset<BR>- <B>Michael Ondaatje</B> a reu le Mdicis tranger pour </FONT><A href="javascript:goToBookPage('9782764600696');"><FONT face=verdana,geneva,arial,sans-serif size=1>Le fantme d'Anil</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (codition de l'Olivier - Boral)<BR><B>- Armelle Lebras-Chopard</B> le Mdicis de l'essai pour <I>Le Zoo des philosophes</I>, paru chez Plon</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Goncourt des Lycens :</B><BR>- <B>Ahmadou Kourouma</B> a reu le Goncourt des Lycens pour </FONT></FONT><A href="javascript:goToBookPage('9782020427876');"><FONT face=verdana,geneva,arial,sans-serif size=1>Allah n'est pas oblig</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Seuil)</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Renaudot</B> : <BR>- <B>Ahmadou Kourouma</B> a reu le Renaudot pour </FONT></FONT><A href="javascript:goToBookPage('9782020427876');"><FONT face=verdana,geneva,arial,sans-serif size=1>Allah n'est pas oblig</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Seuil)</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Booker Prize</B> : <BR>- La romancire canadienne <B>Margaret Atwood</B> a reu le Booker prize 2000 pour <I>L'Assassin aveugle</I> (<I>The Blind Assassin</I>)</FONT></FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Mditerrane</B> : <BR>- L'crivain gyptien <B>Albert Cossery</B> a reu le Mditerrane 2000 pour </FONT></FONT><A href="javascript:goToBookPage('9782844120281');"><FONT face=verdana,geneva,arial,sans-serif size=1>Les couleurs de l'infamie</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Jolle Losfeld)</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Prix du premier roman</B> : <BR>- <B>Bruno Gilbert</B> pour </FONT></FONT><A href="javascript:goToBookPage('978223452598');"><FONT face=verdana,geneva,arial,sans-serif size=1>Claude</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Stock)<BR>- L'crivain amricain <B>Jim Fergus</B> a reu le prix du premier roman tranger pour </FONT><A href="javascript:goToBookPage('9782862747415');"><FONT face=verdana,geneva,arial,sans-serif size=1>Mille femmes blanches</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Le Cherche-Midi)</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Prix Ernst-Bloch</B> : <BR>- L'historien britannique <B>Erich Hobsbawm</B> a reu le prix Ernst-Bloch 2000</FONT></FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>L'Interalli</B> : <BR>- <B>Patrick Poivre d'Arvor</B> a reu l'Interalli 2000 pour son roman </FONT></FONT><A href="javascript:goToBookPage('9782226116703');"><FONT face=verdana,geneva,arial,sans-serif size=1>L'Irrsolu</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, paru chez Albin-Michel</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Le Prix Dcembre</B> : <BR>- <B>Anthony Palou</B> a reu le prix Dcembre 2000 pour <I>Camille</I> paru aux ditions Bartillat</FONT></FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Grand prix de la ville de Montral</B> :<BR>- </FONT></FONT><A href="javascript:goToBookPage('9782894191552');"><FONT face=verdana,geneva,arial,sans-serif size=1>L'Urine des forts</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, de <B>Denis Vanier</B>, aux ditions des Herbes rouges</FONT></P> <P><FONT face=verdana,geneva,arial,sans-serif><FONT size=1><B>Prix littraires du Gouverneur gnral</B><BR><B>Romans et nouvelles</B> :<BR>- <B>Jean Marc Dalp</B>, Montral, pour </FONT></FONT><A href="javascript:goToBookPage('9782894230947');"><FONT face=verdana,geneva,arial,sans-serif size=1>Un vent se lve qui parpille</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (ditions Prise de parole)<BR>- <B>Michael Ondaatje</B>, Toronto, pour </FONT><A href="javascript:goToBookPage('9782764600696');"><FONT face=verdana,geneva,arial,sans-serif size=1>Anil's Ghost</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (McClelland &amp; Stewart)<BR><B>Posie</B> :<BR>- <B>Normand de Bellefeuille</B>, Montral, pour </FONT><A href="javascript:goToBookPage('9782764600696');"><FONT face=verdana,geneva,arial,sans-serif size=1>La Marche de l'aveugle sans son chien</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (ditions Qubec Amrique)<BR>- <B>Don McKay</B>, Victoria, pour <I>Another Gravity</I> (McClelland &amp; Stewart)<BR><B>Thtre</B> :<BR>- <B>Wajdi Mouawad</B>, Montral, pour </FONT><A href="javascript:goToBookPage('9782742723300');"><FONT face=verdana,geneva,arial,sans-serif size=1>Littoral</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Lemac -- Actes Sud)<BR>- <B>Timothy Findley</B>, Stratford, pour <I>Elizabeth Rex</I> (Blizzard Publishing)<BR><B>tudes et essais</B> :<BR>- <B>Grard Bouchard</B>, Chicoutimi, pour </FONT><A href="javascript:goToBookPage('9782764600351');"><FONT face=verdana,geneva,arial,sans-serif size=1>Gense des nations et cultures du Nouveau Monde</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Les ditions du Boral)<BR>- <B>Nega Mezlekia</B>, Toronto, pour <I>Notes from the Hyena's Belly</I> (Penguin Books Canada)<BR><B>Littrature de jeunesse - texte</B> :<BR>- <B>Charlotte Gingras</B>, Montral, pour </FONT><A href="javascript:goToBookPage('9782890213807');"><FONT face=verdana,geneva,arial,sans-serif size=1>Un t de Jade</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Les ditions de la courte chelle)<BR>- <B>Deborah Ellis</B>, Dunnville (Ontario), pour <I>Looking for X</I> (Groundwood Books)<BR><B>Littrature de jeunesse - illustrations</B> :<BR>- <B>Anne Villeneuve</B>, Montral, pour </FONT><A href="javascript:goToBookPage('9782921620352');"><FONT face=verdana,geneva,arial,sans-serif size=1>L'charpe rouge</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, texte d'Anne Villeneuve (Les ditions Les 400 coups)<BR>- <B>Marie-Louise Gay</B>, Montral, pour <I>Yuck, a Love Story</I>, texte de <B>Don Gillmor</B> (Stoddart Kids)<BR><B>Traduction</B> :<BR>- <B>Lori Saint-Martin</B> et <B>Paul Gagn</B>, Montral, pour </FONT><A href="javascript:goToBookPage('9782890771918');"><FONT face=verdana,geneva,arial,sans-serif size=1>Un parfum de cdre</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1> (Flammarion Qubec) -- traduction franaise de <I>Fall On Your Knees</I>, d'<B>Ann-Marie MacDonald</B> <BR>- <B>Robert Majzels</B>, Montral, pour <I>Just Fine</I> (House of Anansi Press) -- traduction anglaise de </FONT><A href="javascript:goToBookPage('9782760003446');"><FONT face=verdana,geneva,arial,sans-serif size=1>Pas pire</FONT></A><FONT face=verdana,geneva,arial,sans-serif size=1>, de <B>France Daigle</B> </FONT></P> <H2><FONT color=darkred size=4>Les prix 1999</FONT></H2><FONT size=-2> <P><B>Le Grand prix de l'Acadmie Franaise</B> (deux romans) : <BR>- <A href="javascript:goToBookPage('9782234051553');">Anielka</A>, de <B>Franois Taillandier</B>, chez Stock<BR>- <A href="javascript:goToBookPage('9782226109507');">Stupeur et tremblement</A>, d'<B>Amlie Nothomb</B>, chez Albin Michel</P> <P><B>Le Prix Goncourt</B> :<BR>- <A href="javascript:goToBookPage('9782707316868');">Je m'en vais</A>, de <B>Jean Echenoz</B>, Minuit.</P> <P><B>Le prix Fmina :</B><BR>Le jury du prix Fmina a remis son prix annuel  <A href="javascript:goToBookPage('9782020371704');">Anchise</A> de <B>Maryline Desbiolles</B>, paru aux ditions du Seuil. Le prix Fmina tranger a d'autre part t dcern au japonais <B>Hitonari Tsuji</B> pour <A href="javascript:goToBookPage('9782715221499');">Le bouddha blanc</A>, (Mercure de France), celui de l'essai  <B>Michel Del Castillo</B> pour <A href="javascript:goToBookPage('9782234051614');">Colette, une certaine France</A>, (Stock).</P> <P><B>Le prix Mdicis :</B><BR>Le prix Mdicis a t dcern  <B>Christian Oster</B> pour <A href="javascript:goToBookPage('9782707316820');">Mon grand appartement</A>, chez Minuit. Les ditions de Jrme Lindon recueillent ainsi leur second prix de la saison, aprs l'attribution du Goncourt  <A href="javascript:goToBookPage('9782707316868');">Je m'en vais</A> de <B>Jean Echenoz</B>. Le Sudois <B>Bjorn Larsson</B> a reu le Mdicis tranger pour <A href="javascript:goToBookPage('9782246564119');">Le capitaine et ses rves</A> (Grasset) et <B>Christine Jordis</B> le Mdicis de l'essai pour <A href="javascript:goToBookPage('9782020347075');">Gens de la Tamise</A>, paru aux ditions du Seuil.</P> <P><B>Le Goncourt des Lycens :</B><BR>Le Goncourt des Lycens, un prix qui a de plus en plus de crdibilit, a couronn <B>Jean-Marie Laclavetine</B>, pour son roman <A href="javascript:goToBookPage('9782070756483');">Premire Ligne</A>, chez Gallimard</P> <P><B>Le Renaudot</B> : <BR><B>Daniel Picouly</B> a reu le Renaudot pour son polar historique <A href="javascript:goToBookPage('9782246575214');">L'Enfant-lopard</A> ( Grasset )</P> <P><B>L'Interalli</B> :<BR><B>Jean-Christophe Rufin</B>, pour son roman <A href="javascript:goToBookPage('9782070756094');">Les Causes perdues</A> ( Gallimard )</P> <P><B>Le prix Dcembre ( ex-Novembre...)</B><BR><B>Claude Askolovitch</B>, pour <A href="javascript:goToBookPage('9782246519218');">Voyage au bout de la France</A>, chez Grasset</P> <P><B>Les Prix du Gouverneur Gnral, pour le Qubec</B><BR><B>Roman</B> : <A href="javascript:goToBookPage('9782760932173');">La fte juive</A>, de <B>Lise Tremblay</B>, chez Lemac<BR><B>Posie</B> : <A href="javascript:goToBookPage('9782760003439');">Conversations</A>, de <B>Hermngilde Chiasson</B>, ditions l'Acadie, Moncton<BR><B>Essais</B> : <A href="javascript:goToBookPage('9782921603904');">Le mal du Nord</A>, de <B>Pierre Perrault</B>, Ed. Vent d'Ouest, Hull<BR><B>Thtre</B> : <A href="javascript:goToBookPage('9782894230954');">Il n'y a que l'amour</A>, de <B>Jean-Marc Dalp</B>, Ed. Prise de Paroles, Sudbury<BR><B>Jeunesse</B> : <A href="javascript:goToBookPage('9782890213432');">La libert ? connais pas...</A>, de <B>Charlotte Gingras</B>, La Courte chelle, Montral<BR><B>Jeunesse illustration</B> : Charlotte et l'le du destin, de Stphane Jorisch, Les 400 coups, Laval</P> <P><B>Grand prix de la ville de Montral</B> :<BR><A href="javascript:goToBookPage('9782890313248');">Vtiver</A>, de <B>Jol Des Rosiers</B>, Tryptique</P> <P><B>Prix Gilles-Corbeil</B> :<BR><B>Paul-Marie Lapointe</B>, pour l'ensemble de son oeuvre.</P></FONT></FONT> <HR align=left width="100%" SIZE=1> <A name=vrac></A></B></FONT> <CENTER></CENTER></TR></TBODY></FONT></FONT></td>     <td width="10">&nbsp;</td>   </tr>	        <tr>      <td width="10">&nbsp;</td>     <td width="436" colspan="2">&nbsp;</td>     <td width="10">&nbsp;</td>   </tr> </table>  				 	<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> 		</tr> 			<td align="left" valign="middle" width="50%" height="25" class="lefttext01BoldRed"> 				 					<a class="lefttext01BoldRed" href="http://www.gallimardmontreal.com/gallim/site/editorial.jsp"><img border="0" valign="absmiddle" src="/gallim/images/Arrow-Previous01.gif">&Eacute;ditorial</a> 				 			</td> 			<td align="right" valign="middle" width="50%" height="25" class="lefttext01BoldRed"> 				 					<a class="lefttext01BoldRed" href="http://www.gallimardmontreal.com/gallim/site/animation.jsp">Animations<img border="0" valign="absmiddle" src="/gallim/images/Arrow-Next01.gif"></a><img src="/gallim/images/1.gif" width="6"> 				 			</td> 		</tr> 	</table>       </td>     <td width="142" align="left" valign="top">     	<table width="142" border="0" cellspacing="0" cellpadding="0"> 				<tr> 			    <td width="142"><img src="/gallim/images/1.gif" width="10" height="10"></td>					 				</tr> 			</table> 			 	      <table width="100%" border="0" cellspacing="0" cellpadding="0" background="/gallim/images/BestSellers-BG.gif"> 	        <tr>  	          <td background="/gallim/images/BestSellers-Top_fra.gif" colspan="3"><img src="/gallim/images/1.gif" width="20" height="60"></td> 	        </tr> 	        <tr>  	          <td colspan="3">  		            <table background="" width="100%" border="0" cellspacing="0" cellpadding="0"> 		              <tr>  		                <td width="6%">&nbsp;</td>		                 		                <td width="87%" align="center"><a href="javascript:goToBookPage('9782070767106');"><img class="imagewithborder01" src="/gallim/imageslivre/9782070767106.jpg" width="90" height="135" border="1"></a></td> 		                <td width="7%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		                <td width="87%" align="center" class="lefttext01"><a href="javascript:goToBookPage('9782070767106');">APRES L'EMPIRE ESSAI SUR LA DECOMPOSITION AMERICAINE</a></td> 		                <td width="7%" ><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		                <td width="87%" height="25" align="center" class="lefttext01Bold">24.95&nbsp;$ <a href="javascript:addBookToCart(9782070767106);"><img src="/gallim/images/Button-Cart11Small01.gif" width="19" height="15" align="absmiddle" border="0"></a></td> 		                <td width="7%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		              </tr>		               		              <tr>  		                <td width="6%">&nbsp;</td> 		                <td width="87%" align="center" >&nbsp;</td> 		                <td width="7%">&nbsp;</td> 		              </tr> 		            </table>  		            <table background="" width="100%" border="0" cellspacing="0" cellpadding="0"> 		              <tr>  		                <td width="6%">&nbsp;</td>		                 		                <td width="87%" align="center"><a href="javascript:goToBookPage('9782259198448');"><img class="imagewithborder01" src="/gallim/imageslivre/9782259198448.jpg" width="90" height="135" border="1"></a></td> 		                <td width="7%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		                <td width="87%" align="center" class="lefttext01"><a href="javascript:goToBookPage('9782259198448');">LA GUERRE DES BUSH</a></td> 		                <td width="7%" ><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		                <td width="87%" height="25" align="center" class="lefttext01Bold">19.95&nbsp;$ <a href="javascript:addBookToCart(9782259198448);"><img src="/gallim/images/Button-Cart11Small01.gif" width="19" height="15" align="absmiddle" border="0"></a></td> 		                <td width="7%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		              </tr>		               		              <tr>  		                <td width="6%">&nbsp;</td> 		                <td width="87%" align="center" >&nbsp;</td> 		                <td width="7%">&nbsp;</td> 		              </tr> 		            </table>  		            <table background="" width="100%" border="0" cellspacing="0" cellpadding="0"> 		              <tr>  		                <td width="6%">&nbsp;</td>		                 		                <td width="87%" align="center"><a href="javascript:goToBookPage('9782226136107');"><img class="imagewithborder01" src="/gallim/imageslivre/9782226136107.jpg" width="90" height="135" border="1"></a></td> 		                <td width="7%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		                <td width="87%" align="center" class="lefttext01"><a href="javascript:goToBookPage('9782226136107');">SANS SANG</a></td> 		                <td width="7%" ><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		                <td width="87%" height="25" align="center" class="lefttext01Bold">19.95&nbsp;$ <a href="javascript:addBookToCart(9782226136107);"><img src="/gallim/images/Button-Cart11Small01.gif" width="19" height="15" align="absmiddle" border="0"></a></td> 		                <td width="7%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		              </tr>		               		              <tr>  		                <td width="6%">&nbsp;</td> 		                <td width="87%" align="center" >&nbsp;</td> 		                <td width="7%">&nbsp;</td> 		              </tr> 		            </table>  		            <table background="" width="100%" border="0" cellspacing="0" cellpadding="0"> 		              <tr>  		                <td width="6%">&nbsp;</td>		                 		                <td width="87%" align="center"><a href="javascript:goToBookPage('9782715223752');"><img class="imagewithborder01" src="/gallim/imageslivre/9782715223752.jpg" width="90" height="135" border="1"></a></td> 		                <td width="7%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		                <td width="87%" align="center" class="lefttext01"><a href="javascript:goToBookPage('9782715223752');">LA TERRE ET LE CIEL DE JACQUES DORME</a></td> 		                <td width="7%" ><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		                <td width="87%" height="25" align="center" class="lefttext01Bold">27.95&nbsp;$ <a href="javascript:addBookToCart(9782715223752);"><img src="/gallim/images/Button-Cart11Small01.gif" width="19" height="15" align="absmiddle" border="0"></a></td> 		                <td width="7%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		              </tr>		               		              <tr>  		                <td width="6%">&nbsp;</td> 		                <td width="87%" align="center" >&nbsp;</td> 		                <td width="7%">&nbsp;</td> 		              </tr> 		            </table>  		            <table background="" width="100%" border="0" cellspacing="0" cellpadding="0"> 		              <tr>  		                <td width="6%">&nbsp;</td>		                 		                <td width="87%" align="center"><a href="javascript:goToBookPage('9782221097670');"><img class="imagewithborder01" src="/gallim/imageslivre/9782221097670.jpg" width="90" height="135" border="1"></a></td> 		                <td width="7%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%"><img src="/gallim/images/1.gif" width="8" height="5"></td> 		                <td width="87%" align="center" class="lefttext01"><a href="javascript:goToBookPage('9782221097670');">SEPT JOURS POUR UNE ETERNITE...</a></td> 		                <td width="7%" ><img src="/gallim/images/1.gif" width="8" height="5"></td> 		              </tr> 		              <tr>  		                <td width="6%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		                <td width="87%" height="25" align="center" class="lefttext01Bold">26.95&nbsp;$ <a href="javascript:addBookToCart(9782221097670);"><img src="/gallim/images/Button-Cart11Small01.gif" width="19" height="15" align="absmiddle" border="0"></a></td> 		                <td width="7%" height="25"><img src="/gallim/images/1.gif" width="8" height="15"></td> 		              </tr>		               		              <tr>  		                <td width="6%">&nbsp;</td> 		                <td width="87%" align="center" >&nbsp;</td> 		                <td width="7%">&nbsp;</td> 		              </tr> 		            </table>  	          </td> 	        </tr> 	        <tr> 	          <td colspan="3" background="/gallim/images/BestSellers-Bottom.gif"><img src="/gallim/images/1.gif" width="15" height="25"></td> 	        </tr> 	      </table> 	        </td>   </tr> </table> <table width="770" border="0" cellspacing="0" cellpadding="0"> 	<tr> 		<td width="770" height="10" colspan=2><img src="/gallim/images/1.gif" width="1" height="10"></td> 	</tr> 	<tr>     <td width="164"><img src="/gallim/images/1.gif" width="164" height="1"></td>     <td width="606" align="center">     	<a href="http://www.gallimardmontreal.com/gallim/site/aidegenerale.jsp"	><b>Aide</b></a>&nbsp;<font class="lefttext01">|</font>&nbsp;     	<a href="http://www.gallimardmontreal.com/gallim/site/tarifslivraison.jsp"	><b>Tarifs de Livraison</b></a>&nbsp;<font class="lefttext01">|</font>&nbsp;     	<a href="http://www.gallimardmontreal.com/gallim/site/confidentialite.jsp"	><b>Confidentialit</b></a>&nbsp;<font class="lefttext01">|</font>&nbsp;     	<a href="http://www.gallimardmontreal.com/gallim/site/droitsacheteur.jsp"	><b>Conditions de vente</b></a>&nbsp;<font class="lefttext01">|</font>&nbsp;     	<a href="http://www.gallimardmontreal.com/gallim/site/contacteznous.jsp"	><b>Contactez-nous</b></a>     </td>   </tr> 	<tr> 		<td width="770" height="10" colspan=2><img src="/gallim/images/1.gif" width="1" height="10"></td> 	</tr> </table> <table width="770" border="0" cellspacing="0" cellpadding="0"> 	<tr> 		<td width="164"><img src="/gallim/images/1.gif" width="164" height="1"></td><td width="606" height="10"><img src="/gallim/images/1.gif" width="1" height="10"></td> 	</tr> 	<tr>     <td width="164"><img src="/gallim/images/1.gif" width="164" height="1"></td><td width="606" align="center" class="fieldtext01nosize">&copy; 2001-2003 - Gallimard Montr&eacute;al. Tous droits rservs. R&eacute;alisation de <a href="http://www.distincthorizon.com/fr" target="DHzGal">DistinctHorizon</a></td>   </tr>   <tr> 		<td width="164"><img src="/gallim/images/1.gif" width="164" height="1"></td><td width="606" height="10"><img src="/gallim/images/1.gif" width="1" height="10"></td> 	</tr> </table>   </body> </html>   
