html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	color: #001763;
	font-size: 100%;
	margin: 0;
	padding: 0;
	height: 100%; 
	background-image: url(../medias/communs/trame_fond.gif);
}
img, table {
	border: 0;
}
h1 {
	margin: 0;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a { color: #001763; text-decoration: none;}
a:link { color: #001763; text-decoration: none;}
a:hover { color: #011d7b; text-decoration: none;}
#container {
	width:730px;
	height:100%;
	border: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden; 
}
#top {
	width:688px;
	height:44px;
	border: 0;
	margin: 0 21px;
	background-color: #1b3074;
}
#content {
	width:688px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:152px;
	background-image: url(../medias/communs/homebg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#map1 {
	width:688px;
	min-height: 400px;
	border: 0;
	position:relative;
}
#map2 {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
.shadow {
	position: relative; 
	visibility: hidden;
}
.carte {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	visibility: hidden;
}
#selectfr {
	position:absolute;
	left:15px;
	top:50px;
	z-index:3;
}
#selecten {
	position:absolute;
	left:425px;
	top:355px;
	z-index:3;
}
#txtontario {
	position:absolute;
	left:145px;
	top:245px;
	width:200px;
	z-index:6;
	cursor: pointer;
}
#txtquebec {
	position:absolute;
	left:295px;
	top:155px;
	width:200px;
	z-index:6;
	cursor: pointer;
}
#txtmaritime {
	position:absolute;
	left:520px;
	top:210px;
	width:200px;
	z-index:6;
	cursor: pointer;
}