/* ============================================================== */
#Dons, .Dons{
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	width: 500px;
	margin-left: 40;
}


.DonTit{
	text-align: center;
	background-color: Teal;
	color: white;
	font-weight: bold;   
}
.DonTit a:link, .DonTit a:visited { 
	text-decoration: none; 
	color: white; 
	font-weight: bold;   
	}
.DonTit a:hover, .DonTit a:active { 
	text-decoration: none; 
	color: Fuchsia; 
	font-weight: bold;   
	}

.Don0 {
	padding: 1px 1px;
	background-color: #E1F9F9;
	color: Blue;
	border: ridge;
}
.Don1 {
	padding: 1px 1px;
	background-color: #AEFFE4;
	color: black;
	border: ridge;
}
.DonTitMontant {
	padding: 0px 5px 0px 5px;
}
.DonNom {
	text-align: left;
	padding: 0px 2px 0px 5px;
	font-weight: bold;  
}
.DonDate {
	text-align: center;
	padding: 0px 2px 0px 2px;
}
.DonMontant, .DonCumul {
	text-align: right;
	padding: 0px 3px 0px 3px; 
}
