#contact-form {
  padding: 0 !important;
  margin-left: 170px;
}
#contact-form input {
  border: solid 1px gainsboro;
  padding: 6px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
  width: 250px;
}
#contact-form #b-login, #contact-form #b-getpassword {
  margin: 30px 0 0 70px;
}
#contact-form #warning {
  margin-top: 20px;
}

#b-question {
  width: 22px;
  float: right;
  margin-right: 270px;
  margin-top: 3px;
  cursor: pointer;
}

#contact-form a {
  color: gray;
  text-decoration: none;
  font-size: 13px;
  margin-left: 20px;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 2px;
}
#contact-form a:hover {
  color: black;
}

.chapeau a {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 2px;
}
.chapeau a:hover {
  color: black;
}

.chapeau {
  text-align: left;
}

.nom {
  text-transform: none !important;
  font-style: italic;
  font-size: 15px;
  padding-left: 10px;
}

#b-deconnecter {
  position: absolute;
  right: 7px;
  top: 0;
}

#tous {
  margin-left: 50px;
}
#tous tr {
  margin-bottom: 5px;
  cursor: pointer;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
}
#tous tr:hover {
  background-color: #f9f9f9;
}
#tous tr img {
  height: 50px;
  Xwidth: 50px;
  margin: 5px 0 -15px 0;
}

.fnumero {
  background: #f2f1f1;
  border-radius: 50%;
  line-height: 35px;
  margin: 2px 10px;
  text-align: center;
  width: 35px;
}
.fnumero.G {
  background: #dcf7ff;
}
.fnumero.F {
  background: #ffe5e9;
}

#fiche {
  position: relative;
}
#fiche .boutons {
  position: absolute;
  top: 11px;
  right: 0;
}
#fiche .boutons i {
  font-size: 25px;
  font-style: normal !important;
  margin-left: 5px;
  opacity: 0.7;
}
#fiche .boutons i.icon-list {
  margin-left: 20px;
}
#fiche .boutons i.inactive {
  opacity: 0;
  pointer-events: none;
}
#fiche .boutons i:hover {
  cursor: pointer;
  opacity: 1;
}
#fiche img {
  margin-bottom: 15px;
}
#fiche img.resultats {
  margin-left: -100px;
}
#fiche img.ptite {
  margin-right: 15px;
}
#fiche .resume {
  margin-bottom: 15px;
}
#fiche .fnumero {
  float: left;
}
#fiche .fnom {
  float: left;
  margin-top: 10px;
}

#budgets > div {
  margin: 15px 0 0 20px;
}
#budgets > div:hover {
  cursor: pointer;
  color: #004c97;
}
