body 		{	text-decoration: none;
			font-size: 12pt;
			color: #1111bb; 
			background: white; 
			text-align: justify
		}

A:link { color: #1111ff }       /* unvisited link */
A:visited { color: #000099 }   /* visited links */
A:active { color: #0080F0 }    /* active links */

H1 { 	
	font-weight: normal; 
     	font-size: 20pt;
     	line-height: 22pt; 
     	font-family: helvetica; 
     	font-variant: small-caps;
     	font-style: normal;
     	background-color: #052BCD;
     	color: white;
     	text-align: center;
}

H2 { 	font-weight: bold;
	font-size: 18pt;
     	line-height: 20pt; 
     	font-family: helvetica; 
     	font-variant: normal;
     	font-style: normal;
     	background-color: #AAA9BB;
     	color: #0022AA;
     	text-align: center;
}

H3 {
	font-weight:normal;
	font-size: 15pt;
	font-family: helvetica;
	font-variant: normal;
	background-color:#8888CD;
	color: white;
	text-align: center;
}

.important
{
  font-weight: bold;
  font-size: 14pt;
  line-height: 16pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
}


.colore
{
 color: #052BCD ;
 background-color: #052BCD;
}

.titre
{
	font-weight: normal; 
     	font-size: 20pt;
     	line-height: 22pt; 
     	font-family: Arial; 
     	font-variant: small-caps;
     	font-style: normal;
     	color: #052BCD;
     	text-align: center;
}
