/* CSS Document */
td.contenu a {
	color: black;
	text-decoration: underline;
}
.contenu a:hover {
	color: red;
	text-decoration: none;
}
.contenu img {margin: 5px;}
.contenu a img {border: 0;}
.contenu a:hover imag {border: 0;}
.fincontenu hr{display:none;}