body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D7D7D7;
	background-image:url(graphics/bg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}	
h1 {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 16px;
	color: #e28a60;
}
h2 {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #e28a60;
}
p {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 25px;
	line-height: 150%;
}
li {
	line-height: 160%;
}
a img {
	border: none;
}
a:link {
	color: #77A240;
}
a:hover {
	color: #8A6F6F;
}

.textbg {
	background-color: #f8f7f0;
}
.bannerbg {
	background-color: #E5E2D1;
}
.fondblanc {
	background-color: #ECECEC;
}
.textbgl {
	background-color: #FBFAF6;
}
