.meeting_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #343434;
}
.meeting_date {
	color: Maroon;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.meeting_titre2 {
	color: Maroon;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

/** DIV **/

#ex {
	background-color: #D0E2F0;
	padding: 5px;
	border:dotted #003399;
}
