html, body {
 height: 100%;
 width: 100%;
margin:0;
}

#centpourcent{
	height:100%;
}
.fond-page {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #a1c429;
}
.fond-site{
	background-image:url(images/fond-site.jpg);
	height:700px;
	background-repeat: no-repeat;
}
a:link {
	color: #58610E;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58610E;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9ABB26;
	text-decoration: underline;
}
a.contact:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.contact:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.contact:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58610E;
	text-decoration: underline;
}

.police {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	margin-right: 12px;
	margin-left: 12px;
}
.cadre-img {
	border: 1px solid #A0C329;
	padding: 3px;
}
.fond-contact {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}
