@charset "utf-8";
/* CSS Document */

.strength_meter{
  height:2px;
  width: 235px;
  background:silver;
}

.divMeterEspace {
  margin-bottom: 25px;
}
.strength_meter div{
  height:2px;
  width:100%;
  text-align:right;
  color:black;
  font-weight:bold;
  line-height:23px;
}

.strength_meter div{
   padding-top: 5px;
}
.ligneMeterWeak{
  background-color: #ce2103;
  border-color: #ce2103!important;
}
.ligneMeterMedium{
  background-color: #b9d300;
  border-color: #b9d300!important;
}
.ligneMeterStrong{
  background-color: #88911a;
  border-color: #88911a!important;
}

li.avecIconXRouge{
  margin-bottom:0.5em;
  text-indent: 15px;
  background: url("../images/icon_x_rouge.png") no-repeat scroll 0 -1px transparent;
}

li.avecIconCrochetVert{
  margin-bottom:0.5em;
  text-indent: 15px;
  background: url("../images/icon_crochet_vert.png") no-repeat scroll 0 -1px transparent;
}