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


/* liens par défaut */
a:link {
	color: #00395a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #737b35;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
 	background-color: #ac0209;
	padding: 0px 0px 0px 0px;

}
a:active {
	text-decoration: none;
	color: #737b35;
}

/* liens menu langue dans le haut */

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

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

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

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


/* liens menu footer */

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

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

a.trois:hover {
	text-decoration: none;
	color: #ffffff;
 	background-color: #3b3510;
	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 */

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

.tx-menu-langue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
}

.tx-menu-bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.tx-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.tx-sous-titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.tx-primaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #7b7b7b;
	text-align: justify;
	letter-spacing: 0pt;
}
.tx-secondaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.back-gauche {
	background-image: url(../_images/back-gauche-ombre.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.back-droit {
	background-image: url(../_images/back-droit-ombre.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.back-entete {
	background-image: url(../_images/back-entete.gif);
	background-position: center top;
}
.tx-rbq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #959281;
}
.tx-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0e4461;
	letter-spacing: 2pt;
}
body {
	background-image: url(../_images/back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ac0209;
}.back-color-contenu {
	background-color: #f6f6f6;
}
