body {
	background-color: #990033;
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;

	font-size: small;
	font-size-adjust: 0.58; /* verdana's aspect value */

	font-style: normal;
	font-weight: normal;

	text-align: left;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, span, div, address, table, caption, tr, th, td {
	color: black;
	background-color: transparent;

	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;

	text-align: left;
}

pre {
	font-family: monospace;
}

h1 {
	text-align: center;
	font-size: 140%; /* recommended by w3c */
	font-weight: bold;
	padding: 4%;
}

h2 {
	text-align: left;
	font-size: 120%; /* recommended by w3c */
	font-weight: bold;
	padding: 3% 0% 0% 0%;
}

h3 {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	padding: 3% 0% 0% 0%;
}



ul.sommaire {
	list-style-position: outside;
	list-style-type: none;
}

li.sommaire {
	padding: 2% 0% 2% 0%;
}

ul.responsables { /* pour indiquer les personnes ou organismes responsables d'une partie. */
	text-align: center;
	font-size: 80%;
	list-style-type: none;
	padding: 8% 0% 0% 0%;
 }

li.responsables {
	text-align: center;
	font-size: 80%;
}

a:link    {color: #990000; background-color: transparent; text-decoration: underline;}
a:visited {color: #990099; background-color: transparent; text-decoration: underline;}
a:hover   {color: #800080; background-color: transparent; text-decoration: underline;}
a:active  {color: #990033; background-color: transparent; text-decoration: underline;}

