/* CSS Document */

	a  { font-size: 14px; color: #3333CC; text-decoration: none }



DIV.agenda_titre {
	font-weight: bold;
	list-style-type: disc;
	font-size: 14px;

	}

DIV.agenda_detail {
	margin-bottom: 12px;
	font-size: 14px;

	}

.article {
	border: thin solid #CC0000;
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	text-indent: 10pt;
	text-align: justify;


}

DIV.article_titre {
	margin: 0px;
	padding: 5px;
	border-top: thin solid #CC0000;
	border-right: thin solid #CC0000;
	border-left: thin solid #CC0000;
	color: #DD0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;

}

/* texte encadrant une image */
.texte_encadre {
	float : left;
	margin-right: 8px;
	margin-bottom: 5px;
}
