CINXE.COM
CTHS - Page d'accueil
<!DOCTYPE html> <html lang="fr"> <head> <title>CTHS - Page d'accueil </title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Olivier Drut"> <meta name="robots" content="index, follow"> <script src="library/js/jquery/jquery-1.11.1.min.js" type="text/javascript"></script> <link href='//fonts.googleapis.com/css?family=Asap' rel='stylesheet'> <link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'> <link rel="stylesheet" href="css/layout.css"> <link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/liste.css"> <link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css"> <script type="text/javascript" src="library/js/jq-sticky-anything/jq-sticky-anything.min.js"></script> <script> $(window).load(function(){ $('#nav-bar').stickThis({ top: 0, // top position of sticky element, measured from 'ceiling' minscreenwidth: 800, // element will not be sticky when viewport width smaller than this maxscreenwidth: 999999, // element will not be sticky when viewport width larger than this zindex: 1, // z-index value of sticky element debugmode: false, // when true, errors will be logged to console pushup: '' // another (unique) element on the page that will 'push up' the sticky element }); }); </script> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> <!-- Add jQuery library --> <!-- Add fancyBox main JS and CSS files --> <script type="text/javascript" src="library/js/fancybox/source/jquery.fancybox.js?v=2.1.4"></script> <link rel="stylesheet" type="text/css" href="library/js/fancybox/source/jquery.fancybox.css?v=2.1.4" media="screen" /> <script type="text/javascript"> $(document).ready(function() { $('.myfancybox').fancybox({ 'width' : 900, 'height' : 600, 'autoSize' : true, 'autoDimensions' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe', 'titleShow' : false, }); }); </script> <script type="text/javascript"> function setCookie(c_name, value, expiredays) { var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays); document.cookie=c_name+ "=" +escape(value)+ ((expiredays==null) ? "" : ";expires="+exdate.toGMTString()); } function ajax_data( my_element_id, my_str )// récup de données dans la base mysql { if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); }// code for IE7+, Firefox, Chrome, Opera, Safari else { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); }// code for IE6, IE5 xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById(my_element_id).innerHTML=xmlhttp.responseText; } } if (my_str.substr(0,16) == 'q=reunion_detail' ) { xmlhttp.open("GET","../priv/reunion.php?"+my_str,true);} else if (my_str.substr(0,16) == 'q=congres_expand' ) { xmlhttp.open("GET","../co/getdata.php?"+my_str,true);} else if (my_str.substr(0,16) == 'q=domaine_expand' ) { xmlhttp.open("GET","../ed/getdata.php?"+my_str,true);} else { xmlhttp.open("GET","../library/getdata.php?"+my_str,true);} xmlhttp.send(); } </script> <script type="text/javascript" language="javascript"> function win_open(nUrl,nNom,w,h,nScroll){ var winl = (screen.width) ? (screen.width-w)/2 : 0; var wint = (screen.height) ? (screen.height-h)/2 : 0; var options = 'width='+w+',height='+h+',top='+wint+',left='+winl+',scrollbars='+nScroll+',resizable=yes, location=yes, toolbar= yes'; fen=window.open(nUrl,nNom,options); fen.window.focus(); } </script> <style type="text/css"> #bandeau_button { margin-left: 50%; margin-top: -6em; float: left; } #editions_button{ clear: none; } #editions_nouveautes{ height: 420px; } @media (min-width: 70em) { #left { display: none; width: 0%; } #center { width: 68%; } #fieldset_center_1 { width: 100%; height: 700px; } #fieldset_Actualité#fieldset_right_1 { width: 100%; height: 430px; } #fieldset_right_2 { height: 380px; } #actualites_1, #actualites_2 { margin-top: 20px; width: 100%; } #actualites_1 { float: left; } #actualites_2 { float: right; } } @media (max-width: 70em) { #fieldset_center_1{ overflow: auto; height: 500px; } #editions_nouveautes{ height: 300px; } #right_fb{ height: 500px; } } </style> </head> <body> <div id="header"> <div class="container"> <style type="text/css"> #header a { text-decoration: none; } #cths_logo { margin-left: 10px; vertical-align: middle; float: left; } #header_title { margin-left: 50px; font-size: 1.2em; float: left; margin-top: 18px; line-height: 25px;} #header_icons { margin-right: 10px; margin-top: 20px; text-align: right; float: right; } .icon {vertical-align: middle; } .header_1{margin-bottom: 20px; font-size: 1.2em;} .header_2{margin-top: 10px; font-size: 0.9em;} </style> <img class= baseline id="cths_logo" src="images/logo-enc.png" alt="cths_logo" width="167" height="80" /> <span id=header_title class=no_mobile><center> <span class=header_1>Comité des travaux historiques et scientifiques</span><br> <span class=header_2>Institut rattaché à l’École nationale des chartes</span> </center></span> <span id=header_icons> <a class=redlink href='hi/secretariat.php'><span class='fa-2x'><i class='fa fa-envelope fa-fw' title='Formulaire de contact'></i> </a><a class=redlink href='rss/rss.php' target='_blank'><span class='fa-2x'><i class='fa fa-rss fa-fw' title='Flux RSS'></i></a><a class=redlink href='https://twitter.com/cths_Paris' target='_blank'><span class='fa-2x'><i class='fa fa-twitter fa-fw' title='Le compte Twitter du CTHS'></i></a><a class=no_mobile class=redlink href='https://cths.fr/priv/login.php'><span class='fa-2x'><i class='fa fa-lock fa-fw' title='Espace Membres'></i></a> </span> </div> </div> <div class="container"> <div id="nav-bar"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <! html xmlns="http://www.w3.org/1999/xhtml"> <style type="text/css" media="print" > #nav { display: none;} </style> <style type="text/css" media="screen" > .fa { font-size: 0.8em;} #nav { padding-left: 0px; padding-bottom: 0; padding-right: 0px; padding-top: 7px; border-bottom-color: #6d6d6d; border-left-style: none; border-bottom-style: solid; border-right-style: none; border-top-style: none; border-left-width: 0px; border-bottom-width: 1px; border-right-width: 0px; border-top-width: 0px; margin-left: 0; margin-right: 0; margin-top: 0; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); background: #CCCCCC; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE, dégradé barre de menu principale */ background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* for webkit browsers */ background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE); /* for firefox 3.6+ */ width : 99%; } #nav li { padding-left: 0; padding-bottom: 8px; padding-right: 0; font-size: 1.2em; margin-bottom: 0; margin-right: 0px; float: left; position: relative; list-style: none; } /* main level link */ #nav a { font-weight: bold; color: #333333; text-decoration: none; display: block; padding: 8px 20px; margin: 0; -webkit-border-radius: 1.6em; -moz-border-radius: 1.6em; } /* main level link hover */ #nav .current a, #nav li:hover > a { background: #d1d1d1; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#bbbbbb'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#bbbbbb)); /* for webkit browsers */ background: -moz-linear-gradient(top, #f1f1f1, #bbbbbb); /* for firefox 3.6+ */ color: #444444; border-top: solid 1px #f8f8f8; text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } /* sub levels link hover */ #nav ul li:hover a, #nav li:hover li a { background: none; border: none; /* color: #666; couleur police déroulants */ color: #333; -webkit-box-shadow: none; -moz-box-shadow: none; } #nav ul a:hover { background: #0399d4 !important; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BC3315', endColorstr='#BD3414'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#BC3315), to(#BD3414)) !important; /* for webkit browsers */ background: -moz-linear-gradient(top, #BC3315, #BD3414) !important; /* for firefox 3.6+ */ color: #fff !important; -webkit-border-radius: 0; -moz-border-radius: 0; text-shadow: 0 1px 1px rgba(0, 0, 0, .1); } /* level 2 list */ #nav ul { background: #ddd; /* for non-css3 browsers */ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */ line-height: 20px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE , dégradé du menu déroulant */ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */ background: -moz-linear-gradient(top, #fff, #cfcfcf); /* for firefox 3.6+ */ display: none; margin: 0; padding: 0; width: 400px; /* si modif, reporter en #nav ul ul { pour décaler la sous liste en conséquence */ position: absolute; top: 35px; left: 0; border: solid 1px #b4b4b4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); } /* dropdown */ #nav li:hover > ul { display: block; } #nav ul li { font-size: 0.9em; float: none; margin: 0; padding: 0; } #nav ul a { text-shadow: 0 1px 1px rgba(255, 255, 255, .9); } /* level 3+ list */ #nav ul ul { left: 231px; top: -3px; } /* clearfix */ #nav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #nav { display: inline-block; } html[xmlns] #nav { display: block; } * html #nav { height: 1%; } @media (max-width: 1000px) /* masquer en dessous de 1000px */ {.no_1000px { display: none; } } @media (max-width: 1200px) /* réduire fonte en dessous de 1200px */ { #nav li { font-size:0.95em; } #nav .menu_line { font-size:1.3em; } } @media (max-width: 0.720px) { #nav li { position: static; float: none; list-style: none; } #nav ul { line-height: 30px; width: 250px; /* si modif, reporter en #nav ul ul { pour décaler la sous liste en conséquence */ position: static; top: 35px; } } @media (max-width: 720px){ /* #nav ul li { visibility: hidden; display: none; }masquer les lignes de menus sur les smartphones */ #nav a { padding: 4px; } } .menu_large { display: inline; } .menu_small { display: none; } @media (max-width: 600px){ .menu_large { display: none; } .menu_small { display: inline; } } </style> <a name="top"></a> <ul id="nav"> <! Home > <li class="current" ><a href="index.php"><i class="fa fa-home"></i></a> <! LE CTHS > <li ><a href="hi/index.php"> <span class="menu_large">Le CTHS </span><span class="menu_small">CTHS </span> <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="hi/index.php">• Qu'est-ce que le CTHS ?</a></li> <li><a class=menu_line href="hi/historique.php">• Histoire du CTHS</a></li> <li><a class=menu_line href="hi/section.php">• Membres du CTHS</a></li> <li><a class=menu_line href="hi/commission.php">• Commission de publication du CTHS</a></li> <li><a class=menu_line href="hi/secretariat.php">• Contacts</a></li> <li><a class=menu_line href="hi/statuts.php">• Les statuts du CTHS</a></li> <li class=no_mobile><a class=menu_line href="https://cths.fr/priv/login.php">• Accès Membres</a></li> </ul> </li> <! editions > <li ><a href="ed/index.php"> Éditions <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="ed/index.php">• Présentation des éditions du CTHS</a></li> <li><a class=menu_line href="ed/selec.php?sc=ed">• Catalogue</a></li> <li><a class=menu_line href="ed/instructions.php">• Instructions aux auteurs</a></li> <li><a class=menu_line href="ed/collections.php">• Les collections du CTHS</a></li> </ul> </li> <! Sociétés savantes > <li ><a href="an/index.php"> <span class="menu_large">Sociétés savantes </span><span class="menu_small">Sociétés </span> <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="an/index.php">• Présentation</a></li> <li><a class=menu_line href="an/annuaire.php">• Annuaire des sociétés savantes</a></li> <li><a class=menu_line href="ed/liste.php?sc=pe">• Publications des sociétés savantes</a></li> <li><a class=menu_line href="an/prosopographie.php">• Base prosopographique: La France savante</a></li> <li><a class=menu_line href="an/liaison.php">• Bulletin de liaison des sociétés savantes</a></li> </ul> </li> <! Congres > <li > <a href="co/index.php"> <span class="menu_large">Congrès annuel </span><span class="menu_small">Congrès </span> <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="co/index.php">• Présentation</a></li> <li><a class=menu_line href="co/congres.php">• 149<sup>e</sup> congrès, Orléans, 14-18 avril 2025</a></li> <li><a class=menu_line href="co/liste.php">• Tous les congrès du CTHS</a></li> <li> ------------------------------</li> <li><a class=menu_line href="ed/liste.php?monocrit=c&collection=actes">• Actes des congrès du cths</a></li> <li><a class=menu_line href="co/instructions.php">• Instructions aux auteurs</a></li> </ul> </li> <! prix de thèse > <div class=no_1000px> <li > <a href="pt/index.php">Fondation et prix <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="pt/index.php">• Prix de thèses</a></li> <li><a class=menu_line href="pt/index.php?id=fondation">• Fondation et autres prix</a></li> </ul> </li> </div class=no_1000px> <! actualité > <li > <a href="ac/index.php"> <span class="menu_large">Actualité</span><span class="menu_small">Actu... </span> <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="ac/index.php">• Actualité du CTHS</a></li> <li><a class=menu_line href="ac/index.php?sc=ag">• L'agenda du CTHS</a></li> <li><a class=menu_line href="ac/index.php?sc=pr">• Revue de presse</a></li> </ul> </li> <! topographique > <li><a href="https://dicotopo.cths.fr" target=_blank> <span class="menu_large">Topographie</span><span class="menu_small">Topo.</span> <span class="menu_large"><i class="sm-caret fa fa-angle-down" ></i></span></a> <ul> <li><a class=menu_line href="https://dicotopo.cths.fr" target="topo">Dictionnaire topographique</a></li> </ul> </li> </dim class=no_mobile> </ul> </div> </div> <div class="content"> <div class="container"> <div id="bandeau_barre" class="no_mobile"> <div id="bandeau_image"> <img class="img-responsive" src="images/bandeau.jpg" alt="bandeau" /> </div> <div id="bandeau_button"> <a href="hi/historique.php" class="myButton"> Histoire du CTHS </a> </div> </div> <div id="ariane"> </div> <div id="center"> <fieldset id="fieldset_center_1"> <legend class="block_legend">Éditions du CTHS </legend> <div id="editions_nouveautes" > <div id="editions_titre" class="block_titre"> <a href="ed/index.php" class="redlink">Les nouveautés</a> </div> <div id="coverflow" class="no_ipad_mobile"> <!-- mightySlider basic stylesheet with skins imported --> <link rel="stylesheet" type="text/css" href="ed/coverflow/mightyslider/src/css/mightyslider.css"/> <! faire les modifs ici> <link rel="stylesheet" type="text/css" href="ed/coverflow/mightyslider.css"/> <! reduction progressive du bloc coverflow > <style type="text/css"> @media (max-width: 1280px) { #simple .frame { width: 800px; } } @media (max-width: 1200px) { #simple .frame { width: 750px; } } @media (max-width: 1119px) { #simple .frame { width: 800px; } } </style> <div class="mightyslider_carouselSimple_skin clearfix" id="simple"> <!-- BULLETS BAR --> <ul class="mSPages"> </ul> <!-- FRAME --> <div class="frame"> <!-- SLIDEELEMENT --> <ul class="slide_element"> <!-- SLIDES --> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_8739.jpg', link: { url: 'ed/edition.php?id=8739', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=8739'> Les espaces périphériques des villes occidentales : identités et mutations de l’Antiquité à nos…</a></strong> <span class="auteurs">Florence BOURILLON, Denis MENJOT (dir.) Thibault…</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_8871.jpg', link: { url: 'ed/edition.php?id=8871', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=8871'> Les diplomaties euro-africaines au tournant des indépendances</a></strong> <span class="auteurs">Coordonné par Michel Catala, Alain Messaoudi,…</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_7764.jpg', link: { url: 'ed/edition.php?id=7764', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=7764'> Des artistes espagnols à Paris</a></strong> <span class="auteurs">Amanda HEROLD-MARME Laurence BERTRAND-DORLÉAC…</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_8621.jpg', link: { url: 'ed/edition.php?id=8621', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=8621'> Les sauveurs culturels</a></strong> <span class="auteurs">Cyril ISNART et Sylvie SAGNES (dir.)</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_8794.jpg', link: { url: 'ed/edition.php?id=8794', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=8794'> Dire et vivre la rupture sous la Révolution française</a></strong> <span class="auteurs">Philippe BOURDIN (dir.) Guillaume DEBAT,…</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_5821.jpg', link: { url: 'ed/edition.php?id=5821', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=5821'> Claude Ptolémée, astronome, astrologue, géographe</a></strong> <span class="auteurs">Germaine AUJAC</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_8869.jpg', link: { url: 'ed/edition.php?id=8869', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=8869'> La Paix des Dames (1529)</a></strong> <span class="auteurs">Nicolas Chibaeff, Sylvie Le Clech, Caroline…</span> </div> </li> <li class="slide" data-mightyslider="cover:'http://cths.fr/_files/ed/cover/carrousel_8782.jpg', link: { url: 'ed/edition.php?id=8782', 'data-caption': '<strong>Blossom</strong> by <b>Christopher Wesser</b>' }"> <div class="details"> <strong><a href='ed/edition.php?id=8782'> Périphéries régionales, régions périphériques</a></strong> <span class="auteurs">Jean SOUMAGNE (dir.) Michel BUHOT, Catherine…</span> </div> </li> </ul> </div> </div> <!-- mightySlider requires jQuery 1.7+ --> <!-- If you already have jQuery on your page, you shouldn't include it second time. --> <!-- Uses the built in easing capabilities added In jQuery 1.1 to offer multiple easing options --> <script type="text/javascript" src="ed/coverflow/assets/js/jquery.easing-1.3.pack.js"></script> <!-- Mobile touch events for jQuery --> <script type="text/javascript" src="ed/coverflow/assets/js/jquery.mobile.just-touch.js"></script> <!-- Main slider JS script file --> <script type="text/javascript" src="ed/coverflow/mightyslider/src/js/mightyslider.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ var $win = $(window), isTouch = !!('ontouchstart' in window), clickEvent = isTouch ? 'tap' : 'click'; (function(){ /** * Calculate the slides width in percent based on the parent's width. * * @return {String} */ function calculator(width){ var percent = '25%'; if (width <= 480) { percent = '100%'; } else if (width <= 768) { percent = '50%'; } else if (width <= 980) { percent = '33.33%'; } return percent; }; // Global slider's DOM elements var $carousel = $('#simple'), $pagesbar = $('.mSPages', $carousel), $frame = $('.frame', $carousel); // Calling new mightySlider class var slider = new mightySlider($frame, { speed: 1000, easing: 'easeOutExpo', viewport: 'fill', // Navigation options navigation: { navigationType: 'basic', slideSize: calculator($win.width()) }, // Commands options commands: { buttons: 1 }, // Pages options pages: { pagesBar: $pagesbar[0], activateOn: clickEvent }, // Dragging options dragging: { mouseDragging: 0, touchDragging: 0 } }).init(); // Register window :resize event callback $win.resize(function(){ // Update slider options using 'set' method slider.set({ navigation: { slideSize: calculator($win.width()) } }); }); })(); }); </script> </div id="coverflow"> <div id="nouveautes_ipad" class="yes_ipad_mobile"> <br><br> • <a class=redlink href='ed/edition.php?id=8739'>Les espaces périphériques des villes occidentales : identités et mutations de l’Antiquité à nos jours </a> - Florence BOURILLON, Denis MENJOT (dir.) Thibault…<br>• <a class=redlink href='ed/edition.php?id=8871'>Les diplomaties euro-africaines au tournant des indépendances</a> - Coordonné par Michel Catala, Alain Messaoudi,…<br>• <a class=redlink href='ed/edition.php?id=7764'>Des artistes espagnols à Paris</a> - Amanda HEROLD-MARME Laurence BERTRAND-DORLÉAC (préf.)<br>• <a class=redlink href='ed/edition.php?id=8621'>Les sauveurs culturels</a> - Cyril ISNART et Sylvie SAGNES (dir.)<br> </div id="nouveautes_ipad"> </div> <div id="editions_paraitre"> <div class="block_titre_surligne"> À paraître<br> </div> • <a class=redlink href='ed/edition.php?id=8895'>les Parisiennes au travail au milieu du XIX<sup>e</sup> siècle</a> - Christine Piette<br> 10/04/2025 - Dans le Paris en pleine mutation du milieu du xixe siècle, la grande majorité des femmes…<br>• <a class=redlink href='ed/edition.php?id=8894'>Constitution et mutations des périphéries urbaines : fonctions, structures et images</a> - Pierre ZEMBRI (dir.) Sandra ACOSTA GUACANEME,…<br> 28/04/2025 - Le Congrès national des sociétés historiques et scientifiques rassemble chaque année…<br>• <a class=redlink href='ed/edition.php?id=8899'>Du folklore enfantin aux enfants musiciens </a> - Anne Damon-Guillot<br> 13/06/2025 - À la redécouverte des traditions musicales enfantines. Apprises à l’école ou en famille,…<br>• <a class=redlink href='ed/edition.php?id=8897'>Le cartulaire des Trencavel (Languedoc, XI<sup>e</sup>-XIII<sup>e</sup> siècle )</a> - Hélène DÉBAX (éd.)<br> 26/06/2025 - Le cartulaire des Trencavel est sans doute le plus ancien cartulaire laïc du royaume de France, et…<br> </div id="editions_paraitre"> <div id=editions_button class="block_button"> <a href="ed/index.php" class="myButton"> Les éditions du CTHS </a> </div> </fieldset id="fieldset_center_1"> <div id="news"> <fieldset id="fieldset_Actualités"> <legend class="block_legend"> Actualité </legend> <div id="actualites_1"> <style type="text/css"> .news_vignette { margin-right: 5px; float: left; max-height: 350px; max-width: 250px; overflow: hidden; text-overflow: ellipsis; } .news_link{ padding-bottom: 20px; margin-top: 20px; } </style> <a class=redlink href="ac/index.php?sc=ac&id=1090"><div class="block_titre">03/03/2025 - APPELS À CANDIDATURES - PRIX FONDATION CTHS</div></a><br><div class=news_vignette><img class=news_vignette src='http://cths.fr/_files/ac/img_1090.jpg' border ='0' ></div><div><strong>La Fondation des travaux historiques et scientifiques lance l'édition 2025 de ses traditionnels prix de thèses et des sociétés savantes</strong> </div><div><br>La Fondation des travaux historiques et scientifiques a été créée par le CTHS et l’Académie des sciences morales et politiques. Elle a pour ambition de soutenir les jeunes chercheurs (grâce à un prix de thèse), les sociétés savantes et des projets qui associent des collégiens ou des lycéens et des associations scientifiques. Chaque année, les lauréats des différents appels à projets sont accueillis à l’Institut de France à l’occasion d’une cérémonie de remise des prix. Cette politique est financée grâce aux dons versés à la Fondation par des entreprises ou des particuliers.<br /> </div><div><br><a href="ac/index.php?sc=ac&id=1090">En savoir plus…</a></div> </div> <div id="actualites_2"> Congrès, journées d’études, formations, manifestations diverses, vie du Comité et des sociétés savantes, publications de recensions, etc. Les actualités vous permettent de mieux connaître les actions du CTHS et des membres de son réseau. <br /> <div id="histoire_button" class="block_button"> <a href="ac/index.php" class="myButton"> L'actualité du CTHS</a> </div> </div> </fieldset> </div id="news"> </div id="center"> <div id="right"> <div id="right_1"> <fieldset id="fieldset_right_1"> <legend class="block_legend"> 149e congrès du CTHS</legend> <div class="block_titre"> <center><a class=redlink href="co/congres.php">Orléans, 14-18 avril - 2025</a></center><br> </div> <div class="block_texte"> </div> <div class="block_liens"> <ul> <li><a href="co/congres.php">En savoir plus </a></li> </ul> </div> </fieldset> </div> <div id="right_2"> <fieldset id="fieldset_right_2"> <legend class="block_legend">Sociétés savantes </legend> <table border=0 width=100%> <tr> <td width=30%> <a href="an/index.php"> <img src="images/France.png" align="left" width=120 border=0> </a> </td> <td width=4%> </td> <td width=66% valign=top> <span class="block_soustitre"> <a class=redlink href="an/index.php">Annuaire des Sociétés Savantes membres du CTHS</a> </span><br> <ul> <li><a href="an/index.php">Voir l'annuaire</a></li> <li><a href="an/prosopographie.php">La France Savante</a></li> </ul> </td> </tr> <tr> <td colspan="3" align=left valign=top> <strong>Elles viennent de nous rejoindre</strong> </td> </tr> <tr> <td colspan="3" valign=top> <ul><li><a href='an/societe.php?id=100849'>Société géographique italienne - Rome</a></li><li><a href='an/societe.php?id=100848'>Société de géographie autrichienne - Vienne</a></li><li><a href='an/societe.php?id=100847'>Société de géographie de Berlin - Berlin</a></li></ul> </td> </tr> </table> </fieldset> </div> </div> </div> </div> <div id="footer" class="footer"> <div class="container"> <style type="text/css"> #footer_mentions{line-height: 15px; font-size: 12px;} #footer a { text-decoration: none; } #cths_logo { margin-left: 10px; vertical-align: middle;} #enc_logo { margin-left: 100px; vertical-align: middle;} #footer_logos { float: left; top: 0em; padding-left: 1em; } #footer_mentions { text-align: left; float: left; padding-top: 5px; padding-left: 3em; } #footer_icons { margin-right: 10px; text-align: right; float: right; vertical-align: middle; } .icon {vertical-align: middle; } </style> <div id=footer_logos > <a href=http://www.enc-sorbonne.fr target =_blank><img id="enc_logo" src="images/logo-enc.png" alt="logo-enc" width="229" height="110" border=0/></a> </div> <div id=footer_mentions > © 2025 Comité des travaux historiques et scientifiques<br /> Directrice de la publication : Agnès Bos<br /> Institut rattaché à l’École nationale des chartes<br /> Campus Condorcet<br /> 14 cours des Humanités - 93322 Aubervilliers Cedex<br><br> Site hébergé par <a href=https://www.1and1.fr target="_blank">ionos.fr</a> - <a href=sitemap.php>Sitemap</a> </div> <div id=footer_icons> <a class=redlink href='hi/secretariat.php'><span class='fa-2x'><i class='fa fa-envelope fa-fw' title='Formulaire de contact'></i> </a><a class=redlink href='rss/rss.php' target='_blank'><span class='fa-2x'><i class='fa fa-rss fa-fw' title='Flux RSS'></i></a><a class=redlink href='https://twitter.com/cths_Paris' target='_blank'><span class='fa-2x'><i class='fa fa-twitter fa-fw' title='Le compte Twitter du CTHS'></i></a><a class=no_mobile class=redlink href='https://cths.fr/priv/login.php'><span class='fa-2x'><i class='fa fa-lock fa-fw' title='Espace Membres'></i></a> </div> <div id = google > <form action="http://www.google.com/cse" id="cse-search-box"> <div> Recherche Google sur le site cths.fr: <input type="hidden" name="cx" value="003144474465081577794:moghslnn6ga" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Rechercher" /> </div> </form> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=fr"></script> </div id=google> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3950302-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> </div> </div> </body> </html>