/*\nAll styles are contained in the ShadowStyleSheet. To use the TiddlyPedia skin, copy this tiddler (in edit mode) and tag it as 'systemConfig'\n{{{\n ''HTML Structure''\n*/\nvar sidebar = document.getElementById('sidebar');\nsidebar.insertBefore(document.getElementById('titleLine'),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.getElementById('siteTitle'),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.createTextNode("- "),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.getElementById('siteSubtitle'),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.getElementById('mainMenu'),document.getElementById('sidebarOptions'));\n\n// ''Swap the title and toolbar plugin''\n//Created by Clint Checketts\nwindow.createTiddler_original_moveTitle = window.createTiddler;\nwindow.createTiddler = function(place,before,title,state,highlightText,highlightCaseSensitive){\n var theTiddler =createTiddler_original_moveTitle(place,before,title,state,highlightText,highlightCaseSensitive);\n var thisTiddler = document.getElementById('tiddler'+title).firstChild;\n thisTiddler.insertBefore(document.getElementById("title"+title),document.getElementById("toolbar"+title));\n return(theTiddler);\n}\n\n//Enable the PNG transparency for the background image of the flower\n//From Drew McLellan at http://www.allinthehead.com/retro/69\nif (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {\n window.attachEvent("onload", alphaBackgrounds);\n}\n\nfunction alphaBackgrounds(){\n var rslt = navigator.appVersion.match(/MSIE (\sd+\s.\sd+)/, '');\n var itsAllGood = (rslt != null && Number(rslt[1]) >= 5.5);\n for (i=0; i<document.all.length; i++){\n var bg = document.all[i].currentStyle.backgroundImage;\n if (itsAllGood && bg){\n if (bg.match(/\s.png/i) != null){\n var mypng = bg.substring(5,bg.length-2);\n document.all[i].style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+mypng+"', sizingMethod='scale')";\n document.all[i].style.backgroundImage = "url('/assets/images/x.gif')";\n }\n }\n }\n}\n\n//Hijack refreshStyles to keep th ShadowStyleSheet active\nwindow.refreshStyles_original_ShadowPackage = window.refreshStyles;\nwindow.refreshStyles = function(title) {\n setStylesheet(config.shadowTiddlers.ShadowStyleSheet,"ShadowStyleSheetID");\n refreshStyles_original_ShadowPackage(title);\n}\n\nconfig.shadowTiddlers.ShadowStyleSheet = "body{\sn background: #f9f9f9 url(headbg.jpg) no-repeat top left;\sn}\sn\sn#titleLine{\sn display: block;\sn background: transparent url(CM.png) no-repeat 18px -7px;\sn height: 120px;\sn _height: 135px;\sn width: 150px;\sn color: #000;\sn border: 1px;\sn padding: 0;\sn margin: 0;\sn}\sn\sn#contentWrapper #siteTitle a{\sn display: inline;\sn font-weight: bold;\sn color: #000;\sn font-size: 13px;\sn}\sn\sn#siteSubtitle{\sn padding: 0;\sn}\sn\sn#siteTitle, #mainMenu{\sn position: static;\sn}\sn\sn#contentWrapper #sidebar{\sn top: 0;\sn left: 0;\sn _left: -16em;\sn}\sn\sn#displayArea {\sn margin: 0 0 0 15em;\sn}\sn\sn#messageArea{\sn position: fixed;\sn top: 0;\sn right: 0;\sn font-size: 10px;\sn border: 1px solid #aaa;\sn background: #fff;\sn z-index: 25;\sn}\sn\sn#messageArea a:link{\sn color: #002bb8;\sn text-decoration: none;\sn}\sn\sn#messageArea a:hover{\sn text-decoration: underline;\sn}\sn\sn.viewer{\sn background: #fff;\sn border: 1px solid #aaa;\sn padding: 1em;\snmargin: 0;\sn}\sn\sn.body{\sn padding: 1px;\sn}\sn\sn.title{\sn background: #fff;\sn border: 1px solid #aaa;\sn display: inline;\sn margin-left: .5em;\sn padding: 2px .5em;\sn border-bottom: 0;\sn font-weight: bold;\sn}\sn\sn.toolbar{\sn visibility: visible;\sn display: inline;\sn padding: 0;\sn font-family: sans-serif;\sn}\sn\sn.toolbar a.button:link,.toolbar a.button:visited{\sn background: #fff;\sn border: 1px solid #aaa;\sn color:#002bb8;\sn font-size: 11px;\sn padding-bottom: 1px;\sn}\sn\sn/* TiddlyPedia was Created by Clinton Checketts based on the Monobook skin of Wikipedia */\sn\sn#contentWrapper .toolbar .button:hover{\sn border-bottom: 1px solid #fff;\sn background: #fff;\sn color:#002bb8;\sn}\sn\sn.toolbar a.button:hover{\sn border-bottom: 1px solid #fff;\sn background: #fff;\sn color:#000;\sn}\sn\sn#displayArea .viewer a,a.button:link,a.button:visited,\sna.tiddlyLink:link,a.tiddlyLink:visited,\sn#sidebarOptions .sliderPanel a{\sn color:#002bb8;\sn background: transparent;\sn}\sn\sn.viewer a:hover,a.button:hover,a.button:active,\sna.tiddlyLink:hover,a.tiddlyLink:active,\sn.viewer a.button:hover,\sn#sidebarOptions .sliderPanel a:hover{\sn color:#002bb8;\sn background: transparent;\sn text-decoration: underline;\sn}\sn\sn#mainMenu{\sn font-family: sans-serif;\sn text-align: left;\sn font-size: x-small;\sn width: 100%;\sn margin: 0;\sn padding: 0;\sn}\sn\sn#mainMenu h1{\sn font-size: 11px;\sn font-weight: normal;\sn padding: 0;\sn margin: 0;\sn}\sn\sn#mainMenu ul{\sn font-size: 11px;\sn border: 1px solid #aaa;\sn padding: .25em 0;\sn margin: 0;\sn list-style-type: square;\sn list-style-image: url(bullet.gif);\sn background: #fff;\sn width: 100%;\sn}\sn\sn#mainMenu li{\sn margin: 0 0 0 2em;\sn padding: 0;\sn}\sn\sn#contentWrapper #mainMenu a:link,#contentWrapper #mainMenu a:visited{\sn color:#002bb8;\sn padding: 0;\sn margin: 0;\sn background: transparent;\sn}\sn\sn#mainMenu .externalLink {\sn text-decoration: none;\sn}\sn\sn#mainMenu .externalLink:hover {\sn text-decoration: underline;\sn}\sn\sn#sidebar{\sn padding: .5em;\sn font-family: sans-serif;\sn}\sn\sn#sidebarOptions{\sn border: 1px solid #aaa;\sn background: #fff;\sn margin-top: .5em;\sn width: 100%;\sn}\sn\sn#contentWrapper #sidebarOptions .button,#contentWrapper #sidebarOptions .button:hover{\sn color:#002bb8;\sn padding: .1em 0 .1em 2em;\sn background: transparent url(bullet.gif) 10px -2px no-repeat;\sn}\sn\sn#sidebarOptions input{\sn width: 80%;\sn margin: 0 .5em;\sn}\sn\sn#sidebarTabs{\sn background: #fff;\sn margin-top: .5em;\sn width: 100%;\sn}\sn\sn#sidebarTabs .tabContents,#sidebarTabs .tabContents .tabContents{\sn border: 1px solid #aaa;\sn background: #fff;\sn}\sn\sn#sidebarTabs .tabSelected,#sidebarTabs .tabcontents .tabSelected {\sn background: #fff;\sn border: 1px solid #aaa;\sn border-bottom: 0;\sn cursor: default;\sn padding-bottom: 3px;\sn color: #000;\sn}\sn\sn#sidebarTabs .tabUnselected,#sidebarTabs .tabContents .tabUnselected{\sn background: #aaa;\sn padding-bottom: 0;\sn color: #000; \sn}\sn\sn#contentWrapper #sidebarTabs .tiddlyLink,#contentWrapper #sidebarTabs .button,\sn#contentWrapper #sidebarTabs a.tiddlyLink:hover,#contentWrapper #sidebarTabs a.button:hover{\sn background: transparent;\sn color: #002bb8;\sn}\sn\sn.footer{\sn margin: -1em 0 1em 0; \sn}\sn\sn.footer .button:hover,.editorFooter .button:hover{\snbackground: transparent;\sn color: #002bb8;\sn border-bottom: 1px solid #002bb8;\sn}\sn\sn#popup{\sn background: #e9e9e9;\sn color: #000;\sn}\sn\sn#popup hr{\sn border-color: #aaa;\sn background-color: #aaa;\sn width: 75%;\sn}\sn\sn#popup a{\sn color: #000;\sn}\sn\sn#popup a:hover,#contentWrapper #sidebarTabs #popup a:hover{\sn background: #666;\sn color: #fff;\sn text-decoration: none;\sn}\sn\sn#displayArea .tiddler a.tiddlyLinkNonExisting{\sn color: #ba0000;\sn}\sn\sn#displayArea .tiddler a.externalLink{\sn text-decoration: none;\sn color:#002bb8;\sn padding-right: 1em;\sn background: transparent url(external.png) 100% 50% no-repeat;\sn}\sn\sn#displayArea .tiddler a.externalLink:hover{\sn text-decoration: underline;\sn}\sn\sn.viewer pre{\sn background: #e9e9e9;\sn border: 1px solid #666;\sn}\sn\sn.viewer h1, .viewer h2, .viewer h3, .viewer h4, .viewer h5, .viewer h6{\sn background: transparent;\sn border-bottom: .2em solid #aaa;\sn}\sn\sn#sidebar .sliderPanel{\sn background: #e9e9e9;\sn}\sn\sn#sidebar .sliderPanel input{width: auto;}";\n\n//Call the ShadowStyleSheet\nsetStylesheet(config.shadowTiddlers.ShadowStyleSheet,"ShadowStyleSheetID");\n\n/*\n}}}\n*/
http://www.tiddlywiki.com/
http://www.missmopi.net/IMG/html/twpourtous-V1-0.html
''Titre de l'article:'' //Action publique et expertise dans la conservation des ressources agricoles aux Etats Unis dans les années 1930//\n''Auteur:'' Christophe Masutti\n''Revue:'' Ruralia ([[site web|http://ruralia.revues.org/]])\n\n__Résumé:__\n<<<\nDurant les années 1930, les sols agricoles américains furent soumis à une intense érosion éolienne : le Dust Bowl. En pleine crise économique, les solutions s'intègrèrent dans la politique réformiste de Franklin Roosevelt. Plusieurs analyses (Tobey, Worster, Hagen) définissent cette période comme un moment clé dans l'histoire des impacts environnementaux de l'agriculture et dans la recherche de solutions scientifiques et techniques en faveur de la conservation des ressources agricoles. Dans cet article, nous montrons comment cette recherche mobilisa autant les institutions que les acteurs politiques et les experts à l'intérieur d'une dynamique organisationnelle censée produire les outils et les connaissances nécessaires à une prise en charge cohérente de la crise. Nous établissons les correspondances entre les outils sociaux et techniques de la décision publique, les évolutions conjointes entre l'agronomie et l'écologie, leurs acteurs, leur rôle et leur immersion dans cette politique de conservation.\n<<<\n\n__Abstract:__\n<<<\nDuring the 1930s, American farms suffered from intense wind erosion: the Dust Bowl. In the midst of the Depression, solutions had to be part of the reformist politics of Franklin Roosevelt. Numerous scholars (Tobey, Worster, Hagen) have defined this period as key in the history of the environmental impact of agriculture and of the application of scientific and technological solutions to the conservation of agricultural resources. This article demonstrates how such research mobilized institutions, political actors, and experts in an organizational dynamic charged with producing the tools and knowledge necessary to take coherent charge of the crisis. I establish the relationships among the social tools and techniques of public decision making and the joint development of agronomy and ecology, its ac