
a#ligne_liste {
	position: relative;
	float: left;
	display: block;
	margin: 10px 0px 5px 0px;
  	text-align: left;
	width: 98%;
	min-height: 50px;
	padding: 1%;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed #8A9BAD;
	background: url(images/fedito_plus_off.png) no-repeat bottom right #fafafa;
	transition: font-size .50s ease-out, color .25s ease-in-out, background .50s ease-in-out, border-bottom .50s ease-in-out;
	-moz-transition: font-size .50s ease-out, color .25s ease-in-out, background .50s ease-in-out, border-bottom .50s ease-in-out;
	-webkit-transition: font-size .50s ease-out, color .25s ease-in-out, background .50s ease-in-out, border-bottom .50s ease-in-out;
}
a:hover#ligne_liste {
	color:#723b54;
	border-bottom: 1px solid #723b54;
	background: url(images/fedito_plus_on.png) no-repeat bottom right  #fef8f9;
}
a#ligne_liste b {
	color:#da001a;
}
a:hover#ligne_liste b {
	color:#723b54;
}
p#liste_nom {
	position: relative;
	float: left;
	width: 25%;
	padding: 1px;
	
}

p#desc_court {
	position: relative;
	float: right;
	width: 55%;
	font-size: 12px;
	padding: 1px;
	
}
p#liste_ville {
	position: relative;
	float: right;
	width: 20%;
	font-style: italic;
	text-align: right;
	padding: 1px;
}
p#liste_icone1 {
	position: relative;
	float: right;
	width: 50px;
}
p#liste_icone2 {
	position: relative;
	float: right;
	width: 150px;
	text-align: right;
}

table#table_aides_detail {
	margin: 5px 0px 40px 20px;
  	text-align: left;
	font-size: 11px;
	color: #a4a4a4;
}
table#table_aides_detail td {
padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #cacaca;
}
table#table_aides_detail td.logo {
padding: 2px;
	vertical-align: top;
	border-bottom: 0px solid #cacaca;
}
table#table_aides_detail .col2 {
	width: 30%;
	font-size: 11px;
}
table#table_aides_detail .col3 {
	width: 50%;
	font-weight: bold;
}
table#table_aides_detail .detail {
	font-weight: bold;
	color: #414141;
	font-size: 12px;
}
table#table_aides_detail .detail_txt {
padding-top: 20px;
	color: #414141;
	font-size: 12px;
	border-bottom: 1px solid #cacaca;
}
table#table_aides_detail .detail_txt ul {
	display: block;
	width: 100%;
}
table#table_aides_detail .detail_champ{
	color: #414141;
	font-size: 12px;
}





	DIV#zone_documents_top {
		position: relative; 
		float: left; 
		width: 48%; 
		min-height: 160px; 
		border: 1px solid  #536b87; 
		text-align: justify; 
		font-size: 11px;
		padding: 5px;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	@media screen and (max-width: 800px) {
		DIV#zone_documents_top {
			width: 100%; 
		}
	}
	DIV#zone_documents_top IMG {
		margin : 5px;
	}
	a#annee {
		position: relative; 
		float: left; 
		display: block;
		width: 100%; 
		line-height: 20px;
		background: #536b87; 
		color: white;
		margin: 5px 0px 5px 0px; 
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
	}
	a:hover#annee {
		background: #E41F4E; 
	}
	a#lienicon{
		position: relative; 
		float: left; 
		display: block;
		width: 50px;
		height: 50px;
		line-height: 60px;
	}
	a:hover#lienicon{
		background-color: #723b54;
	}