/* CSS Document */
/* Julie Coutu, designer Web, ergonome, expert-conseil


/* BODY --------------------------------------------------------------------------------------*/


body {
	background-color:#E9E6E4;
	/*background-image: url(images/bg_001.jpg);*/
	/*background-repeat: no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #014B7F;
	background-position: left top;
	text-align: justify;
	margin: 0px;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}

/* LIENS --------------------------------------------------------------------------------------*/
/*link menu général*/
.link_menugeneral {
	font-size: 1.1em;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color:#014B7F;
	text-decoration: none;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	font-style:bold;
	color:#FF8003;
	text-decoration: none;
}
.link4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:bold;
	color:#0033CC;
	text-decoration: none;
}
/*sitemap*/
.link3 {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Styles d'écriture  ------------------------------------------------------------------------ */

/*TITRES*/
h1 {
	font-size: 1em;
	font-style:bold;
	color: #014B7F;
}

h2{
	font-size: 1.2em;
	font-style: normal;
	color: #FF8003;
}

h3 {
 	font-size: 13px;
	font-style:bold;
	color: #FF8003;
}

h4 {
	font-size: 13px;
	color: #FF8003;
}

/*Copyright*/
.copyright {
	font-size: 0.8em;
	color: #FFFFFF;
}

.style45 {
 	 font-size: 13px;
	font-style:bold;
	color: #014B7F;
}

.rouge {
 	 font-size: 13px;
	font-style:bold;
	color:#FF0000;
}

a.courriel:link, a.courriel:visited, a.courriel:active {
text-decoration:none;


}





a.courriel:hover{ text-decoration:underline;}