@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: #ffffff;
 	background-color: #eb4403;
	padding: 1px 0px 1px 0px;
}

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


/* liens menu contact */

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

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

a.trois:hover {
	text-decoration: none;
	color: #ffffff;
 	background-color: #1f542f;
	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: #84a473;
}
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-gauche {
	background-image: url(../_images/back-gauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back-droit {
	background-image: url(../_images/back-droit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.back-milieu {
	background-image: url(../_images/back-milieu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.back-contact {
	background-image: url(../_images/back-contact.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.back-footer {
	background-image: url(../_images/1866appelle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* attribus des pages */

.back-bas-page {
	background-color: #292406;
}

.tx-menu-bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3c5b8;
	font-weight: bold;
}
.back-footer {
	background-image: url(../_images/1866appelle.gif);
	background-position: center top;
}

.tx-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.tx-sous-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #eb3403;
}
.tx-primaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;

}
.tx-secondaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #1f542f;
}
.titre-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #c7bb9e;
	text-transform: uppercase;
}
.telephone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #eb4403;
}
.tx-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #1f542f;
	 
}
.tx-contact-ligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	 
}
.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: 11px;
	line-height: 19px;
	color: #333333;
	 font-style: italic;
}
.tx-sous-titre-vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #1f542f;
}
.tx-index-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: -0.5pt;
}
.tx-facade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	letter-spacing: -0.25pt;
}

