div#liste {
	height: 250px;
	width:558px;
	overflow:auto;
}
div#filtre {
	margin: 15px 0 0 0;
	height: 30px;
	width:550px;
}
td.dep {
	font-size: 12px;
}
div#presence {
	margin: 15px 0 0 0;
	height: 20px;
	width:540px;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#666666;
	
}
div#texte {
	margin: 20px 0 0 0 ;
	height: 325px;
	width:540px;
	padding: 0 15px;
}
div#texte p {
	margin: 15px 0 0 0 ;
	font-weight:bold;
	color: #333333;
	text-align: justify;
	text-indent: 20px;
	font-size: 12px;
}
div#texte h2 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;
}
/*div#vendee, div#loire, div#maine, div#deuxsevres, div#charente {
	height:auto;
	margin: 10px 0 0 0 ;
	width: 540px;
}
div#vendee {
	background:#FF0000;
}*/
table.vendee, table.loire, table.maine, table.deuxsevres, table.charente {
	margin: 0 1px 1px 0;
	border: solid 1px white;
	height: 100px;
	width: 177px;
	float: left;
	/*background:#FF0000;*/
}
td.adresse {
	width: 180px;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
td.ville {
	width: 180px;
	color: #ff6203;
	font-size: 11px;
	text-align: center;
}

td.nom {
	width: 180px;
	font-weight:bold;
	font-size: 14px;
	color: #990303;
	text-align: center;
}
