<HTML><!-- #BeginTemplate "/Templates/gabarit_sans_marge.dwt" --> <HEAD> <!-- #BeginEditable "doctitle" -->  <TITLE>Petit guide de la documentation en &Eacute;tudes Classiques</TITLE> <!-- #EndEditable -->  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-language" CONTENT="fr"> <!-- #BeginEditable "auteur" -->  <META NAME="Author" CONTENT="Indiquer le nom de l'auteur ou des auteurs"> <!-- #EndEditable --> <!-- #BeginEditable "description" -->  <META NAME="description" CONTENT="&Eacute;crire une courte description (r&eacute;sum&eacute;)"> <!-- #EndEditable --> <!-- #BeginEditable "keywords-fr" -->  <META NAME="keywords" lang="fr" CONTENT="Inscrire quelques mots-cls en franais"> <!-- #EndEditable --> <!-- #BeginEditable "keywords-an" -->  <META NAME="Keywords"  lang="en" CONTENT="Inscrire quelques mots-cls en anglais."> <!-- #EndEditable -->   <!--Description selon le standard Dublin Core -->   <!-- #BeginEditable "titre DC" -->  <meta name="DC.Title" lang="fr" content="Titre du document."> <!-- #EndEditable --> <!-- #BeginEditable "auteur DC" -->  <meta name="DC.Creator" content="Webmestre, Direction des bibliothques, Universit de Montral"> <!-- #EndEditable --> <!-- #BeginEditable "sujet DC" -->  <meta name="DC.Subject" lang="fr" content="Mots-cls sujet. Utilisation de thsaurus"> <!-- #EndEditable --> <!-- #BeginEditable "description DC" -->  <meta name="DC.Description" lang="fr" content="Petit rsum ou sommaire"> <!-- #EndEditable --> <!-- #BeginEditable "diteur DC" -->  <meta name="DC.publisher" LANG="fr" content="Direction des biblioth&egrave;ques, Universit&eacute; de Montr&eacute;al"> <!-- #EndEditable --> <!-- #BeginEditable "contributeur DC" -->  <META name="DC.contributor" content="si nc. inscrire autre contributeur"> <!-- #EndEditable --> <!-- #BeginEditable "date_cretation DC" -->  <meta name="DC.Date" SCHEME="ISO8601" content="AAAA-MM-JJ"> <!-- #EndEditable -->  <!--Changer le type au besoin -->  <!-- #BeginEditable "type contenu DC" -->  <meta name="DC.Type" content="Text"> <!-- #EndEditable --> <meta name="DC.Format" content="text/html">  <!-- #BeginEditable "URL-URI DC" -->  <meta name="DC.Identifier" content="http://www.bib.umontreal.ca/"> <!-- #EndEditable --> <meta name="DC.Language" scheme="RFC1766" content="fr">    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <!-- #BeginEditable "css" -->  <link rel=stylesheet href=Templates/./menu.css type=text/css> <!-- #EndEditable --> <script language=JavaScript src=Templates/./content.js></script> <script language="JavaScript"> <!-- // check browser version NS4 = (document.layers) ? 1 : 0;  function layer_enter (id) { 	on_layer_id = id; } function layer_exit (id) { 	on_layer_id = - 1; 	setTimeout ('hide('+ id +')', delay/5); } function menu_enter (id) { 	if (buff_id >= 0) 		hide (buff_id);  	show (id); 	active_layer_id = id; } function menu_exit (id) { 	setTimeout ('hide('+ id +')', delay); 	buff_id = active_layer_id; 	active_layer_id = -1; } function show (id) { 	if (!NS4) 		document.all['Menu' + id].style.visibility = "visible"; 	else 		document.layers[id].visibility = "visible"; } function hide (id) { 	if (active_layer_id != id && on_layer_id != id) 	{ 		if (!NS4) 			document.all['Menu' + id].style.visibility = "hidden"; 		else 			document.layers[id].visibility = "hide"; 	} }  function generate_layers () {  	for (i = 0; i < menu_content.length; i++) 	{ 		elements = menu_content[i].split (/\s*\|\s*/); 		layer_body = ''; 		menu_width = elements[0]*1; 		 		for (j = 1; j < elements.length; j++) 		{ 			layer_body += elements[j];	 			if ((NS4 && j < elements.length - 1) || (!NS4 && j < elements.length - 1)) 				layer_body += '<hr width=' + (menu_width - 8) + ' size=1 color='+ border_color + '>'; 		}  		if (!NS4) 			layer_header = '<div id=Menu' + i + 					   	   ' onMouseOver="layer_enter (' + i + ');" onMouseOut = "layer_exit (' + i + ');"' + 				           ' style="visibility: hidden; position: absolute; left: ' + (left_corner_x) + 				           '; top: ' + left_corner_y + ';">'; 		else 			layer_header = '<layer id=' + i + 						   ' onMouseOver="layer_enter (' + i + ');" onMouseOut = "layer_exit (' + i + ');"' + 						   ' visibility=hide left=' + (left_corner_x) + 						   ' top = ' + left_corner_y + '>';  		layer_header += '<table width=' + menu_width + ' cellpadding=0 cellspacing=0 border=0>' + 					    '<td bgcolor=' + border_color + '><table width=' + menu_width + ' cellpadding=3 ' + 					    'cellspacing=' + border_size + ' border=0><td width=' + menu_width + ' bgcolor=' + back_color + '>';   		layer_footer = '</td></table></td></table>'; 		if (!NS4) 			layer_footer += '</div>'; 		else 			layer_footer += '</layer>'; 		document.writeln (layer_header + layer_body + layer_footer); 		 		left_corner_x = left_corner_x*1 + menu_width*1;  	} } generate_layers (); //--> </script>  <script language="JavaScript"> <!-- 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_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_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <SCRIPT LANGUAGE="javascript"> <!-- //Script d'ouverture d'une nouvelle fentre var remoteWin = null;  function WinExec(url,x,y,z,wparent) {                         remoteWin = window.open(url,"fenetre",'width='+x+',height='+y);                                                  if (!remoteWin.opener) {                                                 remoteWin.opener =  self;}                                                 remoteWin.opener.parent.name = wparent;         }  // -->    </script>   </HEAD> <BODY BGCOLOR=2A92CA leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!--Gabarit (template) sans cadres--><a name="hdp"></a>  <table cellpadding="0" cellspacing="0" border="0" width="100%" vspace="0" hspace="0">   <tr>      <td rowspan="3">        <TABLE WIDTH=760 BORDER=0 CELLPADDING=0 CELLSPACING=0 name="Tableau utilis&eacute; &agrave; des fns de mise en page" vspace="0" hspace="0">         <TR>            <TD bgcolor="0062A2"><IMG src="images/utilitaires/spacer.gif" WIDTH=162 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=60 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F" ><IMG src="images/utilitaires/spacer.gif" WIDTH=20 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=106 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=45 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=4 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=50 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=53 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=4 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=60 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=69 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=22 HEIGHT=1 alt=" "></TD>           <TD bgcolor="29225F"><IMG src="images/utilitaires/spacer.gif" WIDTH=105 HEIGHT=1 alt=" "></TD>         </TR>         <TR>            <TD ROWSPAN=3 bgcolor="0062A2">              <a href="http://www.umontreal.ca/"><IMG src="images/bandeau/logo_udem.gif" WIDTH=162 HEIGHT=72 border="0" alt="Universit&eacute; de Montr&eacute;al"></a></TD>           <TD bgcolor="29225F" align="left"><a href="http://jade.daa.umontreal.ca/guichets/services/dgtic/bottin/bottin.htm"><IMG src="images/bandeau/menu_bottin.gif" WIDTH=60 HEIGHT=18 border="0" alt="Bottin de l'Universit&eacute;"></a></TD>           <TD COLSPAN=2 bgcolor="29225F"><a href="http://www.umontreal.ca/moteur_rech/index.html"><IMG src="images/bandeau/menu_moteur.gif" WIDTH=126 HEIGHT=18 border="0" alt="Moteur de recherche sur le site de l'Universit&eacute;"></a></TD>           <TD COLSPAN=3 bgcolor="29225F"><a href="http://www.umontreal.ca/plancampus/index.html"><IMG src="images/bandeau/menu_plan.gif" WIDTH=99 HEIGHT=18 border="0" alt="Plan du campus"></a></TD>           <TD COLSPAN=2  bgcolor="29225F"><a href="http://www.bib.umontreal.ca/SS/"><img src="images/bandeau/menu_accueil.gif" width=57 height=18 border="0" alt="Page d'accueil de la Bibliothque des lettres et sciences humaines"></a></TD>           <TD bgcolor="29225F"><a href="http://www.bib.umontreal.ca/SS/horaire.htm"><IMG src="images/bandeau/menu_horaires.gif" WIDTH=60 HEIGHT=18 border="0" alt="Horaires de la Bibliothque des lettres et sciences humaines"></a></TD>           <TD COLSPAN=2 bgcolor="29225F"><a href="http://www.bib.umontreal.ca/SS/blshdesc.htm"><IMG src="images/bandeau/menu_coordonnees.gif" WIDTH=91 HEIGHT=18 border="0" alt="Coordonn&eacute;es de la Bibliothque des lettres et sciences humaines"></a></TD>           <TD  bgcolor="29225F"><a href="http://www.bib.umontreal.ca/db/index_du_site.htm"><IMG src="images/bandeau/menu_index.gif" WIDTH=105 HEIGHT=18 border="0" alt="Index du site des biblioth&egrave;ques"></a></TD>         </TR>         <TR>            <TD COLSPAN=2 bgcolor=#FFFFFF align=left valign=middle height="18">              <a href=http://www.bib.umontreal.ca/db/catalogues.htm onMouseOver = "menu_enter (0);" onMouseOut = "menu_exit (0);" class=topMenu target="_parent"><b>&nbsp;&nbsp;Catalogues              </b>&nbsp;|</a></TD>           <TD COLSPAN=2 bgcolor=#FFFFFF align=left valign=middle height="18"><a href=http://www.bib.umontreal.ca/db/ressources_el.htm onMouseOver = "menu_enter (1);" onMouseOut = "menu_exit (1);" class=topMenu target="_parent"><b>&nbsp;Ressources              lectroniques</b></a></TD>           <TD COLSPAN=3 bgcolor=#FFFFFF align=left valign=middle height="18"><a href=http://www.bib.umontreal.ca/db/explorer.htm class=topMenu target="_parent"><b>&nbsp;|&nbsp;Explorer              Internet</b></a></TD>           <TD COLSPAN=3 bgcolor=#FFFFFF align=left valign=middle height="18"><a href=http://www.bib.umontreal.ca/db/obtenir.htm onMouseOver = "menu_enter (2);" onMouseOut = "menu_exit (2);" class=topMenu target="_parent"><b>              &nbsp;|&nbsp;Obtenir un document</b></a></TD>           <TD COLSPAN=2 bgcolor=#FFFFFF align=left valign=middle height="18"><a href=http://www.bib.umontreal.ca/db/pour_nous_joindre.htm onMouseOver = "menu_enter (3);" onMouseOut = "menu_exit (3);" class=topMenu target="_parent"><b>&nbsp;|&nbsp;Pour              nous joindre</b></a></TD>         </TR>         <TR>            <TD COLSPAN=3 bgcolor="29225F" valign="top" height="36" align="left">              <a href="http://www.bib.umontreal.ca/"><IMG src="images/bandeau/dir_bib_P3.gif" WIDTH=186 HEIGHT=36 border="0" alt="Page d'accueil des biblioth&egrave;ques" align="top"></a></TD>           <TD COLSPAN=9 bgcolor="2A92CA" valign="top" height="36"><a href="http://www.bib.umontreal.ca/SS/"><img src="images/bandeau/bandblshgrand_milieucentre.gif" border="0" alt="Page d'accueil de la Bibliothque des lettres et sciences humaines" width="412" height="36"></a></TD>         </TR>       </table>     </td>     <td bgcolor="29225F" WIDTH="26%"> <IMG src="images/utilitaires/spacer.gif" WIDTH=1 HEIGHT=19 alt=" "></td>   </tr>   <tr>      <td bgcolor="FFFFFF" WIDTH="26%"> <IMG src="images/utilitaires/spacer.gif" WIDTH=1 HEIGHT=18 alt=" "></td>   </tr>   <tr>      <td bgcolor="29225F" WIDTH="26%" valign="top"> <IMG src="images/utilitaires/spacer.gif" WIDTH=1 HEIGHT=36 alt=" " align="top"></td>   </tr> </table> <table cellpadding="0" cellspacing="0" border="0" width="759" vspace="0" hspace="0">   <TR>      <TD bgcolor="#FFFFFF">       <table width="759" cellspacing=" 0" cellpadding=" 0">         <tr>            <td></td>         </tr>       </table> 	   	   	  <table cellpadding="5" cellspacing="0" border="0" width="100%"><td> 	         <!-- #BeginEditable "Contenu" -->            <h1> Petit guide de la documentation en tudes Classiques</h1>           <br>           par Elias Maalouf<BR>           <BR>           D&eacute;cembre 1997<BR>           <BR>           <br>           <B>            <h2>Table des mati&egrave;res</h2>           </B> <A HREF="#dict">Dictionnaires</A> | <A HREF="#guid">Guides bibliographiques</A> |            <A HREF="#biblio">Bibliographies courantes</A> | <A HREF="#biblio2">Bibliographies            rtrospectives</A> | <A HREF="#archo">Archologie</A> | <A HREF="#lang">Langues</A> |             <A HREF="#litt">Littrature</A> | <A HREF="#mytho">Mythologie et religion</A> |            <A HREF="#philo">Philosophie</A> | <A HREF="#vie">Vie sociale</A> | <A HREF="#epigrap">pigraphie</A> |            <A HREF="#theses">Thses</A> | <A HREF="#abr">Abrviations et sigles</A>            <br>           <br>           <A NAME="dict"><B>           <h2>1- Dictionnaires et encyclopedies</h2>           </B></A>           <p></p>           Der Neue Pauly : Enzyklop&auml;die der Antike. REF DE 5 N48 1996<br>           Daremberg, Charles Victor. Dictionnaire des antiquit&eacute;s grecques            et romaines. 1969. REF DE 5 D37<br>           Devambez, Pierre.Dictionnaire de la civilisation grecque. REF DF 16            D53<br>           Dictionnaire de l'Antiquit&eacute; :mythologie, litt&eacute;rature,            civilisation. REF DE 5 O 84412 1993<br>           Grant, Michael and Rachel Kitzinger. Civilization of the ancient Mediterranean            : Greece and Rome. REF DE 59 C58 1988<br>           Moss&eacute;, Claude. Dictionnaire de la civilisation grecque. REF DF            16 M67 1992<br>           The Oxford dictionary of Byzantium. Alexander P. Kazhdan, ed. REF DF            521 O 94 1991 Pauly, August Friedrich. Paulys Realencyclop&auml;die            der classischen Altertumswissenschaft. DE 5 P38 1893<br>           Index to the supplements and suppl. volumes of Pauly-Wissowa's R.E by            , John P. Murphy. 1976. DE 5 P333<BR>           Rich, Anthony, 18031891. Dictionnaire des antiquit&eacute;s romaines            et grecques. REF DE 5 R5312 1987<br>           Seyffert, Oskar. A Dictionary of classical antiquities : mythology,            religion, literature and art. REF DE 5 S49 1894           <P> <H><A NAME="guid"></a><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div>           <B>           <h2>2- Guides bibliographiques</h2>           </b>           <P> Bengston, Hermann. Introduction to ancient history. 1970. REF Z              6202 B4614<br>             Introduzione allo studio della cultura classica. PA 25 I 58<br>             Grimal, Pierre, 1912 Guide de l'&eacute;tudiant latiniste. 1971. REF              PA 2065 F7 G75<BR>             Halton, Thomas. Classical scholarship : an annotated bibliography.              Thomas Halton, Stella O'Leary. REF Z 6207 C65 H34 1986<br>             Jenkins, Fred W. Classical studies : a guide to the reference literature.              REF Z 7016 J45 1996<br>             Medieval latin : an introduction and bibliographical guide edited              by F.A.C. Mantello and A.G. Rigg.<br>             c1996. PA 2802 M43 1996<br>             Poucet, Jacques. Aux sources de l'Antiquit&eacute; gr&eacute;coromaine              : guide bibliographique. REF Z 7016 P68 1993           <P> <H><A NAME="biblio"></a><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div>           <B>           <h2>3- Bibliographies courantes</h2>           </b>           <P> L'Ann&eacute;e philologique; bibliographie critique et analytique              de l'antiquit&eacute; gr&eacute;co latine. v.1 1924 . REF-N<br>             The Database of classical bibliography : DCB. Le vol. 1 correspond              aux v.47-58(1976-87) de l'Ann&eacute;e philologique. Les mises &agrave;              jour correspondront  des ann&eacute;es ant&eacute;rieures et ult&eacute;rieures              des volumes mentionn&eacute;s. c1995- .<BR>             Bibliographia patristica; internationale Patristische Bibliographie.              REF-N Francis pr&eacute;c&eacute;d&eacute; du Bulletin signal&eacute;tique,              1970-1990 et suivi de Francis sur CD-ROM, 1984-<BR>             Arts &amp; humanities citation index. 19751995 REF-N 1996- . CDROM<br>             Bulletin analytique d'histoire romaine. 1962 v.114/15, 19621975/76;              1985 REF-N           <P> <H><A NAME="biblio2"></a><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div>           <B>           <h2>4- Bibliographies rtrospectives</h2>           </b>           <P> Engelmann, Wilhelm. Bibliotheca scriptorum classicorum umfassend              die Literatur von 1700 bis 1878. 1959 2 v. 016.88 E57b<BR>             Fabricius, Johann Albert. Bibliotheca graeca.1966-70. 12v. REF Z 7021              F33<BR>             Fabricius, Johann Albert. Bibliotheca latina: sive, Notitia auctorum              veterum latinorum, quorumcumque scripta ad nos pervenerunt... 1728.              2 v. .Coll. spec CSb / Z 7026 F124<BR>             Klussmann, Rudolf. Bibliotheca scriptorum classicorum et graecorum              et latinorum : Die Literatur von 1878 bis 1896 einschliesslich umfassend.              016.88 K66b<br>             Lambrino, Scarlat. Bibliographie de l'antiquitera classique, 1896-1914..              1951- . 2v. REF Z 7016 L35<BR>             Marouzeau, Jules. Dix annes de bibliographie classique : bibliographie              critique et analytique de l'antiquit&eacute; gr&eacute;co-latine pour              la p&eacute;riode 1914-1924. REF Z 7016 M356           <P> <H><A NAME="archo"></a><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div>           <B>           <h2>5- Archologie</h2>           </b>           <P>            <UL>             <B>A- Dictionnaires</B>             <P> Collins dictionary of archaeology. edited by Paul Bahn. REF CC                70 C65 1992<br>               Enciclopedia dell'arte antica, classica e orientale. REF N 31 E53                Atlante et REF N 31 E53 v.1 8<br>               Ginouv&egrave;s, Ren&eacute;. Dictionnaire m&eacute;thodique de                l'architecture grecque et romaine. REF NA 31 G54<br>               Platner, Samuel. A topographical dictionary of ancient Rome. completed                and revised by Thomas Ashby. 913.376 P717t<br>               Rachet, Guy. Dictionnaire de l'arch&eacute;ologie. REF CC 70 R33                1983<br>               Richardson, Lawrence A new topographical dictionary of ancient Rome                . REF DG 68 R53 1992<BR>               Travlos, Ioannes N. Pictorial dictionary of ancient Athens. NA 280                T68 1980 .             <P> <B>B- Sites et Fouilles</B>             <P> The Princeton encyclopedia of classical sites. Richard Stillwell,                ed. REF DE 5 P75             <P> <B>C- Numismatique</B>             <P> Mitchiner, Michael. The ancient & classical world, 600 B.C.A.D.                650. REF CJ 1309 M58 1978<br>               Stevenson, Seth William, 17841853. A dictionary of Roman coins,                Republican and Imperial. REF CJ 829 S84 1889             <P> <B>D- Bibliographies</b>             <P> Coulson, William. Greek and Roman art, architecture, and archaeology                : an annotated bibliography. REF Z 5932 .3 C68 1987<br>               Day, Alan. Archaeology : a reference handbook. REF CC 70 D39<br>               Heizer, Robert. Archaeology, a bibliographical guide to the basic                literature. . REF Z 5131 H45<br>               Bibliographies sur l'&eacute;poque romaine. REF Z 5118 A6 B532 1991<BR>               Whitaker, Graham. A bibliographical guide to classical studies .                1997- . REF Z 6207 C65 W47 1997             <P> <B>E- Manuels</B>             <P> Le Grand atlas de l'archologie / ralis par Encyclopaedia universalis.                Christine Flon, (d) c1985. REF G 1046 E15 G73 1985 <BR>               Ginouv&eacute;s, Ren&eacute;. L'arch&eacute;ologie gr&eacute;co-romaine.                3e ed. REI CC 75 G558 1992<BR>               Andrew Sherratt. Encyclop&eacute;die d'arch&eacute;ologie de Cambridge.                c1981. REF CC 175 C3612           </UL>           <P> <H><A NAME="lang"></a><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div>           <B>           <h2>6- Langues</h2>           </b>            <UL>             <B>A- Dictionnaires de langues</B>             <p></P>             <B>Grec</B><br>             Boisacq, Emile, 18651944. Dictionnaire &eacute;tymologique de la langue              grecque &eacute;tudi&eacute;e dans ses rapports avec les autres langues              indo-europ&eacute;ennes. REF PA 421 B65<br>             Estienne, Henri, Thesaurus graecae linguae. 19v. 483.7 E81t <br>             Chantraine, Pierre. Dictionnaire &eacute;tymologique de la langue              grecque : histoire des mots REF PA 422 C43<br>             Chantraine, Pierre. Dictionnaire &eacute;tymologique de la langue              grecque : histoire des mots. . REF PA 422 C43 1984<br>             Windekens, A. J. van (Albert J.) Dictionnaire &eacute;tymologique              compl&eacute;mentaire de la langue grecque : nouvelles contributions              &agrave; l'interpr&eacute;tation historique et compar&eacute;e du              vocabulaire. REF PA 422 W55 1986<br>             Liddell, George,and Robert Scott. A Greek-English lexicon A new ed.              rev. and augm. throughout [9th ed.]. REF PA 445 E5 L54 1940<br>             Bailly, Anatole. Dictionnaire grec-fran&ccedil;ais. REF PA 445 F7              B36 1985<br>             Magnien, Victor. Dictionnaire grec-fran&ccedil;ais. REF PA 445 F7              M35<br>             A Patristic Greek lexicon. edited by G. W. H. Lampe. REF PA 681 P27              1978             <P> <B>Latin</B><br>               Ernout, Alfred. Dictionnaire &eacute;tymologique de la langue latine;                histoire des mots. 4e ed. REF PA 2342 E76 1959<br>               Blaise, Albert. Lexicon latinitatis medii aevi : praesertim ad res                ecclesiasticas investigandas pertinens = Dictionnaine latin-fran&ccedil;ais                des auteurs du moyen-&acirc;ge. BR 60 C664 B53             <P> <B>Bibliographie</B>             <P> Bibliografia della lingua latina (19491991) Fabio Cupaiuolo. REF                Z 7026 C86 1993             <P>           </UL>           <H/><A NAME="litt"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>7- Littrature</h2>           </b></A>           <p></p>           <UL>             <B>A- Dictionnaires de litt&eacute;rature</B>             <P> Buchwald, Wolfgang. Dictionnaire des auteurs grecs et latins de                l'Antiquit&eacute; et du Moyen-&acirc;ge. REF PA 31 B8312 1991<br>               Grant, Michael, Greek and Latin authors, 800 B.C.A.D. 1000 : a biographical                dictionary. REF PA 31 G72<br>               The Oxford companion to classical literature edited by M.C. Howatson.                2nd ed. REF DE 5 O844 1989<br>               Mantinband, James H. Dictionary of Greek literature. REF PA 31 M25                1966             <P> <B>B- Critique litt&eacute;raire</B>             <P> Classical and medieval literature criticism. Detroit, Gale Research.                v.1- 1988- . REF-N              <P> <B>C- Bibliographies</B>             <P> Sienkewicz, Thomas J. The classical epic : an annotated bibliography.                REF Z 7018 E63 S54 1991<br>               The Classical world bibliography of Roman drama and poetry and ancient                fiction . REF Z 7026 C42 1978<br>               The Classical world bibliography of Greek drama and poetry. REF                Z 7023 D7 C52 1978<br>               Forman, Robert J. Classical Greek and Roman drama : an annotated                bibliography. REF Z 7018 D7 F67 1989             <P> <B>D- Influences</B>             <P> Carlsen, Hanne. A bibliography to the classical tradition in English                literature. REF Z 2014 C55 C37 1985             <P>           </UL>           <H/><A NAME="mytho"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>8- Mythologie et religion</h2>           </b></A>           <p></p>           <UL>             <B>A- Dictionnaires</B><br>             Grimal, Pierre. Dictionnaire de la mythologie grecque et romaine.              REF BL 715 G75 1979<br>             Schmidt, Jo&euml;l. Dictionnaire de la mythologie grecque et romaine              . REF BL 303 S36 1986<br>             Dictionnaire culturel de la mythologie gr&eacute;co-romaine. par Sandrine              Agusta-Boularot...[et al.] ; sous la direction de Ren&eacute; Martin.              REF BL 715 D528 1992<br>             Le Who's who de la mythologie. Michael Grant et John Hazel traduction              fran&ccedil;aise de Etienne Leyris. REF BL 715 G7312<br>             Grant, Michael. Dictionnaire de la mythologie. 1981 REF BL 715 G73512<br>             Grant, Michael. Gods and mortals in classical mythology. BL 715 G725<br>             Lexicon iconographicum mythologiae classicae (LIMC) publi&eacute;              par la Fondation pour le lexicon iconographicum mythologiae classicae.              REF BL 715 L49<br>             Roscher, Wilhelm Heinrich. Ausfuhrliches Lexikon der griechischen              und r&ouml;mischen Mythologie im Vereint mit Th. Birt [und anderen].              292.03 R791 v16<BR>             Les grandes divinit&eacute;s de la Gr&egrave;ce. Par Pierre L&eacute;v&egrave;que              et Louis S&eacute;chan. REF BL 785 L483 1990<br>             Dictionnaire culturel de la mythologie gr&eacute;co-romaine sous la              direction de Ren&eacute; Martin. REF BL 715 D528 1992             <P> <B>B- Bibliograpies</B>             <P> Peradotto, John Joseph,1933 Classical mythology : an annotated                bibliographical survey. REF Z 7836 P47<BR>               Guide bibliographique de la religion grecque = Bibliographical survey                of Greek religion; sous la direction scientifique de Andr&eacute;                Motte, Vinciane PirenneDelforge et Paul Wathelet. REF Z 7836 G85                1992             <P> <B>C- Influences</B><br>               Recent studies in myths and literature, 1970-1990 :an annotated                bibliography compiled by Bernard Accardi ..REF Z 2014 M985 R43 19701990             <P>            </UL>           <H/><A NAME="philo"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>9- Philosophie</h2>           </b></A>Dictionnaire des philosophes antiques publi&eacute; sous la            direction de Richard Goulet avec une pr&eacute;face de Pierre Hadot.            REF B 165 D53 1989            <P> <H/>           <A NAME="vie"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>10- Vie sociale</h2>           </b></A>La Femme dans le monde m&eacute;diterran&eacute;en. La femme            grecque et romaine. Bibliographie. HQ 1134 F46 1985 v.2<br>           Estienne, Robert. Roberti Stephani lexicographorum principis.Thesaurus            linguae REF PA 2361 E77 1740<br>           Berkowitz, Luci. Thesaurus Linguae Graecae : canon of Greek authors            and works 2nd ed. REF Z 7021 B47 1986<br>           Thesaurus linguae Graecae[fichier d'ordinateur] REF<br>           Pandora 2.5[fichier d'ordinateur]. Version 2.5.2 Santa Barbara, CA,            Intellimation,c1989-1992 Programme : 1 disquette + 1 manuel d'utilisateur            (51 p.) Library for the Macintosh; REF PA 227 P35 1992 Guide MEDIA /            PA 227 P35 1992 Disquette           <P> <H/>           <A NAME="epigrap"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>11- pigraphe</h2>           </b></A>Guide de l'&eacute;pigraphiste : bibliographie choisie des &eacute;pigraphies            antiques et m&eacute;di&eacute;vales. Fran&ccedil;ois B&eacute;rard...[et            al.]. REF Z 7018 I 5 G85 1986            <P> <H/>           <A NAME="theses"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>12- Thses</h2>           </b></A>Thompson, Lawrence Sidney. A bibliography of American doctoral            dissertations in classical studies and related fields. Z 7016 T46<br>           Thompson, Lawrence Sidney. A bibliography of dissertations in classical            studies : American, 1964-1972 : British, 1950-1972 ; with a cumulative            index, 1861-1972 compiled by Lawrence S. Thompson. REF Z 7016 T462           <P> <H/>           <A NAME="abr"><div align="right"><a href="#hdp"><img src="images/utilitaires/flhaut.gif" width="16" height="16" border="0" alt="Haut de page"></a>  </div><B>           <h2>13- Abrviations et sigles</h2>           </b></A>Dictionary of bibliographic abbreviations found in the scholarship            of classical studies and related disciplines compiled by Jean Susorney            Wellington. REF PA 99 W45 1983<br>           The Oxford classical dictionary edited by Simon Hornblower and Antony            Spawforth. 3rd ed. REF DE 5 O84 1996<br>           Poucet, Jacques,Aux sources de l'Antiquit&eacute; gr&eacute;co-romaine            : guide bibliographique. c1993 REF Z 7016 P68 1993<br>           L'Ann&eacute;e philologique; bibliographie critique et analytique de            l'antiquit&eacute; gr&eacute;co-latine. Paris.v.1 1924- . REF-N<br>           Der Kleine Pauly : Lexikon der Antike auf der Grundlage von Pauly's            Realencyclop&auml;die der classischen Altertumswissenschaft. REF DE            5 K54 1964 <br>           <br>           <br>           <!-- #EndEditable -->        	  </td></table>  	   	   	  <table width="759" cellspacing=" 0" cellpadding=" 0">       </table>     </TD>   </TR> </TABLE> <p align="center"><a href="#hdp"><img src="images/utilitaires/haut_de_page.gif" width="90" height="16" alt="Haut de page" border="0"></a> <img src="images/utilitaires/spacer.gif" width="3" height="1"> <!-- #BeginEditable "URL_prec" --><a href="guides.htm"><img src="images/utilitaires/retour_prec.gif" width="170" height="16" border="0" alt="Retour &agrave;  la page pr&eacute;c&eacute;dente"></a><!-- #EndEditable --> </p>  <!-- #BeginEditable "cartouche" -->  <table bgcolor="2A92CA">   <tr>      <td height="57">        <address></address>       <address>&copy;Biblioth&egrave;que des lettres et sciences humaines<br>       Direction des biblioth&egrave;ques, Universit&eacute; de Montr&eacute;al.<br>       URL de la page d'accueil&nbsp;:&nbsp;<a href="http://www.bib.umontreal.ca/SS">http://www.bib.umontreal.ca/SS</a>        <br>       Responsable&nbsp;: <a href="mailto:jerry.bull@umontreal.ca"> Jerry Bull        (jerry.bull@umontreal.ca)</a></address>       </td>   </tr> </table> <!-- #EndEditable -->  </BODY> <!-- #EndTemplate --></HTML> 
