/* CSS Document */
/* --------------------------------------------------------------------------------------------- Main */
/* ------------------------------------------------------------------------- Right */
	#main #right span.titre_rubrique {font-size:1.3em}
/* ------------------------------------------------------ Calendrier */
	#main #right #toolbar_Agenda_calendar {
		float:left;
		width:217px;
		background:#f9fbfc;
		color:#515b61;
		text-align:center;
		margin:0 0 20px 0
	}
	#main #right #toolbar_Agenda_calendar table {
		width:100%;
		table-layout:fixed;
		margin:3px 0 0 0
	}
	#main #right #toolbar_Agenda_calendar table tr th {
		font-weight:normal;
		padding:3px 0
	}
	#main #right #toolbar_Agenda_calendar table thead tr th a {
		font-size:1.3em;
		color:#515b61;
		font-weight:bold
	}
	#main #right #toolbar_Agenda_calendar table tr th a:hover {color:#000}
	#main #right #toolbar_Agenda_calendar table tr td {padding:2px 0}
	#main #right #toolbar_Agenda_calendar table tr td.agenda_selected_current {
		background:#00a8ff;
		color:#fff
	}
	#main #right #toolbar_Agenda_calendar table tr td a {color:#69c028; font-weight:bold}
	#main #right #toolbar_Agenda_calendar table tr td.agenda_selected_current a {color:#fff}
	#main #right #toolbar_Agenda_calendar table tr td a:hover {text-decoration:overline}
/* ------------------------------------------------------ Aujourd'hui */
	#main #right div.aujourdhui {
		float:left;
		width:100%;
		margin:0 0 15px 0
	}
	#main #right div.aujourdhui .titre {
		display:block;
		float:left;
		width:97%;
		font-size:1.2em;
		font-weight:bold;
		color:#69c028;
		background:#e1f2d4;
		padding:3px 0 3px 3%
	}
	#main #right div.aujourdhui p {
		float:left;
		width:100%;
		line-height:1.6em;
		text-align:justify;
		padding:5px 0 0 0
	}
	#main #right div.aujourdhui p a.savoir_plus {
		color:#69c028;
		text-decoration:underline
	}
	#main #right div.aujourdhui p a.savoir_plus:hover {text-decoration:none}
