/* CSS propre à la page */

div#resultats_recherche
{

  text-align: center;
  
  line-height: 30px;
	padding: 10px;

}

div#resultats_recherche a.bouton_texte, div#resultats_recherche a.bouton_texte:visited
{
	display: inline-block;
	
	line-height: 12px; 
	
  color: var(--couleur-gen-miclair);
  
  text-decoration: none;
	
	margin-left: 2px;
	margin-right:2px;
	
	white-space: nowrap;
	
}

div#resultats_recherche a.bouton_texte:hover, div#resultats_recherche a.bouton_texte:active
{

  color: var(--couleur-gen-fonce); 
}
