#page h1 {
	margin-top: 20px;
}

.texte_gauche a, .texte_centre a {
	font-size: 20px;
	text-decoration: underline;
	color: #353535;
}

.texte_centre iframe {
	position: relative; bottom: 0; left: 50%;
	width: 100%;
	margin:0; padding: 0;
}

#page h1:after {
	content:"";
	position: absolute; bottom: 0; left: 50%;
	width:146px; height:14px;
	margin-left:-73px;
	background-color: #ffd306;
}

#page h2 {
	font-weight: 900;
	font-size: 20px;
	margin: 25px 0 10px 0;
}

#image_milieu iframe {
	width: 100%;
	height: 450px;
}

@media (max-width: 767px){	
	.texte_gauche {
		text-align: center;
	}
}