BODY {
	margin: 0px;
	padding: 0px;
	color: rgb(91, 82, 67);	
	background-color: rgb(255, 255, 255); 
	background-image: url(images/fond.jpg);
}

a:link
{
	color: #cc3333;
	text-decoration: underline;
}

a:visited
{
	color: #cc3333;
}

a:hover
{
	/*color: #0000FF;*/
	/*background-color: #CBEEEE;*/
}

a:active
{
	color: #d34440;
	background-color: transparent;
}

.leder {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.titregauche {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}
.accroche {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.titrepage {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}

P.copyright
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	/* line-height: normal;
	font-weight: normal;
	font-variant: normal; */
	text-transform: none;
	color: gray;
}