/* ============================================================== */
#SyntheseLivres, .SyntheseLivres{
	background-color: cyan;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	text-align: center;
}


.LivresLinTitre{
	background-color: grey;
	color: white;
	font-weight: bold;   
}
.DwnldCounter{
	color: red;
	font-style: italic;
	font-size: small;
	font-weight: normal;   
}

.LivresColLangue{
	background-color: grey;
	color: white;
	font-weight: bold;   
	font-size: medium;
}

.LivresCol0 {
	color: Black;
}

.LivresCol1 {
	color: Blue;
}

.LivresLin0 {
	padding: 1px 1px;
	background-color: Silver;
	color: Black;
	border: ridge;
}
.LivresLin1 {
	padding: 1px 1px;
	background-color: #5F9EA0;
	color: Black;
	border: ridge;
}

