@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 sortant de RONA */

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

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

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

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


/* liens menu footer */

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

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

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

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

/* liens footer - fiche */

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

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

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

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

/* 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-contenu.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/* attribus des pages */

.tx-menu-bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.titre-rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #d40c1e;
}

.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: 17px;
	color: #666666;
	text-align: justify;
}

.tx-lien-rona {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #004b85;
}
.tx-primaire-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #d40c1e;
}
.titre-lien-rona {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.footer-contact-ville {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
	font-weight: bold;
}
.footer-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b4c6d2;
	line-height: 13px;
	font-weight: normal;
}
.footer-fiche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffd200;
	line-height: 13px;
	font-weight: normal;
}
.tx-primaire-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: justify;
	font-weight: bold;
}
.tx-primaire-reduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #054068;
	background-color: #FFFFFF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	letter-spacing: 1px;
}
