/* REV2016 */
#compteur_titre{
	width: 220px;
	height: 30px;
	background-color: #B4AD81;
    color: #8B7C3F;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 5px;
	text-align: center;
	font-weight : bold; /* texte en gras */
	font-family : Arial;
	font-size : 13px; /* hauteur du texte : 12 pixels */
}

#compteur_corps1{
	width: 140px;
	height: 80px;
	background-color: #fefefe;
    color: #8B7C3F;
	padding-top: 5px;
	margin-left: 5px;
	float:left;
	text-align: left;
}

#compteur_corps2{
	width: 140px;
	height: 80px;
	background-color: #fefefe;
    color: #8B7C3F;
	padding-top: 5px;
	margin-left:82px;
	text-align: right;
} 

#compteur_corps3{
	width: 220px;
	background-color: #fefefe;
    color: #8B7C3F;
	padding: 5px;
	text-align: left;
} 

#compteur_ip{
	width: 220px;
	height: 30px;
	background-color: #fefefe;
    color: #8B7C3F;
	padding-top: 5px;
	margin-left: 5px;
	text-align: center;
}

#compteur_foot{
	width: 220px;
	height: 30px;
	background-color: #B4AD81;
	padding-top: 5px;
	margin-left: 5px;
	text-align: center;
	font-weight : bold; /* texte en gras */
	font-family : Arial;
	font-size : 13px; /* hauteur du texte : 12 pixels */
}