<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html	{background-color: #b5b090;}

body   {
       width: 80%;
       margin-left: auto;
       margin-right: auto;
       margin-top: 25px;
       margin-bottom: 20px;
       background-color: #b5b090;
       color: black;
       font-family: Geneva, FreeSans, sans-serif;
       }

h1   {
     text-align: center;
     font-size: 200%;
     font-family: Arial, Geneva, FreeSans, sans-serif;
     margin-bottom: 40px;
     }

a   {
    text-decoration: none;
    color: #61717e;
    background-color: #b5b090;
    }

a:active   {
	   color: red;
	   background-color: #61717e;
	   }

a:hover	  {
	  background-color: #4a6669;
	  color: #e1e3de;
	  }

a img
  {
  border: 0;
  }

.couleur-lien	{
	color: #4a6669;
	}

#menu	{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	font-family: Helvetica, Geneva, FreeSans, sans-serif;
	}

#menu table
      {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      }

#menu td
      {
      padding: 10px;
      width: 50%;
      }

#corps	 {
	 width: 100%;
	 border-top: 1px solid gray;
	 margin-top: 20px;
	 padding-top: 20px;
	 }

#corps2	 {
	 width: 100%;
	 }

.portrait  {
	   text-align: center;
	   width: 100%;
	   margin-left: auto;
	   margin-right: auto;
	   }

.choix	 {
	 border-top: 1px solid #eeefff;
	 padding-top: 20px;
	 }

#pied_de_page	{
		padding: 5px;
		text-align: center;
		margin-top: 30px;
		}

.petit	{
	font-size: small;
	}

.gros	{
	font-size: large;
	font-weight: bold;
	}

.nom	{
	font-variant: small-caps;
	}

</pre></body></html>