html, body {
	width:100%;
}
body {
	/*background-color: #B9C7A2;*/
	background-color: #2e4834;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	text-align: center;
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.conteneur {
	position: relative;
	width: 980px;
	/*87e144 2f5b0d 98da6a*/
	/*border-left: medium solid #548e2a;
	border-right: medium #548e2a solid;
	/*border-bottom: medium solid #2f5b0d;*/
	border-left:groove;
	border-right:groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ebf1e2;
}
.contenu {
	padding-left: 50px;
	padding-top: 8px;
	padding-right: 100px;
	padding-bottom: 20px;
}
/*.footer {
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}*/
.footer {
	background-color:#72b344;
}
img {
	display:block;
}
p {
	color:#2f5b0d;
	/*font-family:Helvetica;*/
	font-size:14px;
	margin:0;
	text-align:justify;
	line-height:2;
}
a {
	color:#2f5b0d;
}
a:hover {
	color:#71b343;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#2f5b0d;
	margin:0;
	padding-bottom:8px;
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#2f5b0d;
	margin:0;
	padding-bottom:3px;
}
.borderImg {
	border:medium;
	border-style:solid;
	border-color:#2f5b0d;
}
span {
	white-space:nowrap;
}
.partenaires {
	background-image:url(../images/bgPartenaires.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
