
A:hover {
	COLOR: #000000
}

.bordureNoire {
	border: 1px dashed #FF0000;
}
.textereponse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
}


/* Réinitialiser la taille de police de tous les éléments */
body * {
  font-size: inherit !important;
  font-family: Verdana, Arial, Helvetica, sans-serif!important;
}
body{ margin:1rem;
}

/* Définir le style de police pour les titres */
h1, h2, h3, h4, h5, h6{
  font-family: 'Arial', sans-serif!important; 
  font-weight: bold;

}

h1 {
  font-size: 2.5rem !important;
}

h2 {
  font-size: 2rem !important;
}

h3 {
  font-size: 1.75rem !important;
}

h4 {
  font-size: 1.5rem !important;
}

h5 {
  font-size: 1.25rem !important;
}

h6 {
  font-size: 1rem !important;
}




table, th, td, p, div, span {
  font-size: 16px !important;
}

* {
  font: inherit !important;
}
* {
  font-size: unset !important;
}

/* Définir la taille de police pour le texte ordinaire */
p, ul, ol, li, a {
  font-size: 1rem !important;
}

table{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  font-size: 1rem;
 
}

