.entete_tonnage{
	background-color:#acd440;
}
.corps_donnees{
	background-color:#e6f2c6;
	font-family:Arial,Helvetica,sans serif;
	font-size:12px;
	color:#b5b5b5;
	padding:5px;
}

.corps_donnees table {
	width:100%
}

.corps_donnees a:link,
.corps_donnees a:visited,
.corps_donnees a:active{
	color:#b5b5b5;
	text-decoration:underline !important;
}

.corps_donnees a:hover{
	color:#b5b5b5;
	text-decoration:none;
}

.tableau_total_donnees{
	border-bottom:1px #acd440 solid;
	padding:2px;
	margin-bottom:8px;
}

.tableau_equivalent{
	border-bottom:1px #acd440 solid;
	padding:2px;
}

.tableau_fraction{
	margin-bottom:5px;
}

.tableau_polluant{
	margin-bottom:-8px;
}

.sous_titre{
	color:#6e6e6e;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
}

.chiffre {
	color: #acd440;
	font-weight:bold;
	font-size:16px;
	white-space: nowrap;
}

.chiffre_focus{
	color: #10802c;
	font-weight:bold;
	font-size:16px;
}
.bouton_switch_tonnage{
	color:#e96b1f;
	text-transform:uppercase;
	cursor:pointer;
	margin:5px;
}