.titre {
	font-size: 9px;
	background: #fff;
	font-family: Monaco;
	color: gray;
	font-weight: bold;
}

.categorie {
	font-size: 9px;
	background: #fff;
	font-family: Monaco;
	color: #5a699b;
}

.description {
	font-size: 9px;
	background: #fff;
	font-family: Monaco;
	color: gray;
}
.lien {
	font-size: 9px;
	background: #fff;
	font-family: Monaco;
	color: #5a699b;
}
.date {
	font-size: 9px;
	background: #fff;
	font-family: Monaco;
	color: gray;
}



a:link { text-decoration: none; color: #5a699b; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #5a699b; }
a:hover { text-decoration: none; background-image: url(images/stripe.gif); }
.image {
	border: thin solid #999999;
}
