.fondParticules {
  background-image: url(../images/fondParticules.png);
  min-height: 700px;
}
.presentation {
  margin: 1em;
  margin-left: 0;
  color: #1a6c62;
  font-weight: 500;
}
.champs_recherche {
  width: 85%;
  margin: auto;
  margin-top: 2em;
  min-height: 75%;
  padding: 1em;
  background-repeat: no-repeat;
  background-size: cover;
}
.champs_recherche th {
  font-weight: bolder;
  color: #666666;
  border: 2px solid #dddddd;
}
.preEntete tr, .entete tr {
  background-color: white;
}
.champs_recherche td {
  font-weight: bold;
  color: #000066;
  border: 2px solid #dddddd;
}
.champs_recherche table {
  background-color: white;
  margin: auto;
  min-width: 60%;
  border: 8px solid #dddddd;
}
.champs_recherche i {
  font-weight: normal;
  color: #000099;
}
.champs_recherche table, .champs_recherche th, .champs_recherche td {
  border-radius: 5px;
  border-collapse: collapse;
  padding: 0.5em;
}
.entete th {
  color: #c5000b;
}
.details {
  height: 50px;
}
.recherche {
  display: inline-block;
  width: 500px;
  margin-bottom: 2em;
}
#listeDesTitulaires {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
#valider {
  background-color: #0000ff;
  color: #fff;
  border-radius: 10px;
  height: 2.5em;
  width: 6em;
  border: 1px solid #999999;
  font-weight: bold;
  font-size: 0.8em;
}
.retour {
  margin-top: 3em;
  margin-left: 3em;
}
.retour a {
  text-decoration: none;
  color: #999999;
}
