CINXE.COM
<html> <head> <!-- <meta name="viewport" content="width=1024"> --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5410759189143838" crossorigin="anonymous"></script> <link rel="stylesheet" href="../client/annotations.css?1709724094"></head> <body> <div id="wikiwix_overlay_button"></div> <div id="popup_notice"></div> <div id="wikiwix_container" class="wikiwix_embeded_page"> <div id="wikiwix_minimizer"></div> <div id="wikiwix_login_container"></div> <div id="wikiwix_overlay_container"></div> <div id="wikiwix_annotation_container" class="wikiwix_annotation_container"></div> </div> <script>'use strict';</script> <script src="../client/react.production.min.js"></script> <script src="../client/react-dom.production.min.js"></script> <script src="../client/jquery-3.6.0.min.js"></script> <script src="../client/include/l10n.js.php?charset=UTF-8&1709724094"></script> <script src="../client/include/apiConnector.js?1709724094"></script> <script src="../client/include/overlayStack.js?1709724094"></script> <script src="../client/include/domSelector.js?1709724094"></script> <script src="../client/include/domSelectorElement.js?1709724094"></script> <script src="../client/component/popupNotice.js?1709724094"></script> <script src="../client/component/socialMediaBar.js?1709724094"></script> <script src="../client/component/adminTools.js?1709724094"></script> <script src="../client/component/loginContainer.js?1709724094"></script> <script src="../client/component/registerContainer.js?1709724094"></script> <script src="../client/component/annotationContainer.js?1709724094"></script> <script src="../client/component/annotationEntry.js?1709724094"></script> <script src="../client/component/annotationSpecial.js?1709724094"></script> <script src="../client/component/annotationWriter.js?1709724094"></script> <script src="../client/component/userAnnotations.js?1709724094"></script> <script src="../client/component/createFederation.js?1709724094"></script> <script src="../client/component/overlayContainer.js?1709724094"></script> <script src="../client/component/autocomplete.js?1709724094"></script> <script src="../client/component/minimizer.js?1709724094"></script> <script src="../client/component/infoBox.js?1709724094"></script> <script src="../client/component/filterBox.js?1709724094"></script> <script src="../client/component/pdfButton.js?1709724094"></script> <script src="../client/component/anchorPopup.js?1709724094"></script> <script src="../client/component/userPreferences.js?1709724094"></script> <script src="../client/component/contactOptions.js?1709724094"></script> <script src="../client/component/yourAccount.js?1709724094"></script> <script src="../client/component/login.js?1709724094"></script> <script src="../client/component/register.js?1709724094"></script> <script src="../client/component/lostPassword.js?1709724094"></script> <script src="../client/component/pickNewPassword.js?1709724094"></script> <script src="../client/component/controlledInput.js?1709724094"></script> <script src="../client/component/anonNotice.js?1709724094"></script> <script src="../client/component/tabBar.js?1709724094"></script> <script src="../client/component/paypalButton.js?1709724094"></script> <script src="../client/component/urlEntry.js?1709724094"></script> <script src="../client/component/privateFederationNotice.js?1709724094"></script> <script src="../client/component/federationContainer.js?1709724094"></script> <script src="../client/component/annotationCarroussel.js?1709724094"></script> <script src="../client/component/federationRequests.js?1709724094"></script> <script src="../client/component/federationRequest.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxCount.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxUrls.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxUrlList.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxItemUrl.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxMemberCount.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxMemberList.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxItemMember.js?1709724094"></script> <script src="../client/component/federationBoxes/federationBoxDescription.js?1709724094"></script> <script src="../client/component/federationBoxes/federationOwnerTools.js?1709724094"></script> <script src="../client/conf.js?1709724094"></script> <script> const e = React.createElement; const lang = new l10n() const urlParams = new URLSearchParams(window.location.search); const url = 'http://perspective.usherbrooke.ca/bilan/servlet/BMDictionnaire?iddictionnaire=1813'; let recoverKey = false let recoverUser = false let focusAnnotation = false let changeFederation = false // Parse url hash for(let param of window.location.hash.matchAll(/[#&]([_a-z]+)(?:=([^&]*))?/ig)) { let name = param[1] let value = param[2] if ( param[2] === undefined ) value = true // absence of =value means opt-on switch ( name ) { case 'recover': recoverKey = value break; case 'ruser': recoverUser = value; break; case 'focus_annotation': focusAnnotation = value; break; case 'federation': changeFederation = decodeURIComponent(value); break; } } // don't reparse later parameters, except federation which is a page state var clearedHash = (changeFederation?'federation='+encodeURIComponent(changeFederation)+'&':'&') + (focusAnnotation?'focus_annotation='+focusAnnotation+'&':'&') window.location.hash = clearedHash ? clearedHash.substr(0,clearedHash.length-1) : '' const api = new ApiConnector( cache_url, search_url, api_url, annotation_api_url, client_url, trinet_url, lang, recoverKey, recoverUser ); const infoForInfobox = { timestamp:1702338217, url:'http://perspective.usherbrooke.ca/bilan/servlet/BMDictionnaire?iddictionnaire=1813', status:200, timestamps:[1702338217] } const container = $(document.querySelector('#wikiwix_container')) api.handlerOnCommand( (cmd)=>{ if ( cmd.hasOwnProperty('minimize') ) { if ( cmd.minimize ) { container.addClass('minimized') } else { container.removeClass('minimized') } } if ( cmd.hasOwnProperty('showError') ) { alert(cmd.showError) } }) const overlayButton = e( PdfButton, { api:api, pageUrl:url } ); ReactDOM.render(overlayButton, document.querySelector('#wikiwix_overlay_button')); const popupNotice = e( PopupNotice, { api:api, pageUrl:url } ); ReactDOM.render(popupNotice, document.querySelector('#popup_notice')); const minimizer = e( Minimizer, { api:api } ); ReactDOM.render(minimizer, document.querySelector('#wikiwix_minimizer')); const annotationContainer = e( AnnotationContainer, { api:api, pageUrl:url, federationName:'archive.wikiwix.com', // default federation forceFederation:changeFederation, // If not false, use this federation focusAnnotation:focusAnnotation, overallContainer:container[0], infoForInfobox:infoForInfobox, domain:url } ); ReactDOM.render(annotationContainer, document.querySelector('#wikiwix_annotation_container')); const overlayContainer = e( OverlayContainer, { api:api, previous:api.annotationContainer } ); ReactDOM.render(overlayContainer, document.querySelector('#wikiwix_overlay_container')); const loginContainer = e( LoginContainer, {api:api} ); ReactDOM.render(loginContainer, document.querySelector('#wikiwix_login_container')); /* WIKIWIX JARCHIVE 1 */ let wikiwix_styles = ["-webkit-text-stroke-width","-webkit-text-stroke-color","-webkit-text-fill-color","-webkit-line-clamp","-moz-window-dragging","-moz-user-modify","-moz-user-input","-moz-user-focus","-moz-text-size-adjust","-moz-orient","-moz-image-region","-moz-force-broken-image-icon","-moz-float-edge","-moz-box-pack","-moz-box-orient","-moz-box-ordinal-group","-moz-box-flex","-moz-box-direction","-moz-box-align","z-index","y","x","writing-mode","word-spacing","word-break","will-change","width","white-space","visibility","vertical-align","vector-effect","user-select","unicode-bidi","translate","transition-timing-function","transition-property","transition-duration","transition-delay","transform-style","transform-origin","transform-box","transform","touch-action","top","text-underline-position","text-underline-offset","text-transform","text-shadow","text-rendering","text-overflow","text-orientation","text-justify","text-indent","text-emphasis-style","text-emphasis-position","text-emphasis-color","text-decoration-thickness","text-decoration-style","text-decoration-skip-ink","text-decoration-line","text-decoration-color","text-decoration","text-combine-upright","text-anchor","text-align-last","text-align","table-layout","tab-size","stroke-width","stroke-opacity","stroke-miterlimit","stroke-linejoin","stroke-linecap","stroke-dashoffset","stroke-dasharray","stroke","stop-opacity","stop-color","shape-rendering","shape-outside","shape-margin","shape-image-threshold","scrollbar-width","scrollbar-color","scroll-snap-type","scroll-snap-align","scroll-padding-top","scroll-padding-right","scroll-padding-left","scroll-padding-inline-start","scroll-padding-inline-end","scroll-padding-bottom","scroll-padding-block-start","scroll-padding-block-end","scroll-margin-top","scroll-margin-right","scroll-margin-left","scroll-margin-inline-start","scroll-margin-inline-end","scroll-margin-bottom","scroll-margin-block-start","scroll-margin-block-end","scroll-behavior","scale","ry","rx","ruby-position","ruby-align","row-gap","rotate","right","resize","r","quotes","position","pointer-events","perspective-origin","perspective","paint-order","page-break-inside","page-break-before","page-break-after","padding-top","padding-right","padding-left","padding-inline-start","padding-inline-end","padding-bottom","padding-block-start","padding-block-end","overscroll-behavior-y","overscroll-behavior-x","overscroll-behavior-inline","overscroll-behavior-block","overflow-y","overflow-x","overflow-wrap","overflow-inline","overflow-block","overflow-anchor","overflow","outline-width","outline-style","outline-offset","outline-color","order","opacity","offset-rotate","offset-path","offset-distance","offset-anchor","object-position","object-fit","mix-blend-mode","min-width","min-inline-size","min-height","min-block-size","max-width","max-inline-size","max-height","max-block-size","mask-type","mask-size","mask-repeat","mask-position-y","mask-position-x","mask-position","mask-origin","mask-mode","mask-image","mask-composite","mask-clip","mask","marker-start","marker-mid","marker-end","margin-top","margin-right","margin-left","margin-inline-start","margin-inline-end","margin-bottom","margin-block-start","margin-block-end","list-style-type","list-style-position","list-style-image","line-height","line-break","lighting-color","letter-spacing","left","justify-self","justify-items","justify-content","isolation","inset-inline-start","inset-inline-end","inset-block-start","inset-block-end","inline-size","ime-mode","image-rendering","image-orientation","hyphens","height","grid-template-rows","grid-template-columns","grid-template-areas","grid-row-start","grid-row-end","grid-column-start","grid-column-end","grid-auto-rows","grid-auto-flow","grid-auto-columns","font-weight","font-variation-settings","font-variant-position","font-variant-numeric","font-variant-ligatures","font-variant-east-asian","font-variant-caps","font-variant-alternates","font-variant","font-synthesis","font-style","font-stretch","font-size-adjust","font-size","font-optical-sizing","font-language-override","font-kerning","font-feature-settings","font-family","flood-opacity","flood-color","float","flex-wrap","flex-shrink","flex-grow","flex-direction","flex-basis","filter","fill-rule","fill-opacity","fill","empty-cells","dominant-baseline","display","direction","cy","cx","cursor","counter-set","counter-reset","counter-increment","content","contain","column-width","column-span","column-rule-width","column-rule-style","column-rule-color","column-gap","column-fill","column-count","color-interpolation-filters","color-interpolation","color-adjust","color","clip-rule","clip-path","clip","clear","caret-color","caption-side","break-inside","break-before","break-after","box-sizing","box-shadow","box-decoration-break","bottom","border-top-width","border-top-style","border-top-right-radius","border-top-left-radius","border-top-color","border-start-start-radius","border-start-end-radius","border-spacing","border-right-width","border-right-style","border-right-color","border-left-width","border-left-style","border-left-color","border-inline-start-width","border-inline-start-style","border-inline-start-color","border-inline-end-width","border-inline-end-style","border-inline-end-color","border-image-width","border-image-source","border-image-slice","border-image-repeat","border-image-outset","border-end-start-radius","border-end-end-radius","border-collapse","border-bottom-width","border-bottom-style","border-bottom-right-radius","border-bottom-left-radius","border-bottom-color","border-block-start-width","border-block-start-style","border-block-start-color","border-block-end-width","border-block-end-style","border-block-end-color","block-size","background-size","background-repeat","background-position-y","background-position-x","background-position","background-origin","background-image","background-color","background-clip","background-blend-mode","background-attachment","backface-visibility","aspect-ratio","appearance","animation-timing-function","animation-play-state","animation-name","animation-iteration-count","animation-fill-mode","animation-duration","animation-direction","animation-delay","align-self","align-items","align-content","accent-color"] let default_styles_css = "-webkit-text-stroke-width:0px; -webkit-text-stroke-color:rgb(0, 0, 0); -webkit-text-fill-color:rgb(0, 0, 0); -webkit-line-clamp:none; -moz-window-dragging:default; -moz-user-modify:read-only; -moz-user-input:auto; -moz-user-focus:none; -moz-text-size-adjust:auto; -moz-orient:inline; -moz-image-region:auto; -moz-force-broken-image-icon:0; -moz-float-edge:content-box; -moz-box-pack:start; -moz-box-orient:horizontal; -moz-box-ordinal-group:1; -moz-box-flex:0; -moz-box-direction:normal; -moz-box-align:stretch; z-index:auto; y:0px; x:0px; writing-mode:horizontal-tb; word-spacing:0px; word-break:normal; will-change:auto; width:auto; white-space:normal; visibility:visible; vertical-align:baseline; vector-effect:none; user-select:auto; unicode-bidi:normal; translate:none; transition-timing-function:ease; transition-property:all; transition-duration:0s; transition-delay:0s; transform-style:flat; transform-origin:16.775px 9.5px; transform-box:border-box; transform:none; touch-action:auto; top:auto; text-underline-position:auto; text-underline-offset:auto; text-transform:none; text-shadow:none; text-rendering:auto; text-overflow:clip; text-orientation:mixed; text-justify:auto; text-indent:0px; text-emphasis-style:none; text-emphasis-position:over right; text-emphasis-color:rgb(0, 0, 0); text-decoration-thickness:auto; text-decoration-style:solid; text-decoration-skip-ink:auto; text-decoration-line:none; text-decoration-color:rgb(0, 0, 0); text-decoration:rgb(0, 0, 0); text-combine-upright:none; text-anchor:start; text-align-last:auto; text-align:start; table-layout:auto; tab-size:8; stroke-width:1px; stroke-opacity:1; stroke-miterlimit:4; stroke-linejoin:miter; stroke-linecap:butt; stroke-dashoffset:0px; stroke-dasharray:none; stroke:none; stop-opacity:1; stop-color:rgb(0, 0, 0); shape-rendering:auto; shape-outside:none; shape-margin:0px; shape-image-threshold:0; scrollbar-width:auto; scrollbar-color:auto; scroll-snap-type:none; scroll-snap-align:none; scroll-padding-top:auto; scroll-padding-right:auto; scroll-padding-left:auto; scroll-padding-inline-start:auto; scroll-padding-inline-end:auto; scroll-padding-bottom:auto; scroll-padding-block-start:auto; scroll-padding-block-end:auto; scroll-margin-top:0px; scroll-margin-right:0px; scroll-margin-left:0px; scroll-margin-inline-start:0px; scroll-margin-inline-end:0px; scroll-margin-bottom:0px; scroll-margin-block-start:0px; scroll-margin-block-end:0px; scroll-behavior:auto; scale:none; ry:auto; rx:auto; ruby-position:alternate; ruby-align:space-around; row-gap:normal; rotate:none; right:auto; resize:none; r:0px; quotes:auto; position:static; pointer-events:auto; perspective-origin:16.775px 9.5px; perspective:none; paint-order:normal; page-break-inside:auto; page-break-before:auto; page-break-after:auto; padding-top:0px; padding-right:0px; padding-left:0px; padding-inline-start:0px; padding-inline-end:0px; padding-bottom:0px; padding-block-start:0px; padding-block-end:0px; overscroll-behavior-y:auto; overscroll-behavior-x:auto; overscroll-behavior-inline:auto; overscroll-behavior-block:auto; overflow-y:visible; overflow-x:visible; overflow-wrap:normal; overflow-inline:visible; overflow-block:visible; overflow-anchor:auto; overflow:visible; outline-width:0px; outline-style:none; outline-offset:0px; outline-color:rgb(0, 0, 0); order:0; opacity:1; offset-rotate:auto; offset-path:none; offset-distance:0px; offset-anchor:auto; object-position:50% 50%; object-fit:fill; mix-blend-mode:normal; min-width:0px; min-inline-size:0px; min-height:0px; min-block-size:0px; max-width:none; max-inline-size:none; max-height:none; max-block-size:none; mask-type:luminance; mask-size:auto; mask-repeat:repeat; mask-position-y:0%; mask-position-x:0%; mask-position:0% 0%; mask-origin:border-box; mask-mode:match-source; mask-image:none; mask-composite:add; mask-clip:border-box; mask:none; marker-start:none; marker-mid:none; marker-end:none; margin-top:0px; margin-right:0px; margin-left:0px; margin-inline-start:0px; margin-inline-end:0px; margin-bottom:0px; margin-block-start:0px; margin-block-end:0px; list-style-type:disc; list-style-position:outside; list-style-image:none; line-height:normal; line-break:auto; lighting-color:rgb(255, 255, 255); letter-spacing:normal; left:auto; justify-self:auto; justify-items:normal; justify-content:normal; isolation:auto; inset-inline-start:auto; inset-inline-end:auto; inset-block-start:auto; inset-block-end:auto; inline-size:auto; ime-mode:auto; image-rendering:auto; image-orientation:from-image; hyphens:manual; height:auto; grid-template-rows:none; grid-template-columns:none; grid-template-areas:none; grid-row-start:auto; grid-row-end:auto; grid-column-start:auto; grid-column-end:auto; grid-auto-rows:auto; grid-auto-flow:row; grid-auto-columns:auto; font-weight:400; font-variation-settings:normal; font-variant-position:normal; font-variant-numeric:normal; font-variant-ligatures:normal; font-variant-east-asian:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant:normal; font-synthesis:weight style small-caps; font-style:normal; font-stretch:100%; font-size-adjust:none; font-size:16px; font-optical-sizing:auto; font-language-override:normal; font-kerning:auto; font-feature-settings:normal; font-family:serif; flood-opacity:1; flood-color:rgb(0, 0, 0); float:none; flex-wrap:nowrap; flex-shrink:1; flex-grow:0; flex-direction:row; flex-basis:auto; filter:none; fill-rule:nonzero; fill-opacity:1; fill:rgb(0, 0, 0); empty-cells:show; dominant-baseline:auto; display:inline; direction:ltr; cy:0px; cx:0px; cursor:auto; counter-set:none; counter-reset:none; counter-increment:none; content:normal; contain:none; column-width:auto; column-span:none; column-rule-width:0px; column-rule-style:none; column-rule-color:rgb(0, 0, 0); column-gap:normal; column-fill:balance; column-count:auto; color-interpolation-filters:linearrgb; color-interpolation:srgb; color-adjust:economy; color:rgb(0, 0, 0); clip-rule:nonzero; clip-path:none; clip:auto; clear:none; caret-color:rgb(0, 0, 0); caption-side:top; break-inside:auto; break-before:auto; break-after:auto; box-sizing:content-box; box-shadow:none; box-decoration-break:slice; bottom:auto; border-top-width:0px; border-top-style:none; border-top-right-radius:0px; border-top-left-radius:0px; border-top-color:rgb(0, 0, 0); border-start-start-radius:0px; border-start-end-radius:0px; border-spacing:0px 0px; border-right-width:0px; border-right-style:none; border-right-color:rgb(0, 0, 0); border-left-width:0px; border-left-style:none; border-left-color:rgb(0, 0, 0); border-inline-start-width:0px; border-inline-start-style:none; border-inline-start-color:rgb(0, 0, 0); border-inline-end-width:0px; border-inline-end-style:none; border-inline-end-color:rgb(0, 0, 0); border-image-width:1; border-image-source:none; border-image-slice:100%; border-image-repeat:stretch; border-image-outset:0; border-end-start-radius:0px; border-end-end-radius:0px; border-collapse:separate; border-bottom-width:0px; border-bottom-style:none; border-bottom-right-radius:0px; border-bottom-left-radius:0px; border-bottom-color:rgb(0, 0, 0); border-block-start-width:0px; border-block-start-style:none; border-block-start-color:rgb(0, 0, 0); border-block-end-width:0px; border-block-end-style:none; border-block-end-color:rgb(0, 0, 0); block-size:auto; background-size:auto; background-repeat:repeat; background-position-y:0%; background-position-x:0%; background-position:0% 0%; background-origin:padding-box; background-image:none; background-color:rgba(0, 0, 0, 0); background-clip:border-box; background-blend-mode:normal; background-attachment:scroll; backface-visibility:visible; aspect-ratio:auto; appearance:none; animation-timing-function:ease; animation-play-state:running; animation-name:none; animation-iteration-count:1; animation-fill-mode:none; animation-duration:0s; animation-direction:normal; animation-delay:0s; align-self:auto; align-items:normal; align-content:normal; accent-color:auto; " let default_styles = {"-webkit-text-stroke-width":"0px","-webkit-text-stroke-color":"rgb(0, 0, 0)","-webkit-text-fill-color":"rgb(0, 0, 0)","-webkit-line-clamp":"none","-moz-window-dragging":"default","-moz-user-modify":"read-only","-moz-user-input":"auto","-moz-user-focus":"none","-moz-text-size-adjust":"auto","-moz-orient":"inline","-moz-image-region":"auto","-moz-force-broken-image-icon":"0","-moz-float-edge":"content-box","-moz-box-pack":"start","-moz-box-orient":"horizontal","-moz-box-ordinal-group":"1","-moz-box-flex":"0","-moz-box-direction":"normal","-moz-box-align":"stretch","z-index":"auto","y":"0px","x":"0px","writing-mode":"horizontal-tb","word-spacing":"0px","word-break":"normal","will-change":"auto","width":"auto","white-space":"normal","visibility":"visible","vertical-align":"baseline","vector-effect":"none","user-select":"auto","unicode-bidi":"normal","translate":"none","transition-timing-function":"ease","transition-property":"all","transition-duration":"0s","transition-delay":"0s","transform-style":"flat","transform-origin":"16.775px 9.5px","transform-box":"border-box","transform":"none","touch-action":"auto","top":"auto","text-underline-position":"auto","text-underline-offset":"auto","text-transform":"none","text-shadow":"none","text-rendering":"auto","text-overflow":"clip","text-orientation":"mixed","text-justify":"auto","text-indent":"0px","text-emphasis-style":"none","text-emphasis-position":"over right","text-emphasis-color":"rgb(0, 0, 0)","text-decoration-thickness":"auto","text-decoration-style":"solid","text-decoration-skip-ink":"auto","text-decoration-line":"none","text-decoration-color":"rgb(0, 0, 0)","text-decoration":"rgb(0, 0, 0)","text-combine-upright":"none","text-anchor":"start","text-align-last":"auto","text-align":"start","table-layout":"auto","tab-size":"8","stroke-width":"1px","stroke-opacity":"1","stroke-miterlimit":"4","stroke-linejoin":"miter","stroke-linecap":"butt","stroke-dashoffset":"0px","stroke-dasharray":"none","stroke":"none","stop-opacity":"1","stop-color":"rgb(0, 0, 0)","shape-rendering":"auto","shape-outside":"none","shape-margin":"0px","shape-image-threshold":"0","scrollbar-width":"auto","scrollbar-color":"auto","scroll-snap-type":"none","scroll-snap-align":"none","scroll-padding-top":"auto","scroll-padding-right":"auto","scroll-padding-left":"auto","scroll-padding-inline-start":"auto","scroll-padding-inline-end":"auto","scroll-padding-bottom":"auto","scroll-padding-block-start":"auto","scroll-padding-block-end":"auto","scroll-margin-top":"0px","scroll-margin-right":"0px","scroll-margin-left":"0px","scroll-margin-inline-start":"0px","scroll-margin-inline-end":"0px","scroll-margin-bottom":"0px","scroll-margin-block-start":"0px","scroll-margin-block-end":"0px","scroll-behavior":"auto","scale":"none","ry":"auto","rx":"auto","ruby-position":"alternate","ruby-align":"space-around","row-gap":"normal","rotate":"none","right":"auto","resize":"none","r":"0px","quotes":"auto","position":"static","pointer-events":"auto","perspective-origin":"16.775px 9.5px","perspective":"none","paint-order":"normal","page-break-inside":"auto","page-break-before":"auto","page-break-after":"auto","padding-top":"0px","padding-right":"0px","padding-left":"0px","padding-inline-start":"0px","padding-inline-end":"0px","padding-bottom":"0px","padding-block-start":"0px","padding-block-end":"0px","overscroll-behavior-y":"auto","overscroll-behavior-x":"auto","overscroll-behavior-inline":"auto","overscroll-behavior-block":"auto","overflow-y":"visible","overflow-x":"visible","overflow-wrap":"normal","overflow-inline":"visible","overflow-block":"visible","overflow-anchor":"auto","overflow":"visible","outline-width":"0px","outline-style":"none","outline-offset":"0px","outline-color":"rgb(0, 0, 0)","order":"0","opacity":"1","offset-rotate":"auto","offset-path":"none","offset-distance":"0px","offset-anchor":"auto","object-position":"50% 50%","object-fit":"fill","mix-blend-mode":"normal","min-width":"0px","min-inline-size":"0px","min-height":"0px","min-block-size":"0px","max-width":"none","max-inline-size":"none","max-height":"none","max-block-size":"none","mask-type":"luminance","mask-size":"auto","mask-repeat":"repeat","mask-position-y":"0%","mask-position-x":"0%","mask-position":"0% 0%","mask-origin":"border-box","mask-mode":"match-source","mask-image":"none","mask-composite":"add","mask-clip":"border-box","mask":"none","marker-start":"none","marker-mid":"none","marker-end":"none","margin-top":"0px","margin-right":"0px","margin-left":"0px","margin-inline-start":"0px","margin-inline-end":"0px","margin-bottom":"0px","margin-block-start":"0px","margin-block-end":"0px","list-style-type":"disc","list-style-position":"outside","list-style-image":"none","line-height":"normal","line-break":"auto","lighting-color":"rgb(255, 255, 255)","letter-spacing":"normal","left":"auto","justify-self":"auto","justify-items":"normal","justify-content":"normal","isolation":"auto","inset-inline-start":"auto","inset-inline-end":"auto","inset-block-start":"auto","inset-block-end":"auto","inline-size":"auto","ime-mode":"auto","image-rendering":"auto","image-orientation":"from-image","hyphens":"manual","height":"auto","grid-template-rows":"none","grid-template-columns":"none","grid-template-areas":"none","grid-row-start":"auto","grid-row-end":"auto","grid-column-start":"auto","grid-column-end":"auto","grid-auto-rows":"auto","grid-auto-flow":"row","grid-auto-columns":"auto","font-weight":"400","font-variation-settings":"normal","font-variant-position":"normal","font-variant-numeric":"normal","font-variant-ligatures":"normal","font-variant-east-asian":"normal","font-variant-caps":"normal","font-variant-alternates":"normal","font-variant":"normal","font-synthesis":"weight style small-caps","font-style":"normal","font-stretch":"100%","font-size-adjust":"none","font-size":"16px","font-optical-sizing":"auto","font-language-override":"normal","font-kerning":"auto","font-feature-settings":"normal","font-family":"serif","flood-opacity":"1","flood-color":"rgb(0, 0, 0)","float":"none","flex-wrap":"nowrap","flex-shrink":"1","flex-grow":"0","flex-direction":"row","flex-basis":"auto","filter":"none","fill-rule":"nonzero","fill-opacity":"1","fill":"rgb(0, 0, 0)","empty-cells":"show","dominant-baseline":"auto","display":"inline","direction":"ltr","cy":"0px","cx":"0px","cursor":"auto","counter-set":"none","counter-reset":"none","counter-increment":"none","content":"normal","contain":"none","column-width":"auto","column-span":"none","column-rule-width":"0px","column-rule-style":"none","column-rule-color":"rgb(0, 0, 0)","column-gap":"normal","column-fill":"balance","column-count":"auto","color-interpolation-filters":"linearrgb","color-interpolation":"srgb","color-adjust":"economy","color":"rgb(0, 0, 0)","clip-rule":"nonzero","clip-path":"none","clip":"auto","clear":"none","caret-color":"rgb(0, 0, 0)","caption-side":"top","break-inside":"auto","break-before":"auto","break-after":"auto","box-sizing":"content-box","box-shadow":"none","box-decoration-break":"slice","bottom":"auto","border-top-width":"0px","border-top-style":"none","border-top-right-radius":"0px","border-top-left-radius":"0px","border-top-color":"rgb(0, 0, 0)","border-start-start-radius":"0px","border-start-end-radius":"0px","border-spacing":"0px 0px","border-right-width":"0px","border-right-style":"none","border-right-color":"rgb(0, 0, 0)","border-left-width":"0px","border-left-style":"none","border-left-color":"rgb(0, 0, 0)","border-inline-start-width":"0px","border-inline-start-style":"none","border-inline-start-color":"rgb(0, 0, 0)","border-inline-end-width":"0px","border-inline-end-style":"none","border-inline-end-color":"rgb(0, 0, 0)","border-image-width":"1","border-image-source":"none","border-image-slice":"100%","border-image-repeat":"stretch","border-image-outset":"0","border-end-start-radius":"0px","border-end-end-radius":"0px","border-collapse":"separate","border-bottom-width":"0px","border-bottom-style":"none","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px","border-bottom-color":"rgb(0, 0, 0)","border-block-start-width":"0px","border-block-start-style":"none","border-block-start-color":"rgb(0, 0, 0)","border-block-end-width":"0px","border-block-end-style":"none","border-block-end-color":"rgb(0, 0, 0)","block-size":"auto","background-size":"auto","background-repeat":"repeat","background-position-y":"0%","background-position-x":"0%","background-position":"0% 0%","background-origin":"padding-box","background-image":"none","background-color":"rgba(0, 0, 0, 0)","background-clip":"border-box","background-blend-mode":"normal","background-attachment":"scroll","backface-visibility":"visible","aspect-ratio":"auto","appearance":"none","animation-timing-function":"ease","animation-play-state":"running","animation-name":"none","animation-iteration-count":"1","animation-fill-mode":"none","animation-duration":"0s","animation-direction":"normal","animation-delay":"0s","align-self":"auto","align-items":"normal","align-content":"normal","accent-color":"auto"} let style_to_id = {"-webkit-text-stroke-width":0,"-webkit-text-stroke-color":1,"-webkit-text-fill-color":2,"-webkit-line-clamp":3,"-moz-window-dragging":4,"-moz-user-modify":5,"-moz-user-input":6,"-moz-user-focus":7,"-moz-text-size-adjust":8,"-moz-orient":9,"-moz-image-region":10,"-moz-force-broken-image-icon":11,"-moz-float-edge":12,"-moz-box-pack":13,"-moz-box-orient":14,"-moz-box-ordinal-group":15,"-moz-box-flex":16,"-moz-box-direction":17,"-moz-box-align":18,"z-index":19,"y":20,"x":21,"writing-mode":22,"word-spacing":23,"word-break":24,"will-change":25,"width":26,"white-space":27,"visibility":28,"vertical-align":29,"vector-effect":30,"user-select":31,"unicode-bidi":32,"translate":33,"transition-timing-function":34,"transition-property":35,"transition-duration":36,"transition-delay":37,"transform-style":38,"transform-origin":39,"transform-box":40,"transform":41,"touch-action":42,"top":43,"text-underline-position":44,"text-underline-offset":45,"text-transform":46,"text-shadow":47,"text-rendering":48,"text-overflow":49,"text-orientation":50,"text-justify":51,"text-indent":52,"text-emphasis-style":53,"text-emphasis-position":54,"text-emphasis-color":55,"text-decoration-thickness":56,"text-decoration-style":57,"text-decoration-skip-ink":58,"text-decoration-line":59,"text-decoration-color":60,"text-decoration":61,"text-combine-upright":62,"text-anchor":63,"text-align-last":64,"text-align":65,"table-layout":66,"tab-size":67,"stroke-width":68,"stroke-opacity":69,"stroke-miterlimit":70,"stroke-linejoin":71,"stroke-linecap":72,"stroke-dashoffset":73,"stroke-dasharray":74,"stroke":75,"stop-opacity":76,"stop-color":77,"shape-rendering":78,"shape-outside":79,"shape-margin":80,"shape-image-threshold":81,"scrollbar-width":82,"scrollbar-color":83,"scroll-snap-type":84,"scroll-snap-align":85,"scroll-padding-top":86,"scroll-padding-right":87,"scroll-padding-left":88,"scroll-padding-inline-start":89,"scroll-padding-inline-end":90,"scroll-padding-bottom":91,"scroll-padding-block-start":92,"scroll-padding-block-end":93,"scroll-margin-top":94,"scroll-margin-right":95,"scroll-margin-left":96,"scroll-margin-inline-start":97,"scroll-margin-inline-end":98,"scroll-margin-bottom":99,"scroll-margin-block-start":100,"scroll-margin-block-end":101,"scroll-behavior":102,"scale":103,"ry":104,"rx":105,"ruby-position":106,"ruby-align":107,"row-gap":108,"rotate":109,"right":110,"resize":111,"r":112,"quotes":113,"position":114,"pointer-events":115,"perspective-origin":116,"perspective":117,"paint-order":118,"page-break-inside":119,"page-break-before":120,"page-break-after":121,"padding-top":122,"padding-right":123,"padding-left":124,"padding-inline-start":125,"padding-inline-end":126,"padding-bottom":127,"padding-block-start":128,"padding-block-end":129,"overscroll-behavior-y":130,"overscroll-behavior-x":131,"overscroll-behavior-inline":132,"overscroll-behavior-block":133,"overflow-y":134,"overflow-x":135,"overflow-wrap":136,"overflow-inline":137,"overflow-block":138,"overflow-anchor":139,"overflow":140,"outline-width":141,"outline-style":142,"outline-offset":143,"outline-color":144,"order":145,"opacity":146,"offset-rotate":147,"offset-path":148,"offset-distance":149,"offset-anchor":150,"object-position":151,"object-fit":152,"mix-blend-mode":153,"min-width":154,"min-inline-size":155,"min-height":156,"min-block-size":157,"max-width":158,"max-inline-size":159,"max-height":160,"max-block-size":161,"mask-type":162,"mask-size":163,"mask-repeat":164,"mask-position-y":165,"mask-position-x":166,"mask-position":167,"mask-origin":168,"mask-mode":169,"mask-image":170,"mask-composite":171,"mask-clip":172,"mask":173,"marker-start":174,"marker-mid":175,"marker-end":176,"margin-top":177,"margin-right":178,"margin-left":179,"margin-inline-start":180,"margin-inline-end":181,"margin-bottom":182,"margin-block-start":183,"margin-block-end":184,"list-style-type":185,"list-style-position":186,"list-style-image":187,"line-height":188,"line-break":189,"lighting-color":190,"letter-spacing":191,"left":192,"justify-self":193,"justify-items":194,"justify-content":195,"isolation":196,"inset-inline-start":197,"inset-inline-end":198,"inset-block-start":199,"inset-block-end":200,"inline-size":201,"ime-mode":202,"image-rendering":203,"image-orientation":204,"hyphens":205,"height":206,"grid-template-rows":207,"grid-template-columns":208,"grid-template-areas":209,"grid-row-start":210,"grid-row-end":211,"grid-column-start":212,"grid-column-end":213,"grid-auto-rows":214,"grid-auto-flow":215,"grid-auto-columns":216,"font-weight":217,"font-variation-settings":218,"font-variant-position":219,"font-variant-numeric":220,"font-variant-ligatures":221,"font-variant-east-asian":222,"font-variant-caps":223,"font-variant-alternates":224,"font-variant":225,"font-synthesis":226,"font-style":227,"font-stretch":228,"font-size-adjust":229,"font-size":230,"font-optical-sizing":231,"font-language-override":232,"font-kerning":233,"font-feature-settings":234,"font-family":235,"flood-opacity":236,"flood-color":237,"float":238,"flex-wrap":239,"flex-shrink":240,"flex-grow":241,"flex-direction":242,"flex-basis":243,"filter":244,"fill-rule":245,"fill-opacity":246,"fill":247,"empty-cells":248,"dominant-baseline":249,"display":250,"direction":251,"cy":252,"cx":253,"cursor":254,"counter-set":255,"counter-reset":256,"counter-increment":257,"content":258,"contain":259,"column-width":260,"column-span":261,"column-rule-width":262,"column-rule-style":263,"column-rule-color":264,"column-gap":265,"column-fill":266,"column-count":267,"color-interpolation-filters":268,"color-interpolation":269,"color-adjust":270,"color":271,"clip-rule":272,"clip-path":273,"clip":274,"clear":275,"caret-color":276,"caption-side":277,"break-inside":278,"break-before":279,"break-after":280,"box-sizing":281,"box-shadow":282,"box-decoration-break":283,"bottom":284,"border-top-width":285,"border-top-style":286,"border-top-right-radius":287,"border-top-left-radius":288,"border-top-color":289,"border-start-start-radius":290,"border-start-end-radius":291,"border-spacing":292,"border-right-width":293,"border-right-style":294,"border-right-color":295,"border-left-width":296,"border-left-style":297,"border-left-color":298,"border-inline-start-width":299,"border-inline-start-style":300,"border-inline-start-color":301,"border-inline-end-width":302,"border-inline-end-style":303,"border-inline-end-color":304,"border-image-width":305,"border-image-source":306,"border-image-slice":307,"border-image-repeat":308,"border-image-outset":309,"border-end-start-radius":310,"border-end-end-radius":311,"border-collapse":312,"border-bottom-width":313,"border-bottom-style":314,"border-bottom-right-radius":315,"border-bottom-left-radius":316,"border-bottom-color":317,"border-block-start-width":318,"border-block-start-style":319,"border-block-start-color":320,"border-block-end-width":321,"border-block-end-style":322,"border-block-end-color":323,"block-size":324,"background-size":325,"background-repeat":326,"background-position-y":327,"background-position-x":328,"background-position":329,"background-origin":330,"background-image":331,"background-color":332,"background-clip":333,"background-blend-mode":334,"background-attachment":335,"backface-visibility":336,"aspect-ratio":337,"appearance":338,"animation-timing-function":339,"animation-play-state":340,"animation-name":341,"animation-iteration-count":342,"animation-fill-mode":343,"animation-duration":344,"animation-direction":345,"animation-delay":346,"align-self":347,"align-items":348,"align-content":349,"accent-color":350} let wikiwix_width = 1012 let wikiwix_dom ={"head": {"tag":"head","attrib":{"id":"htmlHead"},"children":[ {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n "}, {"tag":"meta","attrib":{"charset":"utf-8"},"children":[]}, {"text":"\n "}, {"text":"\n "}, {"tag":"meta","attrib":{"http-equiv":"Content-Type","content":"text/html; charset=iso-8859-1"},"children":[]}, {"text":"\n "}, {"tag":"link","attrib":{"rel":"shortcut icon","href":"/images/favicon.ico"},"children":[]}, {"text":"\n "}, {"text":"\n\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n "}, {"text":"\n\n "}, {"text":"\n "}, {"text":"\n "}, {"tag":"title","attrib":{"id":"titleMain"},"children":[ {"text":"Discours du président des États-Unis après le bombardement de la Libye | Perspective Monde"},]}, {"text":"\n "}, {"tag":"link","attrib":{"rel":"canonical","href":"https://perspective.usherbrooke.ca/bilan/servlet/BMDictionnaire/1813"},"children":[]}, {"text":" \n "}, {"tag":"meta","attrib":{"http-equiv":"origin-trial","content":"AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9"},"children":[]},]},"body": {"tag":"body","attrib":{style:{0:"0px",1:"rgb(29, 29, 29)",2:"rgb(29, 29, 29)",3:"none",4:"default",5:"read-only",6:"auto",7:"none",8:"auto",9:"inline",10:"auto",11:"0",12:"content-box",13:"start",14:"horizontal",15:"1",16:"0",17:"normal",18:"stretch",19:"auto",20:"0px",21:"0px",22:"horizontal-tb",23:"0px",24:"normal",25:"auto",26:"1012px",27:"normal",28:"visible",29:"baseline",30:"none",31:"auto",32:"isolate",33:"none",34:"ease-in-out",35:"all",36:"0.3s",37:"0s",38:"flat",39:"506px 1241.4px",40:"border-box",41:"none",42:"auto",43:"0px",44:"auto",45:"auto",46:"none",47:"none",48:"auto",49:"clip",50:"mixed",51:"auto",52:"0px",53:"none",54:"over right",55:"rgb(29, 29, 29)",56:"auto",57:"solid",58:"auto",59:"none",60:"rgb(29, 29, 29)",61:"rgb(29, 29, 29)",62:"none",63:"start",64:"auto",65:"left",66:"auto",67:"8",68:"1px",69:"1",70:"4",71:"miter",72:"butt",73:"0px",74:"none",75:"none",76:"1",77:"rgb(0, 0, 0)",78:"auto",79:"none",80:"0px",81:"0",82:"auto",83:"auto",84:"none",85:"none",86:"auto",87:"auto",88:"auto",89:"auto",90:"auto",91:"auto",92:"auto",93:"auto",94:"0px",95:"0px",96:"0px",97:"0px",98:"0px",99:"0px",100:"0px",101:"0px",102:"auto",103:"none",104:"auto",105:"auto",106:"alternate",107:"space-around",108:"normal",109:"none",110:"0px",111:"none",112:"0px",113:"auto",114:"relative",115:"auto",116:"506px 1241.4px",117:"none",118:"normal",119:"auto",120:"auto",121:"auto",122:"0px",123:"0px",124:"0px",125:"0px",126:"0px",127:"0px",128:"0px",129:"0px",130:"auto",131:"auto",132:"auto",133:"auto",134:"auto",135:"hidden",136:"normal",137:"hidden",138:"auto",139:"auto",140:"hidden auto",141:"0px",142:"none",143:"0px",144:"rgb(29, 29, 29)",145:"0",146:"1",147:"auto",148:"none",149:"0px",150:"auto",151:"50% 50%",152:"fill",153:"normal",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",160:"none",161:"none",162:"luminance",163:"auto",164:"repeat",165:"0%",166:"0%",167:"0% 0%",168:"border-box",169:"match-source",170:"none",171:"add",172:"border-box",173:"none",174:"none",175:"none",176:"none",177:"0px",178:"0px",179:"0px",180:"0px",181:"0px",182:"0px",183:"0px",184:"0px",185:"disc",186:"outside",187:"none",188:"16.8px",189:"auto",190:"rgb(255, 255, 255)",191:"normal",192:"0px",193:"auto",194:"normal",195:"normal",196:"auto",197:"0px",198:"0px",199:"0px",200:"0px",201:"1012px",202:"auto",203:"auto",204:"from-image",205:"manual",206:"2482.8px",207:"none",208:"none",209:"none",210:"auto",211:"auto",212:"auto",213:"auto",214:"auto",215:"row",216:"auto",217:"400",218:"normal",219:"normal",220:"normal",221:"normal",222:"normal",223:"normal",224:"normal",225:"normal",226:"weight style small-caps",227:"normal",228:"100%",229:"none",230:"16px",231:"auto",232:"normal",233:"auto",234:"normal",235:"sans-serif",236:"1",237:"rgb(0, 0, 0)",238:"none",239:"nowrap",240:"1",241:"0",242:"row",243:"auto",244:"none",245:"nonzero",246:"1",247:"rgb(0, 0, 0)",248:"show",249:"auto",250:"block",251:"ltr",252:"0px",253:"0px",254:"auto",255:"none",256:"none",257:"none",258:"normal",259:"none",260:"auto",261:"none",262:"0px",263:"none",264:"rgb(29, 29, 29)",265:"normal",266:"balance",267:"auto",268:"linearrgb",269:"srgb",270:"economy",271:"rgb(29, 29, 29)",272:"nonzero",273:"none",274:"auto",275:"none",276:"rgb(29, 29, 29)",277:"top",278:"auto",279:"auto",280:"auto",281:"border-box",282:"none",283:"slice",284:"0px",285:"0px",286:"none",287:"0px",288:"0px",289:"rgb(29, 29, 29)",290:"0px",291:"0px",292:"0px 0px",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",305:"1",306:"none",307:"100%",308:"stretch",309:"0",310:"0px",311:"0px",312:"separate",313:"0px",314:"none",315:"0px",316:"0px",317:"rgb(29, 29, 29)",318:"0px",319:"none",320:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",324:"2482.8px",325:"auto",326:"repeat",327:"0%",328:"0%",329:"0% 0%",330:"padding-box",331:"none",332:"rgb(255, 255, 255)",333:"border-box",334:"normal",335:"scroll",336:"visible",337:"auto",338:"none",339:"ease",340:"running",341:"none",342:"1",343:"none",344:"0s",345:"normal",346:"0s",347:"auto",348:"normal",349:"normal",350:"auto"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{"id":"page_wrapper",style:{43:"auto",110:"auto",114:"static",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",284:"auto",293:"1px",294:"solid",295:"rgb(210, 212, 201)",296:"1px",297:"solid",298:"rgb(210, 212, 201)",299:"1px",300:"solid",301:"rgb(210, 212, 201)",302:"1px",303:"solid",304:"rgb(210, 212, 201)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"text":"\n "}, {"tag":"header","attrib":{"id":"mainheader",style:{26:"1010px",39:"505px 123.2px",116:"505px 123.2px",201:"1010px",206:"246.4px",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",324:"246.4px",332:"rgb(255, 255, 255)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",39:"505px 18.4px",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",116:"505px 18.4px",122:"10px",127:"10px",128:"10px",129:"10px",144:"rgb(255, 255, 255)",206:"36.8px",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",324:"36.8px",332:"rgb(1, 103, 53)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"960px",39:"480px 8.4px",116:"480px 8.4px",122:"0px",123:"15px",124:"15px",125:"15px",126:"15px",127:"0px",128:"0px",129:"0px",158:"960px",159:"960px",178:"25px",179:"25px",180:"25px",181:"25px",201:"960px",206:"16.8px",324:"16.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{123:"0px",124:"0px",125:"0px",126:"0px",158:"none",159:"none",178:"-15px",179:"-15px",180:"-15px",181:"-15px",239:"wrap",250:"flex"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"480px",39:"240px 8.4px",43:"0px",110:"0px",114:"relative",116:"240px 8.4px",123:"15px",124:"15px",125:"15px",126:"15px",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",154:"auto",155:"auto",156:"auto",157:"auto",158:"50%",159:"50%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"480px",217:"700",239:"nowrap",240:"0",243:"50%",250:"block",284:"0px"}},"children":[ {"text":"11 décembre 2023"},]}, {"text":"\n "}, {"tag":"div","attrib":{style:{26:"480px",39:"240px 8.4px",43:"0px",65:"right",110:"0px",114:"relative",116:"240px 8.4px",123:"15px",124:"15px",125:"15px",126:"15px",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",154:"auto",155:"auto",156:"auto",157:"auto",158:"50%",159:"50%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"480px",217:"700",239:"nowrap",240:"0",243:"50%",250:"block",284:"0px"}},"children":[ {"tag":"a","attrib":{"href":"/BMEncyclopedie/GoogleRecherche.jsp",style:{26:"auto",32:"normal",39:"47.2417px 9.5px",43:"auto",110:"auto",114:"static",116:"47.2417px 9.5px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"auto",206:"auto",240:"1",243:"auto",250:"inline",254:"pointer",284:"auto",324:"auto"}},"children":[ {"text":"Recherche"},]},]}, {"text":"\n "},]}, {"text":" \n "},]}, {"text":"\n "},]}, {"text":"\n \n "}, {"tag":"div","attrib":{style:{39:"505px 56px",116:"505px 56px",122:"20px",127:"20px",128:"20px",129:"20px",206:"112px",324:"112px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"960px",39:"480px 36px",116:"480px 36px",122:"0px",123:"15px",124:"15px",125:"15px",126:"15px",127:"0px",128:"0px",129:"0px",158:"960px",159:"960px",178:"25px",179:"25px",180:"25px",181:"25px",201:"960px",206:"72px",324:"72px"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{123:"0px",124:"0px",125:"0px",126:"0px",158:"none",159:"none",178:"-15px",179:"-15px",180:"-15px",181:"-15px",239:"wrap",250:"flex"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"480px",39:"240px 36px",43:"0px",110:"0px",114:"relative",116:"240px 36px",123:"15px",124:"15px",125:"15px",126:"15px",154:"auto",155:"auto",156:"auto",157:"auto",158:"100%",159:"100%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"480px",239:"nowrap",241:"1",243:"0px",250:"block",284:"0px",347:"center"}},"children":[ {"text":"\n "}, {"tag":"span","attrib":{style:{26:"auto",32:"normal",39:"172.367px 19px",43:"auto",110:"auto",114:"static",116:"172.367px 19px",123:"0px",124:"0px",125:"0px",126:"0px",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"8px",184:"8px",188:"38.4px",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"auto",206:"auto",217:"700",230:"32px",241:"0",243:"auto",250:"inline",284:"auto",324:"auto",347:"auto"}},"children":[ {"tag":"a","attrib":{"href":"/",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",144:"rgb(1, 103, 53)",182:"0px",184:"0px",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)"}},"children":[ {"text":"Perspective Monde"},]},]}, {"text":"\n "}, {"tag":"p","attrib":{style:{26:"450px",39:"225px 16.8px",43:"auto",110:"auto",114:"static",116:"225px 16.8px",123:"0px",124:"0px",125:"0px",126:"0px",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"450px",206:"33.6px",241:"0",243:"auto",284:"auto",324:"33.6px",347:"auto"}},"children":[ {"text":"Outil pédagogique des grandes tendances mondiales depuis 1945"},]}, {"text":"\n "},]}, {"text":"\n "}, {"tag":"div","attrib":{style:{26:"100%",39:"50% 50%",116:"50% 50%",178:"0px",179:"0px",180:"0px",181:"0px",182:"16px",184:"16px",201:"100%",206:"auto",239:"nowrap",250:"none",324:"auto"}},"children":[]}, {"text":"\n "}, {"tag":"div","attrib":{style:{26:"480px",39:"240px 25.2px",43:"0px",65:"right",110:"0px",114:"relative",116:"240px 25.2px",123:"15px",124:"15px",125:"15px",126:"15px",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",154:"auto",155:"auto",156:"auto",157:"auto",158:"100%",159:"100%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"480px",206:"50.4px",239:"nowrap",241:"1",243:"0px",250:"block",284:"0px",324:"50.4px",347:"center"}},"children":[ {"text":"\n "}, {"tag":"p","attrib":{style:{26:"450px",39:"225px 25.2px",43:"auto",110:"auto",114:"static",116:"225px 25.2px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"450px",241:"0",243:"auto",284:"auto",347:"auto"}},"children":[ {"text":"\n "}, {"tag":"strong","attrib":{style:{26:"auto",32:"normal",39:"128.092px 9.5px",116:"128.092px 9.5px",201:"auto",206:"auto",217:"700",250:"inline",324:"auto"}},"children":[ {"tag":"a","attrib":{"target":"_blank","href":"https://www.usherbrooke.ca/politique-appliquee/",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",144:"rgb(1, 103, 53)",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)"}},"children":[ {"text":"École de politique appliquée"},]},]}, {"text":"\n "}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 8.4px",116:"0.00833333px 8.4px",201:"0.0166667px",206:"16.8px",250:"inline",324:"16.8px"}},"children":[]}, {"tag":"a","attrib":{"target":"_blank","href":"https://www.usherbrooke.ca/flsh/",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",26:"auto",32:"normal",39:"162.558px 9.5px",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",116:"162.558px 9.5px",144:"rgb(1, 103, 53)",201:"auto",206:"auto",250:"inline",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)",324:"auto"}},"children":[ {"text":"Faculté des lettres et sciences humaines"},]}, {"text":"\n "}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 8.4px",116:"0.00833333px 8.4px",201:"0.0166667px",206:"16.8px",250:"inline",324:"16.8px"}},"children":[]}, {"text":"Université de Sherbrooke, Québec, Canada\n "},]}, {"text":" \n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"tag":"nav","attrib":{style:{39:"505px 48.8px",116:"505px 48.8px",206:"97.6px",324:"97.6px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{}},"children":[ {"text":"\n "}, {"tag":"ul","attrib":{style:{185:"none",195:"center",239:"wrap",250:"flex",256:"list-item 0",332:"rgb(1, 103, 53)"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{26:"73.55px",39:"36.775px 24.4px",116:"36.775px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"73.55px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMEncycloListePays.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Pays"},]}, {"text":"\n "}, {"tag":"ul","attrib":{style:{19:"999",26:"auto",39:"50% 50%",114:"absolute",116:"50% 50%",154:"0px",155:"0px",156:"0px",157:"0px",195:"center",201:"auto",206:"auto",239:"wrap",250:"none",256:"list-item 0",324:"auto",332:"rgb(1, 103, 53)"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{19:"auto",114:"static",195:"normal",239:"nowrap",250:"list-item",256:"none",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/villes",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"16px",124:"16px",125:"16px",126:"16px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Villes"},]},]}, {"text":"\n "},]},]}, {"tag":"li","attrib":{style:{26:"140.95px",39:"70.475px 24.4px",116:"70.475px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"140.95px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/servlet/BMListeStatSpecifique/1",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Statistiques"},]},]}, {"tag":"li","attrib":{style:{26:"98.3667px",39:"49.1833px 24.4px",116:"49.1833px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"98.3667px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/servlet/BMHistoriqueAnnee/1945",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Années"},]},]}, {"tag":"li","attrib":{style:{26:"142.517px",39:"71.2583px 24.4px",116:"71.2583px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"142.517px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/servlet/BMListeEveSpecifique",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Événements"},]},]}, {"tag":"li","attrib":{style:{26:"112.367px",39:"56.1833px 24.4px",116:"56.1833px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"112.367px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/servlet/BMListeBulletinSpecifique/0",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Analyses"},]},]}, {"tag":"li","attrib":{style:{26:"139.5px",39:"69.75px 24.4px",116:"69.75px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"139.5px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMListeBiographies.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Biographies"},]},]}, {"tag":"li","attrib":{style:{26:"133.217px",39:"66.6083px 24.4px",116:"66.6083px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"133.217px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMReperes.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Documents"},]},]}, {"tag":"li","attrib":{style:{26:"115.667px",39:"57.8333px 24.4px",116:"57.8333px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"115.667px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMGlossaire.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Glossaire"},]},]}, {"tag":"li","attrib":{style:{26:"88.3667px",39:"44.1833px 24.4px",116:"44.1833px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"88.3667px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"#",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Plus..."},]}, {"text":"\n "}, {"tag":"ul","attrib":{style:{19:"999",26:"auto",39:"50% 50%",114:"absolute",116:"50% 50%",154:"0px",155:"0px",156:"0px",157:"0px",195:"center",201:"auto",206:"auto",239:"wrap",250:"none",256:"list-item 0",324:"auto",332:"rgb(1, 103, 53)"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{19:"auto",114:"static",195:"normal",239:"nowrap",250:"list-item",256:"none",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMListeVideos.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"16px",124:"16px",125:"16px",126:"16px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Vidéos"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",195:"normal",239:"nowrap",250:"list-item",256:"none",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMListeQuiz",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"16px",124:"16px",125:"16px",126:"16px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Jeux"},]},]}, {"text":"\n "},]},]}, {"tag":"li","attrib":{style:{26:"150.533px",39:"75.2667px 24.4px",116:"75.2667px 24.4px",154:"auto",155:"auto",156:"auto",157:"auto",195:"normal",201:"150.533px",206:"48.8px",239:"nowrap",250:"list-item",256:"none",324:"48.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/accueil",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",65:"center",122:"16px",123:"16px",124:"16px",125:"16px",126:"16px",127:"16px",128:"16px",129:"16px",144:"rgb(255, 255, 255)",154:"0px",155:"0px",156:"0px",157:"0px",217:"700",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Bilan Québec"},]}, {"text":"\n "}, {"tag":"ul","attrib":{style:{19:"999",26:"auto",39:"50% 50%",114:"absolute",116:"50% 50%",154:"0px",155:"0px",156:"0px",157:"0px",182:"16px",184:"16px",195:"center",201:"auto",206:"auto",239:"wrap",250:"none",256:"list-item 0",293:"1px",294:"solid",295:"rgb(102, 102, 102)",296:"1px",297:"solid",298:"rgb(102, 102, 102)",299:"1px",300:"solid",301:"rgb(102, 102, 102)",302:"1px",303:"solid",304:"rgb(102, 102, 102)",313:"1px",314:"solid",317:"rgb(102, 102, 102)",321:"1px",322:"solid",323:"rgb(102, 102, 102)",324:"auto",332:"rgb(0, 95, 114)"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/evenements",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Événements"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/biographies",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Biographies"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/documents",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Documents"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/photos",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Photos"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/reperes",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Repères"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/elections",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"Élections"},]},]}, {"tag":"li","attrib":{style:{19:"auto",114:"static",182:"0px",184:"0px",195:"normal",239:"nowrap",250:"list-item",256:"none",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",313:"0px",314:"none",317:"rgb(29, 29, 29)",321:"0px",322:"none",323:"rgb(29, 29, 29)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/quebec/equipe",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"8px",123:"8px",124:"8px",125:"8px",126:"8px",127:"8px",128:"8px",129:"8px",144:"rgb(255, 255, 255)",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgb(0, 95, 114)"}},"children":[ {"text":"L'équipe"},]},]}, {"text":"\n "},]},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "}, {"tag":"div","attrib":{style:{26:"auto",39:"50% 50%",116:"50% 50%",201:"auto",206:"auto",250:"none",324:"auto"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{114:"relative",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",250:"block",332:"rgb(1, 103, 53)"}},"children":[ {"text":"\n "}, {"text":"\n "}, {"tag":"a","attrib":{"href":"javascript:void(0);",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",114:"static",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",144:"rgb(255, 255, 255)",230:"17px",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"i","attrib":{style:{122:"0px",123:"0px",124:"0px",125:"0px",126:"0px",127:"0px",128:"0px",129:"0px",188:"17px",250:"inline-block"}},"children":[{"tag":"div","pseudo":"before","attrib":{style:{34:"ease",36:"0s",122:"0px",123:"0px",124:"0px",125:"0px",126:"0px",127:"0px",128:"0px",129:"0px",188:"17px",250:"inline",258:"''"}},"children":[{"text":""}]},]}, {"text":"\n "},]}, {"text":"\n "}, {"tag":"div","attrib":{"id":"myLinks",style:{114:"static",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",250:"none",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMEncycloListePays.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Pays"},]}, {"tag":"a","attrib":{"href":"/bilan/servlet/BMListeStatSpecifique/1",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Statistiques"},]}, {"tag":"a","attrib":{"href":"/bilan/servlet/BMHistoriqueAnnee/1945",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Années"},]}, {"tag":"a","attrib":{"href":"/bilan/servlet/BMListeEveSpecifique",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Événements"},]}, {"tag":"a","attrib":{"href":"/bilan/servlet/BMListeBulletinSpecifique/0",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Analyses"},]}, {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMListeBiographies.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Biographies"},]}, {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMReperes.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Documents"},]}, {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMGlossaire.jsp",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Glossaire"},]}, {"tag":"a","attrib":{"href":"#",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Plus..."},]}, {"tag":"a","attrib":{"href":"/bilan/quebec/accueil",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",32:"normal",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",122:"14px",123:"16px",124:"16px",125:"16px",126:"16px",127:"14px",128:"14px",129:"14px",144:"rgb(255, 255, 255)",230:"17px",250:"block",254:"pointer",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",295:"rgb(255, 255, 255)",298:"rgb(255, 255, 255)",301:"rgb(255, 255, 255)",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)"}},"children":[ {"text":"Bilan Québec"},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n \n "},]}, {"text":"\n "}, {"text":"\n "},]}, {"text":"\n "}, {"text":"\n "}, {"tag":"section","attrib":{"id":"main",style:{26:"1010px",39:"505px 960.3px",116:"505px 960.3px",177:"30px",182:"30px",183:"30px",184:"30px",188:"20px",201:"1010px",206:"1920.6px",293:"0px",294:"none",295:"rgb(29, 29, 29)",296:"0px",297:"none",298:"rgb(29, 29, 29)",299:"0px",300:"none",301:"rgb(29, 29, 29)",302:"0px",303:"none",304:"rgb(29, 29, 29)",324:"1920.6px",332:"rgb(255, 255, 255)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"960px",39:"480px 960.3px",116:"480px 960.3px",123:"15px",124:"15px",125:"15px",126:"15px",158:"960px",159:"960px",177:"0px",178:"25px",179:"25px",180:"25px",181:"25px",182:"0px",183:"0px",184:"0px",201:"960px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n \n "}, {"text":"\n \n "}, {"text":"\n"}, {"text":" \n\n "}, {"tag":"div","attrib":{style:{123:"0px",124:"0px",125:"0px",126:"0px",158:"none",159:"none",178:"-15px",179:"-15px",180:"-15px",181:"-15px",239:"wrap",250:"flex"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{39:"480px 952.3px",43:"0px",110:"0px",114:"relative",116:"480px 952.3px",123:"15px",124:"15px",125:"15px",126:"15px",134:"auto",135:"auto",137:"auto",138:"auto",140:"auto",154:"auto",155:"auto",156:"auto",157:"auto",158:"100%",159:"100%",178:"0px",179:"0px",180:"0px",181:"0px",182:"16px",184:"16px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",206:"1904.6px",239:"nowrap",240:"0",243:"100%",250:"block",284:"0px",324:"1904.6px"}},"children":[ {"text":" \n "}, {"tag":"article","attrib":{style:{26:"930px",39:"465px 936.3px",43:"auto",110:"auto",114:"static",116:"465px 936.3px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"32px",184:"32px",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"930px",206:"1872.6px",240:"1",243:"auto",284:"auto",324:"1872.6px"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{"id":"titreDictionnaire",style:{39:"465px 43px",116:"465px 43px",182:"0px",184:"0px",206:"86px",324:"86px"}},"children":[ {"tag":"h1","attrib":{style:{127:"14px",129:"14px",182:"28px",184:"28px",188:"35px",217:"500",230:"28px",313:"2px",314:"solid",317:"rgb(0, 54, 29)",321:"2px",322:"solid",323:"rgb(0, 54, 29)"}},"children":[ {"text":" Discours du président des États-Unis après le bombardement de la Libye"},]},]}, {"text":"\n "}, {"tag":"div","attrib":{"id":"bodyDictionnaire1",style:{39:"465px 66px",116:"465px 66px",182:"0px",184:"0px",206:"132px",324:"132px"}},"children":[ {"tag":"p","attrib":{style:{39:"465px 11.6px",116:"465px 11.6px",182:"16px",184:"16px",188:"23.2px",206:"23.2px",324:"23.2px"}},"children":[ {"text":"Date: 14 avril 1986"},]}, {"tag":"p","attrib":{style:{39:"465px 46.4px",116:"465px 46.4px",182:"16px",184:"16px",188:"23.2px",206:"92.8px",324:"92.8px"}},"children":[ {"tag":"i","attrib":{style:{26:"auto",32:"normal",39:"461.808px 9.5px",116:"461.808px 9.5px",182:"0px",184:"0px",201:"auto",206:"auto",227:"italic",250:"inline",324:"auto"}},"children":[ {"text":"Le 5 avril, une explosion dévaste une discothèque de Berlin-Ouest fréquentée par des soldats américains. En guise de représailles, le "}, {"tag":"a","attrib":{"href":"/./bilan/servlet/BMDictionnaire/1542",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",39:"37.7083px 9.5px",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",116:"37.7083px 9.5px",144:"rgb(1, 103, 53)",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)"}},"children":[ {"text":"président"},]}, {"text":" Ronald "}, {"tag":"a","attrib":{"href":"/./bilan/servlet/BMBiographie?codeAnalyse=2",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",39:"30.0667px 9.5px",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",116:"30.0667px 9.5px",144:"rgb(1, 103, 53)",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)"}},"children":[ {"text":"Reagan"},]}, {"text":" autorise le bombardement de cibles situées dans les villes de Tripoli et Benghazi. Une trentaine d'appareils prennent part à l'opération qui se solde par la mort de dizaines de civils, dont la fille adoptive du "}, {"tag":"a","attrib":{"href":"/./bilan/servlet/BMDictionnaire/1542",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",39:"37.7083px 9.5px",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",116:"37.7083px 9.5px",144:"rgb(1, 103, 53)",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)"}},"children":[ {"text":"président"},]}, {"text":" Mouammar "}, {"tag":"a","attrib":{"href":"/./bilan/servlet/BMBiographie?codeAnalyse=83",style:{1:"rgb(1, 103, 53)",2:"rgb(1, 103, 53)",39:"30.0917px 9.5px",55:"rgb(1, 103, 53)",60:"rgb(1, 103, 53)",61:"rgb(1, 103, 53)",116:"30.0917px 9.5px",144:"rgb(1, 103, 53)",254:"pointer",264:"rgb(1, 103, 53)",271:"rgb(1, 103, 53)",276:"rgb(1, 103, 53)",289:"rgb(1, 103, 53)",295:"rgb(1, 103, 53)",298:"rgb(1, 103, 53)",301:"rgb(1, 103, 53)",304:"rgb(1, 103, 53)",317:"rgb(1, 103, 53)",320:"rgb(1, 103, 53)",323:"rgb(1, 103, 53)"}},"children":[ {"text":"Kadhafi"},]}, {"text":"."},]},]},]}, {"text":"\n "}, {"tag":"div","attrib":{"id":"bodyDictionnaire",style:{39:"465px 805.3px",116:"465px 805.3px",182:"0px",184:"0px",206:"1610.6px",324:"1610.6px"}},"children":[ {"tag":"p","attrib":{style:{39:"465px 11.6px",116:"465px 11.6px",182:"16px",184:"16px",188:"23.2px",206:"23.2px",324:"23.2px"}},"children":[ {"text":"Sélection et mise en page par l'équipe de "}, {"tag":"i","attrib":{style:{26:"auto",32:"normal",39:"76.6333px 9.5px",116:"76.6333px 9.5px",182:"0px",184:"0px",201:"auto",206:"auto",227:"italic",250:"inline",324:"auto"}},"children":[ {"text":"Perspective monde"},]},]}, {"tag":"hr","attrib":{style:{1:"rgb(128, 128, 128)",2:"rgb(128, 128, 128)",12:"margin-box",39:"465px 0.5px",55:"rgb(128, 128, 128)",60:"rgb(128, 128, 128)",61:"rgb(128, 128, 128)",116:"465px 0.5px",144:"rgb(128, 128, 128)",177:"16px",182:"16px",183:"16px",184:"16px",206:"0px",264:"rgb(128, 128, 128)",271:"rgb(128, 128, 128)",276:"rgb(128, 128, 128)",281:"content-box",285:"1px",286:"solid",289:"rgba(0, 0, 0, 0.1)",295:"rgb(128, 128, 128)",298:"rgb(128, 128, 128)",301:"rgb(128, 128, 128)",304:"rgb(128, 128, 128)",317:"rgb(128, 128, 128)",318:"1px",319:"solid",320:"rgba(0, 0, 0, 0.1)",323:"rgb(128, 128, 128)",324:"0px"}},"children":[]}, {"tag":"p","attrib":{style:{39:"465px 777.2px",116:"465px 777.2px",182:"16px",184:"16px",188:"23.2px",206:"1554.4px",324:"1554.4px"}},"children":[ {"text":"My fellow Americans:\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nAt 7 o'clock this evening eastern time air and naval forces of the United States launched a series of strikes against the headquarters, terrorist facilities, and military assets that support Mu`ammar Qadhafi's subversive activities. The attacks were concentrated and carefully targeted to minimize casualties among the Libyan people with whom we have no quarrel. From initial reports, our forces have succeeded in their mission.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nSeveral weeks ago in New Orleans, I warned Colonel Qadhafi we would hold his regime accountable for any new terrorist attacks launched against American citizens. More recently I made it clear we would respond as soon as we determined conclusively who was responsible for such attacks. On April 5th in West Berlin a terrorist bomb exploded in a nightclub frequented by American servicemen. Sergeant Kenneth Ford and a young Turkish woman were killed and 230 others were wounded, among them some 50 American military personnel. This monstrous brutality is but the latest act in Colonel Qadhafi's reign of terror. The evidence is now conclusive that the terrorist bombing of La Belle discotheque was planned and executed under the direct orders of the Libyan regime. On March 25th, more than a week before the attack, orders were sent from Tripoli to the Libyan People's Bureau in East Berlin to conduct a terrorist attack against Americans to cause maximum and indiscriminate casualties. Libya's agents then planted the bomb. On April 4th the People's Bureau alerted Tripoli that the attack would be carried out the following morning. The next day they reported back to Tripoli on the great success of their mission.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nOur evidence is direct; it is precise; it is irrefutable. We have solid evidence about other attacks Qadhafi has planned against the United States installations and diplomats and even American tourists. Thanks to close cooperation with our friends, some of these have been prevented. With the help of French authorities, we recently aborted one such attack: a planned massacre, using grenades and small arms, of civilians waiting in line for visas at an American Embassy.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nColonel Qadhafi is not only an enemy of the United States. His record of subversion and aggression against the neighboring States in Africa is well documented and well known. He has ordered the murder of fellow Libyans in countless countries. He has sanctioned acts of terror in Africa, Europe, and the Middle East, as well as the Western Hemisphere. Today we have done what we had to do. If necessary, we shall do it again. It gives me no pleasure to say that, and I wish it were otherwise. Before Qadhafi seized power in 1969, the people of Libya had been friends of the United States. And I'm sure that today most Libyans are ashamed and disgusted that this man has made their country a synonym for barbarism around the world. The Libyan people are a decent people caught in the grip of a tyrant.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nTo our friends and allies in Europe who cooperated in today's mission, I would only say you have the permanent gratitude of the American people. Europeans who remember history understand better than most that there is no security, no safety, in the appeasement of evil. It must be the core of Western policy that there be no sanctuary for terror. And to sustain such a policy, free men and free nations must unite and work together. Sometimes it is said that by imposing sanctions against Colonel Qadhafi or by striking at his terrorist installations we only magnify the man's importance, that the proper way to deal with him is to ignore him. I do not agree.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nLong before I came into this office, Colonel Qadhafi had engaged in acts of international terror, acts that put him outside the company of civilized men. For years, however, he suffered no economic or political or military sanction; and the atrocities mounted in number, as did the innocent dead and wounded. And for us to ignore by inaction the slaughter of American civilians and American soldiers, whether in nightclubs or airline terminals, is simply not in the American tradition. When our citizens are abused or attacked anywhere in the world on the direct orders of a hostile regime, we will respond so long as I'm in this Oval Office. Self-defense is not only our right, it is our duty. It is the purpose behind the mission undertaken tonight, a mission fully consistent with Article 51 of the United Nations Charter.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nWe believe that this preemptive action against his terrorist installations will not only diminish Colonel Qadhafi's capacity to export terror, it will provide him with incentives and reasons to alter his criminal behavior. I have no illusion that tonight's action will ring down the curtain on Qadhafi's reign of terror. But this mission, violent though it was, can bring closer a safer and more secure world for decent men and women. We will persevere. This afternoon we consulted with the leaders of Congress regarding what we were about to do and why. Tonight I salute the skill and professionalism of the men and women of our Armed Forces who carried out this mission. It's an honor to be your Commander in Chief.\n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nWe Americans are slow to anger. We always seek peaceful avenues before resorting to the use of force -- and we did. We tried quiet diplomacy, public condemnation, economic sanctions, and demonstrations of military force. None succeeded. Despite our repeated warnings, Qadhafi continued his reckless policy of intimidation, his relentless pursuit of terror. He counted on America to be passive. He counted wrong. I warned that there should be no place on Earth where terrorists can rest and train and practice their deadly skills. I meant it. I said that we would act with others, if possible, and alone if necessary to ensure that terrorists have no sanctuary anywhere. Tonight, we have. \n"}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"tag":"br","attrib":{style:{26:"0.0166667px",32:"normal",39:"0.00833333px 11.6px",116:"0.00833333px 11.6px",182:"0px",184:"0px",201:"0.0166667px",206:"23.2px",250:"inline",324:"23.2px"}},"children":[]}, {"text":"\nThank you, and God bless you.\n\n"},]},]}, {"text":"\n "}, {"tag":"nav","attrib":{"id":"AutreTermeDictionnaire",style:{39:"465px 0px",116:"465px 0px",182:"0px",184:"0px",206:"0px",324:"0px"}},"children":[]}, {"text":"\n "},]}, {"text":" \n "},]}, {"text":"\n \n "},]}, {"text":"\n\n"}, {"text":"\n \n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n \n "}, {"text":"\n"}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "}, {"text":"\n "}, {"tag":"footer","attrib":{style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",26:"1010px",39:"505px 99.5px",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",116:"505px 99.5px",122:"20px",127:"20px",128:"20px",129:"20px",144:"rgb(255, 255, 255)",201:"1010px",206:"199px",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",293:"0px",294:"none",295:"rgb(255, 255, 255)",296:"0px",297:"none",298:"rgb(255, 255, 255)",299:"0px",300:"none",301:"rgb(255, 255, 255)",302:"0px",303:"none",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",324:"199px",332:"rgb(58, 58, 58)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"960px",39:"480px 79.5px",116:"480px 79.5px",122:"0px",123:"15px",124:"15px",125:"15px",126:"15px",127:"0px",128:"0px",129:"0px",158:"960px",159:"960px",178:"25px",179:"25px",180:"25px",181:"25px",201:"960px",206:"159px",324:"159px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{123:"0px",124:"0px",125:"0px",126:"0px",158:"none",159:"none",178:"-15px",179:"-15px",180:"-15px",181:"-15px",239:"wrap",250:"flex"}},"children":[ {"text":"\n "}, {"tag":"nav","attrib":{style:{26:"320px",39:"160px 79.5px",43:"0px",110:"0px",114:"relative",116:"160px 79.5px",123:"15px",124:"15px",125:"15px",126:"15px",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",154:"auto",155:"auto",156:"auto",157:"auto",158:"33.3333%",159:"33.3333%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"320px",239:"nowrap",240:"0",243:"33.3333%",250:"block",284:"0px"}},"children":[ {"text":"\n "}, {"tag":"h2","attrib":{style:{26:"290px",39:"145px 9.6px",43:"auto",110:"auto",114:"static",116:"145px 9.6px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"8px",184:"8px",188:"19.2px",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"290px",206:"19.2px",217:"700",240:"1",243:"auto",284:"auto",324:"19.2px"}},"children":[ {"text":"Liens internes"},]}, {"text":"\n "}, {"tag":"ul","attrib":{style:{26:"290px",39:"145px 49.5px",43:"auto",110:"auto",114:"static",116:"145px 49.5px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"16px",184:"16px",185:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"290px",206:"99px",240:"1",243:"auto",256:"list-item 0",284:"auto",324:"99px"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMFAQ1.jsp",style:{26:"auto",32:"normal",39:"144.733px 9.5px",116:"144.733px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Les objectifs de "}, {"tag":"i","attrib":{style:{39:"76.6333px 9.5px",116:"76.6333px 9.5px",227:"italic"}},"children":[ {"text":"Perspective monde"},]}, {"text":"!"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMPresentation.jsp",style:{26:"auto",32:"normal",39:"100.567px 9.5px",116:"100.567px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Son équipe au fil des ans"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMFAQ2.jsp",style:{26:"auto",32:"normal",39:"122.417px 9.5px",116:"122.417px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Les sources et les mises à jour "},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 16.8px",116:"145px 16.8px",177:"5px",182:"5px",183:"5px",184:"5px",206:"33.6px",250:"list-item",256:"none",324:"33.6px"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/BMEncyclopedie/BMFAQ3.jsp",style:{26:"auto",32:"normal",39:"109.875px 9.5px",116:"109.875px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Récupérer des éléments de "}, {"tag":"i","attrib":{style:{39:"76.6333px 9.5px",116:"76.6333px 9.5px",227:"italic"}},"children":[ {"text":"Perspective monde"},]},]},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "}, {"tag":"nav","attrib":{style:{26:"320px",39:"160px 79.5px",43:"0px",110:"0px",114:"relative",116:"160px 79.5px",123:"15px",124:"15px",125:"15px",126:"15px",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",154:"auto",155:"auto",156:"auto",157:"auto",158:"33.3333%",159:"33.3333%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"320px",239:"nowrap",240:"0",243:"33.3333%",250:"block",284:"0px"}},"children":[ {"text":"\n "}, {"tag":"h2","attrib":{style:{26:"290px",39:"145px 9.6px",43:"auto",110:"auto",114:"static",116:"145px 9.6px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"8px",184:"8px",188:"19.2px",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"290px",206:"19.2px",217:"700",240:"1",243:"auto",284:"auto",324:"19.2px"}},"children":[ {"text":"Pour en savoir plus"},]}, {"text":"\n "}, {"tag":"ul","attrib":{style:{26:"290px",39:"145px 57.9px",43:"auto",110:"auto",114:"static",116:"145px 57.9px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"16px",184:"16px",185:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"290px",206:"115.8px",240:"1",243:"auto",256:"list-item 0",284:"auto",324:"115.8px"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"/bilan/commentaires.jsp",style:{26:"auto",32:"normal",39:"133.333px 9.5px",116:"133.333px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Pour nous écrire un commentaire"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"https://www.facebook.com/Perspective-monde-370846063505877/","target":"_blank",style:{26:"auto",32:"normal",39:"121.492px 9.5px",116:"121.492px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Pour nous suivre sur Facebook"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 16.8px",116:"145px 16.8px",177:"5px",182:"5px",183:"5px",184:"5px",206:"33.6px",250:"list-item",256:"none",324:"33.6px"}},"children":[ {"tag":"a","attrib":{"href":"http://bilan.usherbrooke.ca","target":"_blank",style:{26:"auto",32:"normal",39:"118.533px 9.5px",116:"118.533px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"tag":"i","attrib":{style:{39:"58px 9.5px",116:"58px 9.5px",227:"italic"}},"children":[ {"text":"Bilan du siècle"},]}, {"text":", sur le Québec contemporain"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 16.8px",116:"145px 16.8px",177:"5px",182:"5px",183:"5px",184:"5px",206:"33.6px",250:"list-item",256:"none",324:"33.6px"}},"children":[ {"tag":"a","attrib":{"href":"http://dimension.usherbrooke.ca","target":"_blank",style:{26:"auto",32:"normal",39:"104.525px 9.5px",116:"104.525px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"tag":"i","attrib":{style:{39:"42.5167px 9.5px",116:"42.5167px 9.5px",227:"italic"}},"children":[ {"text":"Dimension"},]}, {"text":", sur le langage statistique R"},]},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "}, {"tag":"nav","attrib":{style:{26:"320px",39:"160px 79.5px",43:"0px",110:"0px",114:"relative",116:"160px 79.5px",123:"15px",124:"15px",125:"15px",126:"15px",134:"hidden",135:"hidden",137:"hidden",138:"hidden",140:"hidden",154:"auto",155:"auto",156:"auto",157:"auto",158:"33.3333%",159:"33.3333%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"320px",239:"nowrap",240:"0",243:"33.3333%",250:"block",284:"0px"}},"children":[ {"text":"\n "}, {"tag":"h2","attrib":{style:{26:"290px",39:"145px 9.6px",43:"auto",110:"auto",114:"static",116:"145px 9.6px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"8px",184:"8px",188:"19.2px",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"290px",206:"19.2px",217:"700",240:"1",243:"auto",284:"auto",324:"19.2px"}},"children":[ {"text":"Liens externes"},]}, {"text":"\n "}, {"tag":"ul","attrib":{style:{26:"290px",39:"145px 49.5px",43:"auto",110:"auto",114:"static",116:"145px 49.5px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",182:"16px",184:"16px",185:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"290px",206:"99px",240:"1",243:"auto",256:"list-item 0",284:"auto",324:"99px"}},"children":[ {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 16.8px",116:"145px 16.8px",177:"5px",182:"5px",183:"5px",184:"5px",206:"33.6px",250:"list-item",256:"none",324:"33.6px"}},"children":[ {"tag":"a","attrib":{"href":"https://oppus.recherche.usherbrooke.ca/","target":"_blank",style:{26:"auto",32:"normal",39:"109.942px 9.5px",116:"109.942px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Observatoire des politiques publiques"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"https://www.ameriques.uqam.ca/","target":"_blank",style:{26:"auto",32:"normal",39:"113.875px 9.5px",116:"113.875px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Observatoire des Amériques"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"http://www.politiqueappliquee.tv/","target":"_blank",style:{26:"auto",32:"normal",39:"86.75px 9.5px",116:"86.75px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Politique appliquée.tv"},]},]}, {"text":"\n "}, {"tag":"li","attrib":{style:{39:"145px 8.4px",116:"145px 8.4px",177:"5px",182:"5px",183:"5px",184:"5px",206:"16.8px",250:"list-item",256:"none",324:"16.8px"}},"children":[ {"tag":"a","attrib":{"href":"https://www.usherbrooke.ca/politique-appliquee/recherche/publications/","target":"_blank",style:{26:"auto",32:"normal",39:"85.1833px 9.5px",116:"85.1833px 9.5px",177:"0px",182:"0px",183:"0px",184:"0px",201:"auto",206:"auto",250:"inline",254:"pointer",324:"auto"}},"children":[ {"text":"Cahiers de recherche"},]},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n \n "}, {"tag":"footer","attrib":{"id":"sign",style:{1:"rgb(255, 255, 255)",2:"rgb(255, 255, 255)",26:"1010px",39:"505px 28.4px",55:"rgb(255, 255, 255)",60:"rgb(255, 255, 255)",61:"rgb(255, 255, 255)",116:"505px 28.4px",122:"20px",127:"20px",128:"20px",129:"20px",144:"rgb(255, 255, 255)",201:"1010px",206:"56.8px",264:"rgb(255, 255, 255)",271:"rgb(255, 255, 255)",276:"rgb(255, 255, 255)",289:"rgb(255, 255, 255)",293:"0px",294:"none",295:"rgb(255, 255, 255)",296:"0px",297:"none",298:"rgb(255, 255, 255)",299:"0px",300:"none",301:"rgb(255, 255, 255)",302:"0px",303:"none",304:"rgb(255, 255, 255)",317:"rgb(255, 255, 255)",320:"rgb(255, 255, 255)",323:"rgb(255, 255, 255)",324:"56.8px",332:"rgb(0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"960px",39:"480px 8.4px",116:"480px 8.4px",122:"0px",123:"15px",124:"15px",125:"15px",126:"15px",127:"0px",128:"0px",129:"0px",158:"960px",159:"960px",178:"25px",179:"25px",180:"25px",181:"25px",201:"960px",206:"16.8px",324:"16.8px",332:"rgba(0, 0, 0, 0)"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{123:"0px",124:"0px",125:"0px",126:"0px",158:"none",159:"none",178:"-15px",179:"-15px",180:"-15px",181:"-15px",239:"wrap",250:"flex"}},"children":[ {"text":"\n "}, {"tag":"div","attrib":{style:{26:"480px",39:"240px 8.4px",43:"0px",110:"0px",114:"relative",116:"240px 8.4px",123:"15px",124:"15px",125:"15px",126:"15px",134:"auto",135:"auto",137:"auto",138:"auto",140:"auto",154:"auto",155:"auto",156:"auto",157:"auto",158:"50%",159:"50%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"480px",239:"nowrap",240:"0",243:"50%",250:"block",284:"0px"}},"children":[ {"tag":"strong","attrib":{style:{26:"auto",32:"normal",39:"47.3667px 9.5px",43:"auto",110:"auto",114:"static",116:"47.3667px 9.5px",123:"0px",124:"0px",125:"0px",126:"0px",134:"visible",135:"visible",137:"visible",138:"visible",140:"visible",154:"0px",155:"0px",156:"0px",157:"0px",158:"none",159:"none",192:"auto",197:"auto",198:"auto",199:"auto",200:"auto",201:"auto",206:"auto",217:"700",240:"1",243:"auto",250:"inline",284:"auto",324:"auto"}},"children":[ {"text":"Directrice:"},]}, {"text":" Isabelle Lacroix, Ph.D."},]}, {"text":"\n "}, {"tag":"div","attrib":{style:{26:"100%",39:"50% 50%",116:"50% 50%",178:"0px",179:"0px",180:"0px",181:"0px",182:"16px",184:"16px",201:"100%",206:"auto",239:"nowrap",250:"none",324:"auto"}},"children":[]}, {"text":"\n "}, {"tag":"div","attrib":{style:{26:"480px",39:"240px 8.4px",43:"0px",65:"right",110:"0px",114:"relative",116:"240px 8.4px",123:"15px",124:"15px",125:"15px",126:"15px",134:"auto",135:"auto",137:"auto",138:"auto",140:"auto",154:"auto",155:"auto",156:"auto",157:"auto",158:"50%",159:"50%",178:"0px",179:"0px",180:"0px",181:"0px",192:"0px",197:"0px",198:"0px",199:"0px",200:"0px",201:"480px",239:"nowrap",240:"0",243:"50%",250:"block",284:"0px"}},"children":[ {"text":"Tous droits réservés © Perspective monde"},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "},]}, {"text":"\n "}, {"text":"\n "},]}, {"text":"\n "}, {"text":"\n "}, {"text":"\n "}, {"text":"\n\n\n"},]}}; let zIndexMax = 0 let base_url = "http:\/\/perspective.usherbrooke.ca\/bilan\/servlet\/BMDictionnaire?iddictionnaire=1813"; function url_canonicalize( url ) { url = url.replace(/[?;]jsessionid=[!0-9a-z]+/i,'') let parts = new URL(url) let path = parts.pathname if (( path.length >= 2 )&&( path[0]=='/' )&&( path[1]=='/' )) { path = path.substr( 1 ) } // Transforms // to / if set at the beginning of path let path_parts = [] let path_orig_parts = path.split('/') for ( let i = 0 ; i < path_orig_parts.length ; i++ ) { let path_part = path_orig_parts[i] if (( i==1 )&&( path_part=='' )) continue if ( path_part == '.' ) continue // removes /. if ( path_part == '..' ) { if ( path_parts.length>1 ) { // removes /xxx/.. path_parts.pop() } continue; // and ^/../ which is weird stuff } path_parts.push( path_part ) } path = path_parts.join('/'); let portStr = parts.port ? ':'+parts.port : '' let queryStr = parts.search ? parts.search : '' let hashStr = parts.hash ? parts.hash : '' return parts.protocol + '//' + parts.hostname + portStr + path + queryStr + hashStr } function strip_filename( path ) { last_slash = path.lastIndexOf('/') return ( last_slash >= 0 )? path.substr( 0, last_slash+1 ) : '/' } function getAbsoluteUrl( url ) { if ( url.match(/^data:|^javascript:/i ) ) return url let base_parts = new URL(base_url) if ( base_parts.protocol && base_parts.hostname ) { if ( url.indexOf('//') == 0 ) { url = base_parts.protocol + url } if ( url.indexOf('/') == 0 ) { url = base_parts.protocol + '//' + base_parts.hostname + url; } if ( ! url.match(/^[a-z]{3,5}:\/\//i) ) { let base_path = base_parts.pathname ? base_parts.pathname : '/' url = base_parts.protocol + '//' + base_parts.hostname + strip_filename( base_path ) + url } } return url_canonicalize(url) } function convert_url( tagName, attrib, value ) { let entry = cache_url switch ( attrib ) { case 'src': entry = entry.replace(/index2\.php/,'display2.php') case 'href': if ( value.startsWith('data:') ) return value let postfix = '' if ( tagName.toLowerCase() == 'iframe' ) postfix = '&inframe=1' // console.log('convert url : ',entry+encodeURIComponent( getAbsoluteUrl(value) )+postfix) return entry+encodeURIComponent( getAbsoluteUrl(value) )+postfix } return value } let console_timing_count = 0 function console_timing() { if ( !( console_timing_count++ % 1000 ) ) { console.log('1000 ticks') } } let parse_inBody = false function parse_json( json, parentStyles ) { console_timing() if ( json.tag ) { let tag switch ( json.tag ) { case 'head': tag = document.head; break; case 'body': tag = document.body; break; //document.createElement('div'); // document.body.appendChild(tag) break; default: try { tag = document.createElement(json.tag) } catch (error) { return document.createElement('span') /* sometimes, we get an invalid tag name ; drop it */ } } if ( json.tag == 'base' ) { if ( json.attrib.href ) base_url = json.attrib.href } if ( json.tag == 'head' ) { let style = document.createElement('style') style.innerHTML = '.w { '+default_styles_css+' }' tag.appendChild(style) } let ourStyle = {} for ( const attrib in json.attrib ) { if ( attrib == 'style' ) { for ( const style in json.attrib.style ) { let value = json.attrib.style[style] let key = wikiwix_styles[style] if ( default_styles[key] != value ) { tag.style[key] = value } ourStyle[style] = value } for ( const style in parentStyles ) { if ( !ourStyle.hasOwnProperty(style) ) { let value = parentStyles[style] let key = wikiwix_styles[style] if ( default_styles[key] != value ) { tag.style[wikiwix_styles[style]] = parentStyles[style] } ourStyle[style] = parentStyles[style] } } if ( ourStyle[style_to_id['position'] ] != 'static' ) { let zIndex = parseInt(ourStyle[style_to_id['z-index']]) if (( zIndex != NaN )&&( zIndex > zIndexMax )) zIndexMax = zIndex } } else { try { if ( attrib !== 'srcset' ) { tag.setAttribute( attrib, convert_url(json.tag,attrib,json.attrib[attrib]) ) } } catch (err) {} } } if ( json.tag == 'body' ) { tag.style.overflowY='auto' /* tag.style.height='auto' tag.style.inset='0' tag.style.margin='0' tag.style.zIndex='0'*/ } if ( parse_inBody ) tag.setAttribute('class','w') json.children.forEach( (child)=>{ let node = parse_json(child,ourStyle) if (( node instanceof Node )&&( json.tag != 'html' )) tag.appendChild( node ) } ) return tag } else if ( json.text ) { return document.createTextNode( json.text ) } return false } parse_json(wikiwix_dom.head,{}) parse_inBody = true parse_json(wikiwix_dom.body,{}) /* const availableWidth = document.documentElement.clientWidth - document.body.offsetWidth if ( availableWidth>100 ) { const adbox = document.getElementById( 'right_adsbygoogle' ) adbox.style.width = Math.min(availableWidth,320) adbox.style.left = document.body.offsetWidth console.log('calling'); (adsbygoogle = window.adsbygoogle || []).push({}); console.log('called'); } */ let foundAd = false const inss = document.getElementsByTagName("ins") if ( inss.length ) { for ( let i = 0 ; i < inss.length ; i++ ) { const ins = inss[i] let slotId = false if (( ins.offsetHeight > 160 )&&( ins.offsetWidth > 160 )) { slotId = '8778917807' // carré } if (( ins.offsetHeight > 160 )&&( ins.offsetWidth > 3*ins.offsetHeight )) { slotId = '4746505159' // horizontal } if (( ins.offsetWidth > 160 )&&( ins.offsetHeight > 3*ins.offsetWidth )) { slotId = '7405523748' // vertical } if ( slotId ) { console.log('Found ins tag ('+slotId+')') while (ins.firstChild) { ins.removeChild(ins.lastChild); } ins.setAttribute('data-ad-client','ca-pub-5410759189143838') ins.setAttribute('data-ad-slot',slotId) ins.setAttribute('data-ad-format','auto') ins.setAttribute('data-full-width-responsive','true') ins.className = 'adsbygoogle'; foundAd = true } } } const availableWidth = document.documentElement.clientWidth - document.body.offsetWidth if (( availableWidth>160 )&& !foundAd ) { const adbox = document.createElement('ins') adbox.style.width = Math.min(availableWidth,320) adbox.style.left = ''+document.body.offsetWidth-50+'px' adbox.style.height = '100%'; adbox.style.top = '200px'; adbox.style.position = 'absolute' adbox.style.zIndex = 1 adbox.className = 'adsbygoogle' adbox.setAttribute('data-ad-client','ca-pub-5410759189143838') adbox.setAttribute('data-ad-slot',8778917807) adbox.setAttribute('data-ad-format','auto') adbox.setAttribute('data-full-width-responsive','true') document.body.insertBefore( adbox, document.getElementById('wikiwix_overlay_button') ) foundAd = true } if ( foundAd ) { (adsbygoogle = window.adsbygoogle || []).push({}); } if ( zIndexMax > 0 ) { $('#wikiwix_container').css('z-index',zIndexMax+1) $('#wikiwix_login_container').css('z-index',zIndexMax+2) $('#wikiwix_minimizer').css('z-index',zIndexMax+3) $('#popup_notice').css('z-index',zIndexMax+1) } </script> </html>