/* CSS Document */

body {

	background-color: #FFFFFF;

}

hr {color: #003399}

h1, h2, h3, h4, h5 {

  color: #660000;
}

a {

	color: #003399;
}

A { font-weight: bold; color:#0033CC;}
A:visited { color: #0033CC; } A:hover { color: #FF0000; }
A.nn {color:#660000;text-decoration:underline}
A.nn:visited {color:#660000;text-decoration:underline}
A.nn:hover {color:#FF0000;}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #003399;

	}



