<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.logo {
   margin: auto;
   border: 7px solid tomato;
}

table.corps {
	margin: auto;
	border: hidden;
}

td {
   padding: 10px;
}


h1 {
  color:black;
  font-family:"Cooper Black", Arial, Serif;
  font-size: 3.0em;
  text-align: center;  
}

h2 {
  color:black;
  font-family:"Cooper Black", Arial, Serif;
  font-size: 2.5em;
  text-align: center;  
}

h3 {
  color:black;
  font-family:"Cooper Black", Arial, Serif;
  font-size: 2.0em;
  text-align: left;  
}

p {
  color:black;
  font-family:Tahoma, Arial, Serif;
  font-size: 1.00em;
  text-align: justify;  
}

div#biblio
{
  color:black;
  font-family:Tahoma, Arial, Serif;
  font-size: 0.8em;
  text-align: justify;	
}


a:link
{
	color: tomato;		
}

a:selected
{
	color: tomato;		
}


#corps_acceuil
{
   font-family: Arial, Serif;
   font-size: 1.1em; 	
   margin-top: 50px;
   margin-bottom: 20px; /* Ca c'est pour Ã©viter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour Ã©viter que le texte Ã&nbsp; l'intÃ©rieur du corps ne colle trop Ã&nbsp; la bordure */
   color: #B3B3B3;
   background-color: black; /* Une couleur de fond pour le corps  #626262*/
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   position:absolute;
	left:70px;
	top: 50px;
}

#menu
{
    font-family:Tahoma, Arial, Serif;
       width: 200px;
    height:1000px;
       text-align: center;
    background-color:black;
   	border: 200px tomato;
	margin-top:0px;
	position:absolute;
	left:0px;
	top: 0px;
}

#intro
{
    font-family:Tahoma, Arial, Serif;
    width: 19px;
    height:30px;
    text-align: center;
    background-color:green;
   	border: 2px tomato;
	margin-top:5px;
	position:absolute;
	left:0px;
	top: 0px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: tomato;
}</pre></body></html>