@charset "UTF-8";
/* CSS Document */


/* liens par défaut */
a:link {
	color: #10517a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #;
	padding: 0px 0px 0px 0px;
}
a:active {
	text-decoration: none;
	color: #952a1e;
}

/* liens menu langue dans le haut */

a.deux:link {
	color: #ceeafd;
	text-decoration: none;
}

a.deux:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.deux:hover {
	text-decoration: none;
	color: #386079;
	background-color: #FFFFFF;
	padding: 1px 0px 1px 0px;
}

a.deux:active {
	text-decoration: none;
	color: #e6151e;
}


/* liens menu footer */

a.trois:link {
	color: #10517a;
	text-decoration: none;
}

a.trois:visited {
	text-decoration: none;
	color: #000000;
}

a.trois:hover {
	text-decoration: none;
	color: #ffffff;
 	background-color: #10517a;
	padding: 2px 0px 2px 0px;
}

a.trois:active {
	text-decoration: none;
	color: #000000;
}

/* liens autre */

a.quatre:link {
	color: #ffffff;
	text-decoration: none;
}

a.quatre:visited {
	text-decoration: none;
	color: #a6932a;
}

a.quatre:hover {
	text-decoration: none;
	color: #ffffff;
}

a.quatre:active {
	text-decoration: none;
	color: #000000;
}


/* attribus des pages */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tx-menu-langue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.tx-sous-cover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	line-height: 15px;
	letter-spacing: -0.25px;
}
.fond-haut-menu {
	background-color: #beb191;
	font-family: Arial, Helvetica, sans-serif;
}
.back-gauche {
	background-image: url(../_images/back-gauche.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.back-droit {
	background-image: url(../_images/back-droit.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.back-sorel {
	background-image: url(../_images/back-sorel.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.titre-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #175f98;
	letter-spacing: -0.5px;
}
.back-levis {
	background-image: url(../_images/back-levis.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.back-drville {
	background-image: url(../_images/back-drville.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.tx-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b5c9d7;
}
.tx-primaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #616161;
	text-align: justify;
}

.titre-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

