.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #344768;
	text-align: center;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	color: #222F42;
	text-decoration: none;
	font-weight: bold;
}
.lien:hover {
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}
.texte_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #344768;
}
.titre_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #344768;
}
.texte_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.titre_annonce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #344768;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9196AA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.texte_formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9196AA;
}

img {border:none;}

/* for alternating search result listings */
.result_row_0	{ background-color: #D1D4DC; }
.result_row_1	{ background-color: #FFFFFF; border-color: #D1D4DC; border-style: solid; border-width: 1px; }

/* Pour cacher tout le gabarit de la pagination */
.browse_tool_ghost { visibility:hidden; }
.browse_tool_button { visibility:hidden; }
.browse_tool_num { visibility:hidden; }

.texte_bleu a {
	text-decoration:none;
	color: #222F42;
}

.texte_bleu a:hover {
	text-decoration:underline;
}