
/*************************************************************************************************/
/************************************ BILANS DES ENTREES *****************************************/

.entete-tableau {
	background-color:#666;
	font-weight:bold;
	color:#fff;
}

/*------------------- LISTE DES ESPECES -------------------------------------------*/

#liste-especes {background-color:#fff;}

#liste-especes tr td {
	border-width:1px;
	border-color:#000;
	border-style:solid;
	padding:5px 5px; /* Marges interieures V et H*/
	text-align:center;
}

#liste-especes .total-annee {
	background-color:#666;
	font-weight:bold;
	color:#fff;
	
}

#liste-especes .liste-noms {
	text-align:left;
	font-weight:bold;
}

#liste-especes .categorie {
	font-weight:bold;
	background-color:#ccc;
}

/*------------------- BILAN PAR CATEGORIES -------------------------------------------*/

#categories {
background-color:#fff;
margin:30px;
}

#date {
font-weight:bold;
}

#categories tr td {
	border-width:1px;
	border-color:#000;
	border-style:solid;
	padding:5px 5px; /* Marges interieures V et H*/
	text-align:center;
}

#categories .total-mois {	font-weight:bold;}

#categories .total-annee {
	font-weight:bold;
	background-color:#ccc;
}



#categories .cellule-mois {font-weight:bold;}

/*#categories .janvier {color:#ccc}*/
#categories .fevrier {color:#ccc}
#categories .mars {color:#ccc}
#categories .avril {color:#ccc}
#categories .mai {color:#ccc}
#categories .juin {color:#ccc}
#categories .juillet {color:#ccc}
#categories .aout {color:#ccc}
#categories .septembre {color:#ccc}
#categories .octobre {color:#ccc}
#categories .novembre {color:#ccc}
#categories .decembre {color:#ccc}





