/* couleur 1: fond, fond des titres. ##c0e0e0 */
/* couleur 2: fond du main. #ffffff */
/* couleur 3: titre, liens. #203080 */
/* couleur 4: liens survolés. 2030d7 */
body {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	color: black;
	background-color: white;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	text-align: center;
	font: 26pt georgia; 
	letter-spacing: 5px; 
	font-weight: bold;
}

h2 {
	text-align: center;
	font: 14pt georgia; 
	font-weight: bold;
}

h3 { 
	font-style: italic;
	font-size: 14pt;
	margin-bottom: 0px; 
	margin-left: 10px;
	margin-right: 10px;
	color: black;
}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

