#agenda{
	display:			block;
	width:				100%;
	min-height:			260px;
	margin-top:			1px;
}
.agenda-header{
	background-color:	rgb(0,0,0);
	height:				55px;
	width:				100%;
}
.agenda-header-titre{
	display:			block;
	text-align:			center;
	color:				rgb(255,255,255);
	width:				200px;
	padding:			15px 0px 0px 0px;
	font-size:			18px;
	font-weight:		bold;
}
.agenda-contenu{
	background-color:	rgb(255,255,255);
	height:				205px;
	width:				210px;
}