.paragraphe {
	margin: 20px 5px 10px 0px; /* Marge de sécurité à droite */
}

#bannieres { /* Suppression des bannieres */
	display: none;
}

/*********** Balises dediees aux formulaires et encarts ***********/
/* Encarts locaux */
div.contain_locaux {
	height: 400px;
}
div.photo_locaux {
	float: none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.map_locaux {
	float: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.cartouche_locaux {
	float: none;
	position: absolute;
	top: 200px;
	left: 200px;
}

/* Tableaux includes */
.tblmrg td {
	display: block; /* Alignement vertical */
	width: auto!important;
	padding: 10px; /* Espace entre les cellules */
}