.content .innerProject{
	margin: 12px 0 0 56px;
	width: 780px;
}
.blocks{
	padding-top: 6px;	
	padding-bottom: 6px;
	margin-top: 10px;	
	margin-bottom: 10px;	
	width: 100%;
}
	.blocks li {
		list-style-image: url("pictures/puce.png");
		list-style-position: outside;
		margin-left: 30px;
		margin-top: 10px;
	}

#events{
	background: url("pictures/events.png") no-repeat 0 0;
	height: 600px;
}

	#events ol {
		height: 563px;
		margin: 0 5px;
		overflow: auto;
	}

#eventsHeader{
	background: #e7bb0b url("pictures/calendarHeader.png") repeat-x 0 0;	
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold; 
	height: 26px;
	margin: 0 5px;
	text-align: center;
}

div.event_title {
	font-weight: bold; 
	margin-bottom: 5px;
}
div.event_date {
	font-style: italic; 
	margin-bottom: 5px;
}
div.event_content {
	margin-bottom: 10px;
}