
/* Content of the page (Visonneuse) */

.visioDescription {
	font-size:120% !important;
	padding:0 0 6px 0 !important;
	margin: 0 !important;
}

/* Content of the page (Actu) */

.actuDate {
	padding:0 0 24px 0 !important;
	font-weight:bold !important;
}

.actuIntro {
	font-weight:bold !important;
	font-size:130% !important;
}

.imageDroite {
	display: block;
	float: right;
	margin-left: 40px;
}
.imageGauche {
	display: block;
	float: left;
	margin-right: 40px;
}
.finCoule {
	display: block;
	clear: both;
}