.compteur{
	background-color: #fff;
  width: 80%;
  margin-left: 9%;
  padding: 0px;
}

form.compteur{
	width: 80%;
	text-align: center;
	margin-left: 9%;
	padding: 0px;
}

input[type=text].compteur{
	margin-bottom: 20px;
	width: 100%;
	margin-left: 0px;
	outline-style:none;
      border-radius: 2px;
    border-color: #E5E5E5;
}

h4.compteur:before{
	display: none;
}

#resultat_compteur li{
	height: 30px;
	padding-left: 20px;
}

#resultat_compteur li:hover{
	background-color: #45FFDC;
}

#resultat_compteur{
	display: block;
  min-width: 100%;
  line-height: 30px;
  background-color: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
  z-index: 10;
	bottom: 20px;
  float: left;
  padding-left: 0px;
  border-radius: 0px 0px 2px 2px;
}

.unCompteur{
	background-color: #fff;
	width: 100%;
	float: left;
	position: relative;
  margin-bottom: 30px;
}

.unCompteur button{
	right: 2px;
	font-size: 1.1em;
	bottom: 2px;
}

.unCompteur h6{
	  color: #444;
  	font-weight: bold;
  	font-size: 1.3em;
  	background-color: #EAEAEA;
  	padding: 10px;
    border:2px 2px 0px 0px;
}

.dateMAJ {
  color: #757575;
  font-style: italic;
  padding: 10px;
}

.valActuelle {
  	padding: 5px 10px;
}

.libelle{
	font-size: 1.1em;
  	font-weight: bold;
  	padding: 5px 10px;
}

.emplacement{
  margin-left: 10px;
	color: #666;
  font-weight: normal;
}

.newVal{
  padding: 5px 10px;
}

.input_compteur{
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 10px;
  border: 1px solid #009ac1; 
  color: #009ac1;
  background:transparent;
  font-weight: bold;
  padding: 0px 40px;
  height: 30px;

  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.input_compteur:hover{
  background-color: #009ac1;
  color: white
}


