html, body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/lignes.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}
p:first-letter{
	font-weight: bold;
	font-size: 1.2em;
	color: blue;
}
p{
	text-indent: 20px;
	margin-right: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D3F96;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D3F96;
	text-decoration: none;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 2px;
}
a:link  {
	color: blue;
	text-decoration: underline;
	text-underline: single;
}
a:visited {
	color: purple;
	text-decoration: underline;
	text-underline: single;
}
a:active , a:focus {
		background-color: #FFCC66;
}
a:hover {
	font-style: italic;
	color: blue;
}
