/* LISTE */

#agenda_liste {
	width: 100%;
	font-size: 11px;
	text-align: left;
}

#agenda_liste .item {
	padding: 0px 0px 20px 0px;
	color: #368CDE;
}

#agenda_liste  .titre {
	font-weight: bold;
}

#agenda_liste  .date {
	font-weight: bold;
}

#agenda_liste .extrait {
	color: #000;
}


#agenda_liste .lien a:link, #agenda_liste .lien a:visited {
	color: #368CDE;
	text-decoration: none;
}

#agenda_liste .lien a:hover {
	text-decoration: underline;
}

/* FICHE */

#agenda_fiche {
	font-size: 12px;
	text-align: left;
}

#obt_titre, #obt_description, #obt_ouverture, #obt_coord, #obt_comm, #obt_map  {
	padding: 20px 0px 0px 0px;
}

#obt_titre .titre {
	font-size: 18px;
}