@media screen and (max-width : 500px) {
	#page h1{
		text-align: center;
	}
}

#texte_accueil {
	background-color: #fff;
	padding:25px 0;
	margin-top:45px;
}

/* --------------------------------------------------------------- */
/*
/* À la une
/*
/* --------------------------------------------------------------- */


#mise_en_avant .annonce_liste .photo_annonce {
	max-width: inherit;
	width: 100%;
	height:100%;
}

#mise_en_avant .annonce_liste .photo_annonce img{
	width: 100%;
	height:100%;
	max-height: 200px;
	object-fit: cover;
}

#mise_en_avant .annonce_liste .icones_annonces a{
	width:33.33%;
	padding: 10px 0px;
	border-bottom: 0px;
	border-right:1px solid #fff;
}

#mise_en_avant .annonce_liste .icones_annonces a:last-of-type{
	border-right:0px solid #fff;
}

#mise_en_avant .annonce_liste .icones_annonces {
	right:0px;
	margin-top:0;
	margin-bottom:0;
	background-color: #8bae30;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
	
	
