/* ==========================================================================
   @5-FORMS
   ========================================================================== */
/* ==========================================================================
   @0-VARIABLES
   ========================================================================== */
/* Couleurs
  ========================================================================== */
/* Taille des polices
  =============================================================== */
/* Listes déroulantes
  ========================================================================== */
select, input {
  border: 1px solid #d2d2d2;
  color: #a5a5a5;
  padding: 5px !important;
}

.width65 {
  /*width:percentage(65px/340px); moins 2px de border -5px padding right et left*/
  width: 53px;
}

.width181 {
  /*width:percentage(181px/340px); moins 2px de border -5px padding right et left*/
  width: 190px;
}

.width340 {
  /*width:percentage(181px/340px);*/
  width: 328px;
}

.select340 {
  /*width:percentage(181px/340px);*/
  width: 340px;
}
