#top_title {
	float: left;
	width: 100%;
	background-image: url(../../images/icone_poulet.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-left: 100px;*/
	padding-top: 20px;
padding-bottom: 20px;
}
.title_libre {
	color: #6f7e46;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f7e46;
	display: block;
	padding-bottom: 10px;
    margin-left: 120px;
}
#title_page_libre{
	width: 100%;
	float: left;
	margin-left: 5%;
	text-transform: uppercase;
}
#title_second_page_libre{
	width: 100%;
	float: left;
	margin-left: 5%;
}
.h2_title_page_libre{
	font-family: "Lobster";
	text-transform: capitalize;
}
#text_page_libre{
	width: 100%;
	float: left;
	margin-left: 5%;
}
#text_page_libre a {
	color: gray;
	border-bottom: 1px dotted;
	font-size: 1em;
}