/* CSS Document */

div#liste_fiches{
	width:430px;
}

div#liste_fiches ul li{
	list-style:none;
	vertical-align:text-top;
	float:none;
}

div#liste_fiches ul li.separateur_ligne{
	height:1px;
	line-height:1px;
	border:0px solid #000000;
	background-color:#FEEBB1;
	margin-bottom:10px;
}

div#liste_fiches ul li img.picto_annonce{
	vertical-align:text-top;
	float:left;
	margin-right:10px;
	border:2px solid #DEB012;
}

a.lien_fiche:link, a.lien_fiche:visited{
	color:#88774B;
	font-weight:bold;
}

a.lien_fiche:hover{
	color:#B30101;
}

td.ligne_pictos img{
	margin-right:5px;
}

div#liste_mois_manifestations{
	width:480px;
}

div#liste_mois_manifestations ul li{
	float:right;
	margin-right:10px;
	list-style:none;
	float:left;
}

ul.liste_manifestations li{
	list-style:none;
}

ul li.mois{
	width:129px;
	height:25px;
	line-height:25px;
	background-image:url('../images/fond_bouton_manif.gif');
	text-indent:10px;
}

ul.liste_manifestations li.long_title{
	background-color:#F8F1E2;
	padding:1px;
	padding-left:5px;
}

ul.liste_manifestations li.titre{
	margin-bottom:25px;
	margin-left:30px;
	padding-top:10px;
}