.table_base {
  /*Table de base produisant des colonnes, contenant les tables descriptives des outils*/
  margin-left: auto;
  margin-right: auto;
}

/*GESTION DES POLICES*/

.texte01 {
  font-family: "Open Sans";  
  font-weight: bold;
  color: black;
  font-size: 20px;
  text-align: center;
}

.texte02 {
  font-family: "Open Sans";  
  font-weight: normal;
  text-align: justify;
  color: #555555;
  font-size: 14px;
}

.texte03 {
  font-family: "Open Sans";  
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #555555;
}

a:hover {
	color:#2cb8ba}