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

/*
  ####################################################################################
  #
  # Montant de l éco-part pour un article 
  # Code : c006
  # Dossier : ecopartmntart
  # Descriptif : 
  #
  ####################################################################################
*/



.c006_bt {
  padding-left: 180px;
}


#c006_bt_search {
  background: url(search.png) no-repeat;
  background-size: 50px 50px;
  width:100px;
  height:50px;
}



#c006_bt_printer {
  background: url(printer.jpg) no-repeat;
  background-size: 50px 50px;
  width:50px;
  height:50px;
}

  
.c006_col_1, .c006_col_2, .c006_col_11, .c006_col_111, #c006_famille, #c006_affiche, #c006_printer
{
  display: inline-block;
}

.c006_col_1
{
  padding-top: 10px;
  width: 210px;
  text-align: right;
}

.c006_col_2
{
  padding-top: 10px;
  width: 100px;
  text-align: right;
}
.c006_col_11
{
  width: 100px;
  text-align: left;
}
.c006_col_111
{
  padding-left: 40px;
}



#c006_libart {
  text-transform: uppercase;
}

#c006_codart {
  text-transform: uppercase;
}

#c006_famille
{
  margin-left: 10px;
}

.c006_critere
{
}



#c006_printer {
  background: url(printer.jpg) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  margin-right: 50px;
}

#c006_resultat {
	font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}




