/* ver: 1.051116 */
/* cre: 12/11/05 */
/* maj: 16/11/05 */
/* maj: 26/11/21 */
@charset "utf-8";


/* Début de la déclaration des propriétés des classes pré-construites */

html {
     height: 100%;
     }

body {
	 background: navy; 
	 color: black; 
	 text-align: center; 
	 font-family: Verdana,Arial,sans-serif;
     height: 100%;
	 }

a:link {
  	   color: white; 
  	   text-decoration: none; 
  	   }

a:hover {
		background: white;
		text-decoration: underline overline; 
		color: Black; 
		}

a:visited {
		  text-decoration: none; 
		  text-decoration: overline;
		  color: red;
		  }

a:active {
		 background: black;
		 color: purple;
		 }

/* Fin de la déclaration des propriétés des classes pré-construites */		  
/* Interlude */
/* Que ce langage apparait merveilleux 
quand tous les navigateurs de la terre 
vous rendent le tout à l'identique */
/* Interlude */
/* Début de la déclaration des propriétés des classes personnelles */

.entete {
		color: white; 
		text-align: left; 
		font-size: 8pt;
		font-style: italic;
		position: absolute;
		left: 1%;
		}
		
.titre {
	   background: black;
	   color: white;
	   font-size: 36pt;
	   margin-bottom : 150px;
	   }

.corps {
	   color: white;
	   font-size: 18pt;
	   }

.piedpage {
		  background: black;
		  color: red;
		  text-align: center;
		  font-size: 11pt;
		  }

.licence {
		 color: white;
		 text-align: right;
		 font-size: 10pt;
		 font-style: italic;
		 margin-top: 50px;
		 text-align: right;
		 }
		  
/* fin de la déclaration des propriétés des classes personnelles */
/* épilogue */
