body { background-image: url(Aix08/aix00.jpg); }

h1 { font-family: Verdana, serif; line-height: 1.2; color: darkblue; font-size: 1.4em; text-align: center; }




.aix { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: white;

 }














.grille {
		border: 1px;
		border-color: rgb(113,0,0);
		margin: 3px 3px 3px 3px;
		padding: 3px 3px 3px 3px;
		
	}
	
border {
		border: 1px;
		border-color: rgb(255,255,255);
		margin: 3px 3px 3px 3px;
		padding: 3px 3px 3px 3px;
		
	}


.left { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: left;
	font-size: 0.8em;

 }





.right { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: right;
	font-size: 0.8em;

 }


.center { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: center;
	font-size: 0.8em;

 }




.white {
	background-color: white;

 	}









p { 	font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	text-align: justify;
	font-size: 0.8em;

 }




.petit { font-size: 0.7em;  }

.espace { margin-left: 50px; }



















a { 
	text-align: center;
	font-weight: bold;
	height: 1.2;
	color: rgb(113, 0, 0);
	
 }
 





 
 a:focus {
	text-decoration: none; 
	text-align: center;
	color: rgb(113, 0, 0);

 }
 
 
  a:hover { 
	text-align: center;
	text-decoration: underline; 
	color: rgb(113, 0, 0);
	background-color: white;
	
 }
 
 
  a:active { 
	text-align: center;
	color: rgb(113, 0, 0);
	background-color: white;
	
 }
 
 
  a:visited { 
	text-align: center;
	text-decoration: none;
	color: rgb(113, 0, 0);
	
 }