BODY {
		color: #004000;
		font-family: verdana,tahoma,arial,"sans-sherif";
		font-size: 9pt;
		color: black;
		width:800px;
		margin:10 auto 10 auto;
		background-color: white;
	 }

H1 	 {
		font-family: arial,"sans-sherif";
		font-size: 14pt;
		color: teal;
	 }

H2	 {
		font-family: arial,"sans-sherif";
		font-size: 10pt;
		font-variant: small-caps;
		color: maroon;
		text-decoration: underline;
	 }

H3	 {
		font-family: arial,"sans-sherif";
		font-size: 9pt;
		font-weight: bold;
	 }
a:link , a:visited {
		color: blue;
		text-decoration: none;
		
	 }

a:hover {
		color: maroon;
		text-decoration: underline;
		
	 }

table {
		font-size: 8pt;
		font-family: verdana,tahoma,arial,"sans-sherif";
		color: black;
	 }

img  {
		border-width: 0;
	 }

.lien-locaux {
		font-family: arial,"sans-sherif";
		font-size: 9pt;
		font-variant: small-caps;
	 }

.citation {
		font-style: italic;
		font-weight: bold;
	 }

.copyright {
		font-family: arial,"sans-sherif";
		font-size: 7pt;
		color: #666666
	 }
