/* Page */
html {
	font-size: 100%; 
}
body {
	line-height: 1.5; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	
}
h1, h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 36pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001ca8;
}
h2 {
	font-size: 14pt;
	font-weight: 200;
	color: #58595b;
}
h3 {
	font-size: 11pt;
	font-weight: 100;
	color: #58595b;
}
h4 {font-size: 8pt; font-weight: bold;
	color: #000000;
}


/* Paragraphes */
#principal p, #principal li {
	line-height: 1.5;
}

/* Citations
blockquote, q {
	font-size: 6pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
cite {
	font-style: italic;
} */

/* Liens */
a {
	color:#001ca8;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:focus {
	color:#000066;

}
a img {
	border: none;
	}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #58595b;
}
span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001ca8;
}



