<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* divers *********************************************************/

	/* affichage d'une erreur */
	.error {
		color:red;
	}
	
	/* curseur pointeur */
	.cursor_pointer {
	  cursor: pointer;
	}

	
	
/* Modal Content ***************************************************************/

	/* The Modal background */
	.modal_background {
	  display: none;
	  position: fixed;
	  z-index: 1;
	  padding-top: 100px;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto;
	  background-color: black;
	}

	/* modal slider : zone des boutons */
	.modal_buttons {
	  position: absolute;
	  top: 10px;
	  right: 70px;
	}

	/* modal slider : bouton close */
	.modal_butclose {
	  color: gray;
	  font-size: 35px;
	  font-weight: bold;
	}

	/* modal slider : bouton rÃ©action souris */
	.modal_butclose:hover,
	.modal_butclose:focus {
	  color: white;
	  text-decoration: none;
	  cursor: pointer;
	}

	/* form pour le menu des parametres */
	.form_menu {
	  background-color:white;
	  color:black;
	  width:600px;
	  margin:0 auto;
	}
</pre></body></html>