div#cadre_prestataire {
  border: 1px solid silver;
  background-color: #F1F1F1;
  padding: 5px;
  overflow: auto;
}

div#resultat_recherche_solutions {
  border: 1px solid silver;
}

div#resultat_recherche_solutions .ligne_clair {
  background-color: #FEFEFE;
  padding: 5px;
  border-top: 1px dotted #C1C1C1;
}

div#resultat_recherche_solutions .ligne_fonce {
  background-color: #F1F1F1;
  padding: 5px;
  border-top: 1px dotted #D1D1D1;
}

div#solutions_en_avant {
  border-bottom: 1px dotted black;
  background-color: #F1F1F1;
  padding: 5px;
  margin-bottom: 10px;
}

.border_image_en_avant {
  margin-right: 5px;
  border: 1px solid black;
  background-color: white;
}


.titre_solution{
  color: #004576;
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.solution_vip_droite {
  width: 250px;
  background-color: #F1F1F1;
  padding: 5px;
  border: 1px solid silver;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 9px;
}

#recherche_solutions {
  font-size: 12px;
}

#recherche_solutions input, #recherche_solutions select{
  width: 200px;
  border: 1px solid black;
  font-size: 10px;
}