body {
	text-align: center;
	color: black;
	font-family: Verdana, Arial, Helvetica, courier, sans-serif ;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

.titre {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.descriptif {
	font-size: 12px;
}

.article {
	font-size: 14px;
	font-weight: bold;
}

.soustitre {
	font-size: 12px;
	font-style: italic;
}