#c-calendrier div.content {
	background-image: url(../img/barre-cal.gif);
	background-repeat: repeat-y;
	margin-right: 10px;
	width: 290px;
	float: left;
}
#c-calendrier div.content div.spectacles {
	height: 150px;
	overflow: auto;
	padding-top: 20px;
}
#c-calendrier div.content .year {
	margin-left: -5px;
	color: red;
	font-size: 120%;
	padding-bottom: 5px;
	background-color: white;
	position: absolute;
	height: 15px;
}
#c-calendrier div.content p { margin: 0 0 0 25px; }
#c-calendrier div.content p.nom { margin-top: 10px; }

#c-calendrier .cal-edit input { padding: 2px 3px; }
#c-calendrier .cal-edit input,
#c-calendrier .cal-edit button,
#c-calendrier .cal-edit submit { border: 1px solid gray; }
#c-calendrier .cal-edit input.nom { width: 160px; }
#c-calendrier .cal-edit input.date { width: 120px; }
#c-calendrier .cal-edit input.lieu { width: 220px; }

