Body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	color: #404149;
}

li {
	list-style-type: none;
}
.item {
	
	color: #aaa;
	font-size: 10px;
}
.item a {
	color: #aaa;
	text-decoration: none;
}
.item a:hover {
	color: #aaa;
	text-decoration: underline;
}
.dat {
	color: #fff;
	font-size: 11px;
	padding-left: 1px;
}

/* =========================================================
   Surlignage des œuvres détectées dans les textes
   - .isdFull  : titre trouvé quasi exactement (match fort)
   - .isdPart  : titre trouvé de manière approximative
   ========================================================= */

.isdFull {
	background-color: #c6f6c6;   /* vert clair */
	padding: 0 2px;
	border-radius: 2px;
}

.isdPart {
	background-color: #fff7c2;   /* jaune clair */
	padding: 0 2px;
	border-radius: 2px;
}

/* petits indicateurs visuels (facultatif) */
.isdFull::before {
	content: "● ";
	font-size: 10px;
}

.isdPart::before {
	content: "◐ ";
	font-size: 10px;
}
