body{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #f3ed8b;
}

img{
	border: none;
}

p{
	text-align: justify;
}

#locale{
 	position: absolute;
	margin-left: 690px;
	margin-top: 38px;
}

.locale{
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}
.locale:hover{
	text-decoration: underline;	
}
.locale:active{
	text-decoration: underline;	
}

#header1{
	width: 815px;
	height: 63px;
	background-image:url(../images/header1.jpg);
}

#header2{
	margin-left: 214px;
	width: 601px;
	height: 129px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
}

#contenu{
	min-height: 375px;
	margin-left: 214px;
	padding-left: 18px;
	padding-right: 23px;
	width: 559px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	background-image:url(../images/contenu.jpg);
	background-repeat: repeat-y;
}

#contenuFooter{
	margin-left: 214px;
	width: 601px;
	height: 27px;
    background-image:url(../images/contenu_footer.jpg);
}

.contenu_titre1{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #6e080b;
	text-decoration: underline;
}

.contenu_titre2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #6e080b;

}

.contenu_titre3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #6e080b;

}

.contenu_titre4{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #6e080b;

}

#contenu_titre_1{
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: #6e080b;
}

#contenu_titre_2{
	padding-bottom: 20px;
	text-align: center;
	font-size: 20px;
	color: #6e080b;
}


#contenu_titre_3{
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #6e080b;
}

#contenu_titre_4{
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	color: #6e080b;
}

#contenu_titre_5{
	padding-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #6e080b;
}

.textContenu{
	text-align: justify;
}

#leftColumn{
	position: absolute;
	top: 63px;
	left: 15px;
}

#menu{
	line-height: 10px;
	padding-left: 30px;
	padding-top: 30px;
	width: 191px;
	height: 244px;
	background-image:url(../images/menu/bg_menu.jpg);
	background-repeat:no-repeat;
}

#debug{
	border: solid #000000 1px;
	vertical-align: middle;
}

#footer{
	width: 815px;
	height: 20px;
	background-image:url(../images/footer.jpg);
}

#surcharge{
	padding-left: 15px;
	padding-top: 10px;
	width: 189px;
	height: 290px;
	background-image:url(../images/bg_surcharge.jpg);
	background-repeat:no-repeat;	
}

.surcharge_label{
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.surcharge_hr{
	color: #000000;
	border: solid #000000 1px;
	width: 160px;
}

#surcharge_titre{
	position: relative;
	padding-bottom: 5px;
	font-size:16px;
	font-weight: bold;
	color:#6e080b;
}

.surcharge_value{
	padding-top: 5px;
	color: #6e080b;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#nouvelles_barre{
	height: 27px;
	width: 565px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	background-image:url(../images/nouvelles_barre.jpg); 
	background-repeat:no-repeat;
}

#photo_president{
	float: left;
	padding: 10px;
	font-weight: bold;
	font-size: 8pt;
}

.nouvelles_titre{
	font-size: 18px;
	color: #6e080b;

}

.nouvelles_titre_link{
	font-size: 18px;
	color: #6e080b;
	text-decoration: none;
}
.nouvelles_titre_link:hover{
	text-decoration: underline;
}
.nouvelles_titre_link:active{
	text-decoration: underline;
}

.img_float_left{
	float: left;
	padding: 5px;
	border: none;
}

.img_float_right{
	float: right;
	padding: 5px;
	border: none;
}

#goyterm_text{
	position: absolute;
	left: 230px;
	width: 559px;
	z-index: 4;
}

.map_canada{
	position: absolute;
	left: 480px;
	bottom: 45px;
	z-index: 1;
}

.personnel_titre{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
}

#personnel_barre{
	height: 40px;
	width: 570px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	background-image:url(../images/personnel_barre.jpg); 
	background-repeat:no-repeat;
}

.personnel_poste{
	font-size: 14px;
	font-weight: bold;
	color: #6e080b;
}

.personnel_employe{
	margin-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #f3ed8b;
}

.personnel_employe_link{
	margin-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #f3ed8b;
	text-decoration: underline;
}
.personnel_employe_link:hover{
	text-decoration: none;
	background-color: #f3ed8b;
	color: #6e080b;
}
.personnel_employe_link:active{
	text-decoration: none;
	background-color: #f3ed8b;
	color: #6e080b;
}

#document_telecharger{
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

.document_telecharger_text{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.document_label{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #6e080b;
	padding-bottom: 5px;
}

#photo{
	width: 100%;
	height: 400px;
	text-align: center;
	vertical-align: middle;
}

#photo_list{
	width: 100%;
	text-align: center;
}

.album{
	width: 171px;
	height: 170px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	background-image:url(../images/album_cadre.jpg);
	background-repeat: no-repeat;
}

.hr_rouge{
	color: #6e080b;
	border: solid #6e080b 1px;
}

.label_rouge_1{
	list-style: circle;
	font-size: 14px;
	font-weight: bold;
	color: #6e080b;
	text-decoration: underline;
}

.label_rouge_2{
	font-size: 16px;
	font-weight: bold;
	color: #6e080b;
}

.text_rouge_1{
	font-size: 14px;
	font-weight: bold;
	color: #6e080b;
}

.imgThumbnail{
	cursor: crosshair;
	border: solid #000000 1px;
}

.territoire_region{
	color: #6e080b;
	background-color: #ffffff;
	text-decoration: underline;
}

.territoire_region:hover{
	color: #f3ed8b;
	background-color: #6e080b;
	text-decoration: none;
}

.territoire_region:active{
	color: #f3ed8b;
	background-color: #6e080b;
	text-decoration: none;
}

.liste_circle_rouge{
	list-style: circle;
	color: #6e080b;
}

.groupegoyette{
	color: #6e080b;
	font-weight: bold;
	font-size: 12pt;
}

.link_1{
	font-weight: bold;
}

.boldRed{
	color: #6e080b;
	font-weight: bold;
	font-size: 10.5pt;
}

.annees{
	color: #6e080b;
	font-weight: bold;
}

.interligne_simple{
	line-height: 17pt;
}

.interligne_0_5{
	line-height: 5pt;
}