#contenu .une_actu{
	margin:10px 3px 5px 0;
	padding-bottom:5px;
	font-size:10pt;
}
	#contenu p.dateActu{
		text-align:right;
		color:#666666;
		font-size:8pt;
	}
	
	#contenu p.titreActu{
		color:#000;
		font-size:12pt;
		font-weight:bold;
		margin:3px 10px;
	}
	
	#contenu p.titreActu a{
		text-decoration:none;
		color:#000;
	}

	#contenu hr {
		clear:right;
		margin:0 180px 15px 160px;
		color:#223cbb;
		border-bottom:thick 2px #223cbb;
	}

.fleche_type{
	margin-bottom:1px;
	cursor:pointer;
}

/* FILTRES */
#agenda_filtres{
}

	#agenda_filtres fieldset{
		margin-top:5px;
		padding: 5px 10px;
		border:solid 1px #559;
	}
	
		#agenda_filtres fieldset legend{
			font-weight:bold;
		}

#ui-datepicker-div { /* taille du datepicker */
	font-size:10px;
}

#periode input, #div_bt_filtre{
	text-align:right;
}
	#periode .input_filtre{
		width:145px;
	}

#bt_filtre{
	margin-top:10px;
	background-color:#FFFFFF;
	border:1px solid #559;
}
.input_filtre{
	width:165px;
}

.disabled{
	background-color:#eee;
}

/* LISTE */
.liste_lien{
	text-decoration:none;
	color:#000;
	margin:0 30px 10px 10px;
	padding-bottom:10px;
	clear:right;
}
div.liste_lien:hover{
	background-color:#eee;
	cursor:pointer;
}
.liste_lien img{ border:0; }

.tab_entete{
	padding-left:45px;
	font-size:8pt;
	font-weight:bold;
}

/* EVENEMENT */
#fichier_associe{
	float:right;
	margin:5px;
}
#lien_retour{
	text-align:center;
}
#lien_retour a{
	display:block;
	padding:5px;
	text-decoration:none;
	margin-top:5px;
}
#lien_retour a:hover{
	background-color:#ddd;
}

