:root {
  --gouv20242025: "Lion Marcel Cadoret, gouverneur 2024-2025";
  --gouv20252026: "Lion Paulette Arsenault, gouverneure 2025-2026";
  
  const styles = getComputedStyle(document.documentElement);
}

body { margin: 0; }
#topPage { position: fixed; width : 100%; height : 100px; background-color : #00FF00; }
	.logo { /*margin : 0 auto;*/  padding: 10px; width:120px; height:80px; background-color: #006600; /*float:left;*/ }
 .bandeau { position: relative; top:-70px; left: 200px; width:calc(100% - 250px); height:50%; background-color: hsl(60, 1%, 50%);
			box-shadow:0px 0px 20px 2px #800 inset, 0px 0px 5px 5px #F00; }

#mainPage { width : 100%; height: 100%; background-color : #ffffff; }
.menuGauche { width : 200px; height: 100%; background-color : #ffffff; /*float:left;*/ }
    .centre { width : 100%; height: 100%; background-color : #ffffff; }

#basPage { position: fixed; bottom: 0; width : 100%; height : 2%; margin: 0px; padding: 12px; background-color : #ff4da5;
			font-family: Verdana, sans-serif; color: #fff; font-style: italic;}
			
#legende { width: 180px; background-color: rgba(255,255,255,0.2); } 