  
.cadre_personne {
  display: inline-block;
  border: solid;
  border-width: 0.2em;
  padding: 10px;
  width: 10%;
  height: 180px;
  margin: 8px;
  overflow: hidden;
  text-align: center;
}

.photo_personne {
  min-height: 80%; 
  background-repeat: no-repeat; 
  background-position: center;
  background-size: contain;
}

.nom_personne {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em;
}

.lien_maj {
	text-decoration: none;
	color: rgb(214, 122, 127);
  font-size: 1.2em;
}

.fonction_personne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  color: rgb(214, 122, 127);
}

.titre h1{
  font-family: "Times New Roman", Times, serif;
  font-size: 2.6em;
  text-align: center;
}

.cadre_principal{
  width: 89%;
  background-color:  rgb(255, 250, 250);
  text-align: center;
}

.nom_centre {
  border-top: solid;
  border-radius: 20px;
  border-color: rgb(214, 122, 127);
  border-width: 1px;
  min-height: 50px; 
}

.texte_nom_centre {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.6em;
  text-align: left;
  margin-left: 10%;
  font-weight: bold;
  width: 60%;
  display: inline-block;
}

.bouton {
  display: inline-block;
}
