.calc_champ_interrog {
	display : inline;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0px 6px;
	background-image: url("../../../images/local/skin/plugins/form/goutte.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
.calc_title {
	color:#E6425B;
}

.calc_title_resultat {
	text-align: center;
	color:#56AFE4;
	font-size:18px;
	margin-top: 0.3em !important;
	margin-bottom: 2px;
}

/* Bloc Image+champs*/
.calc_cons_eau {
	position: relative;	
}

.calc_button {
	cursor: pointer;
}

/* Image camembert */
#calc_resultats_chart_postes {
	text-align: center;
	width: 800px;
	margin-bottom: 1em;	
}

#calc_resultats_titre {
	margin-bottom: 1em !important;
}

/* Styles des champs à placer sur l'image */
.calc_cons_eau .calc_poste_consommation {
	margin: 10px 0px;	
}

.calc_cons_eau .calc_poste_consommation_image {
	display: block;
	color: white;
	font-weight: bold;
	position: absolute;
	text-align: center;
	margin: 0;
}

.calc_cons_eau .calc_poste_consommation_image .calc_titre_poste_consommation {
	display: block;
	padding : 0px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-image: url("../../../images/local/skin/plugins/form/bouton_poste_conso.png");
}
	
