/* @override http://www.arpeges-asso.fr/agenda/assets/agenda.css */

div.agenda h2.categorie {
	color: #4f5c6d;
	background: url(categ_grand.png) no-repeat;
	padding: 8px 8px 8px 20px;
	margin-left: -6px;
	height: 25px;
	margin-bottom: 0;
	text-shadow: #ffd281 1px 1px 1px;
}

/* My Comment */

div.agenda h3 {
	margin-bottom: 2px;
	color: #635bfd;
}

#sidebar div.agenda a {
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

#sidebar div.agenda a.categorie {
	display: block;
	text-align: center;
	color: #4f5c6d;
	background: url(categ_petit.png) no-repeat;
	height: 28px;
	padding: 3px;
	margin-left: 1px;
	text-shadow: #ffcd74 1px 1px 1px;
}

#sidebar div.agenda h2 {
	text-shadow: #fff 1px 1px 1px;
	text-align: center;
}

div.agenda li.event {
	color: #4f5c6d;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #ebeeff;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cfd6ff;
	list-style-image: url(note_noire.png);
}

li.event span.date {
	font-weight: bold;
	font-size: larger;
	color: #635bfd;
}

li.event span.heure {
	color: #635bfd;
	font-weight: bold;
	font-size: larger;
}

li.event span.heure_de_fin {
	color: #635bfd;
}

#edit div.inform fieldset label {
	color: #544dd8;
}

#edit div.inform fieldset label.heure_fin {
	color: #544dd8;
	margin-left: 40px;
}

#edit div.inform fieldset {
	background-color: #feeecd;
}

#prefs div.inform input {
	display: block;
	text-align: center;
	color: #4f5c6d;
	width: 160px;
}

li.event span.titre {
	font-size: larger;
	font-weight: bold;
}

li.event span.bientot {
	color: #fa100f;
	font-style: italic;
	font-weight: bold;
}

li.event div.description p, li.event_fini div.description p {
	margin: 5px;
	border: 1px solid #9dacff;
	padding-left: 2px;
	padding-right: 2px;
}

div.agenda div a {
	font-weight: bold;
	color: #74bb12;
	margin-left: 10px;
}

div.agenda li.event_fini {
	color: #778ba4;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fcfcff;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cfd6ff;
	list-style-image: url(note_grise.png);
}

li.event_fini span.date {
	font-weight: bold;
	font-size: larger;
}

li.event_fini span.titre {
	font-size: larger;
	font-weight: bold;
}

ul.agenda_resume {
	margin-top: 0;
	padding-left: 20px;
}

ul.agenda_resume li.event {
	margin-bottom: 4px;
}

ul.agenda_resume li.event div.titre a {
	font-size: 16px;
	font-weight: bold;
}

div.post_error {
	color: #fa100f;
	font-size: larger;
	font-style: italic;
}

div.post_error ul {
	margin-top: 0;
}

div.agenda div.edition {
	text-align: right;
	font-style: italic;
	font-size: 11px;
	margin-top: 1px;
}

div.agenda div.edition span.nom {
	color: #635bfd;
	font-weight: bold;
}

div.agenda th.colonne {
	padding-right: 6px;
	color: #635bfd;
}

div.agenda div.aucun_evt {
	color: #4f5c6d;
	font-style: italic;
	margin-left: 35px;
}


