/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

/*
  ####################################################################################
  #
  # Descriptif : Utilisation des pièces détachées
  # Code : c019
  # Dossier : savutilisationpd
  #
  ####################################################################################
*/



.c019_critere, .c019_bt_search
{
  display: inline-block;
}

.c019_bt_search
{
  padding-left: 10px;
}



#c019_bt_search {
  background: url(search.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
}



.c019_col_a1, .c019_col_a2, .c019_suite
{
  display: inline-block;
}

.c019_col_a1
{
  width: 200px;
  text-align: right;
}
.c019_suite
{
  padding-left: 20px;
  padding-right: 20px;
}



.c019_url
{
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
