body { margin: 1cm; background: #FFF8DC; }

h1 { font-family: Verdana; color: maroon; font-size: 14pt; text-align: center; }

h2 {font-family: arial, sans-serif; font-size: 12pt;}

h3 {font-family: arial, sans-serif; font-size: 12pt; }

p { font-family: arial; font-size: 10pt; font-weight: 500; margin-left: 10px;}



.grille {
		border: 1px;
		border-color: maroon;
		margin: 3px 3px 3px 3px;
		padding: 3px 3px 3px 3px;
		
	}
	
	
img {
		border: 1px solid maroon;
		margin: 3px;
		padding: 3px;
	}
	
  a:visited { 
	text-align: center;
	text-decoration: underline;
	line-height: 1.2;
	color: rgb(113, 0, 0);
	
 }


  a:hover {
	text-decoration: underline; 
	text-align: center;
	line-height: 1.2;
	background-color: #DEB887;
	color: rgb(113, 0, 0);

 }
 
   a:focus {
	text-decoration: underline; 
	text-align: center;
	line-height: 1.2;
	background-color: #DEB887;
	color: rgb(113, 0, 0);

 }

 
  
  a:active { 
	text-decoration: underline;
	text-align: center;
	line-height: 1.2;
	color: rgb(113, 0, 0);
	background-color: #DEB887;
	
 }
