h1 {
	color: #0C3609;
	font: bold 2.2em/1.818em "times new roman", serif;
	margin: 0 4px;
	padding: 0 0 0.909em 0;
}

h2 {
	color: black;
	font: bold 1.6em/1.25em "times new roman", serif;
	margin: 0 4px;
	padding: 1.25em 0 0.625em 0;
}

h3 {
	color: black;
	font: bold 1.4em/1.423em "times new roman", serif;
	margin: 0 4px;
	padding: 0;
}

p, ul, ol, blockquote, pre {
	color: #555;
	font: 1em/1.4em "times new roman", serif;
	margin: 0 4px 1.667em 4px;
	padding: 0;
}

p.chapeau {
	margin-bottom: 0;
}

blockquote {
	margin-left: 24px;
}
	blockquote p {
		font-size: 1em;
		font-style: italic;
		line-height: 1.667em;
	}

ul ul, ul ol, ol ol, ol ul {
	font-size: 1em;
	line-height: 1.667em;
	margin-left: 24px;
}
ul p, ol p {
	font-size: 1em;
	line-height: 1.4em;
}


code {
	color: black;
	font: bold 1.2em/1.667em monospace;
}

a {
	color: blue;
	text-decoration: underline;
}
	a:hover, a:focus {
		background: #0C3609;
		color: white;
		text-decoration: none;
	}
	a img {
		border: none;
		vertical-align: middle;
	}

.image1 {
	float: right;
	text-align: center
}
.image1 a img.image {
	display: block;
}
.image1 a {
	color: #0c5a02;
	text-decoration: none;
}
	.image1 a:hover, .image1 a:focus {
		background: transparent;
		color: #64a023;
	}

.img {
	padding: 4px;
}
.img img.image {
	display: block;
}
.imgleft, .imgright, .imgcenter img.image {
	display: block;
	margin: 0 auto;
}
.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
}
.imgcenter {
	display: block;
	float: none;
	margin: 0 auto;
}
.imgcenter img.image {
	margin: 0 auto;
}
.img a {
	color: #0c5a02;
	display: block;
	text-align: center;
	text-decoration: none;
}
.img a:hover, .img a:focus {
	background: transparent;
	color: #64a023;
}

.sous-elements img {
	float: left;
	margin-bottom: 20px;
}

.sous-elements p {
	margin-left: 120px;
}
.sous-elements li {
	overflow: hidden;
}
.texte {
	clear: both;
	padding-top: 40px;
}

.sous-elements li p.link {
	margin-bottom: 0;
}



