/* CSS Document */

a:link {
	color: #376870;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #376870;
	font-weight:bold;
}

.td_contenu{
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.txt_titres{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;

	}
