@charset "utf-8";

body {
	background-image: url(images/fond.jpg);
}
a:link {
	color: #665442;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #665442;
}
a:hover {
	text-decoration: underline;
	color: #665442;
}
a:active {
	text-decoration: none;
	color: #665442;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3486B1;
	text-decoration: none;
}

.titres {
	font-size: 16px;
	color: #665442;
}
.sstitres {
	font-size: 12px;
	color: #665442;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #675747;
	background-image: url(images/fd-titre.jpg);
	background-repeat: no-repeat;
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #665442;
}
.bord
{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
