/*div.homeHeader {
	background-color: #EEE;
	margin: 10px 0 20px 0;
	padding: 15px 10px;
	border-radius: 10px;
	margin-right: 5px;
	border: 1px solid #999;
}*/

/* masque le logo et son lien en pied de menu */
.mm-footer {
	display: none !important;
}

/* logo de la commune, au-dessus du titre d'accueil */
.homeLogo {
	text-align: center;
	margin-bottom: 24px;
}

.homeLogo img {
	max-width: 260px;
	width: 100%;
	height: auto;
}

