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


/* liens par défaut */
a:link {
	color: #1f542f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #787878;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #1f542f
	padding: 0px 0px 0px 0px;
}

a:active {
	text-decoration: none;
	color: #952a1e;
}

/* liens menu footer */

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

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

a.deux:hover {
	text-decoration: none;
	color: #5a5504;
 	background-color: #ffffff;
	padding: 1px 0px 1px 0px;
}

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


/* liens menu contact */

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

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

a.trois:hover {
	text-decoration: none;
	color: #5b5504;
 	background-color: #cbb777;
	padding: 1px 0px 1px 0px;
}

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

/* liens autre */

a.quatre:link {
	color: #1f542f;
	text-decoration: none;
}
a.quatre:visited {
	text-decoration: none;
	color: #787878;
}
a.quatre:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #1f542f;
	padding: 1px 0px 1px 0px;
	
}

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


/* style graphique */

.back-milieu {
	background-image: url(../_images/back-contenu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.back-footer {
	background-image: url(../_images/back-footer.gif);
	background-repeat: repeat;
	background-position: top;
}

/* attribus des pages */

.tx-menu-bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3c5b8;
	font-weight: bold;
}

.tx-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.tx-primaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #696969;
	text-align: justify;
}
.tx-secondaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #1f542f;
}

.tx-primaire-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.tx-terciaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 19px;
	color: #5a5504;
	text-align: justify;
	font-style: normal;
}


.tx-facade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	letter-spacing: -0.25pt;
}
.tx-primaire-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #5b5a5a;
	text-align: justify;
	font-weight: bold;
}
.tx-realisation-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
}

