.texte{
}
.centrer {
	text-align: center;
}
.centrer_img_milieu {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.centrer_img {
	text-align: center;
	margin-bottom: 50px;
}
.gras {
	font-weight: bold;
}

.texte h2 {
	margin-bottom: 50px;
	color: #DD6003;
	background-color: #FFFFFF;
}
.texte .avant_h2 {
	margin-top: 50px;
	text-align: center;
}

.image_float_gauche {
	float: left;
	background-position: bottom;
	margin-right: 20px;
}


.image_float_droit {
	float: right;
	background-position: bottom;
}
.fin_float {
	clear: both;
}
.texte .separation {
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.texte .separation_1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 2px;
	width: 500px;
	margin-bottom: 50px;
}
.texte ul {
	list-style-type: circle;
	padding-left: 20px;
}
.texte .decaler {
	text-indent: 20px;
}
.survole p:hover {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FBA00A;
	line-height: 24px;
}
