/* CLASSE RIGHE ALTERNATE x LISTE HOTEL, CAMPING ec..*/
table.righealterne tr.alterna td{background-color: #e1f0f4;font: normal 1em arial,verdana,times;
border-bottom: 1px dashed #ccc; 
}

table{
	border-collapse: collapse;
	border: 1px solid #ccc;
	
	margin: 0em;
	padding: 0em;
	width: 100%;
}
td{
	font: normal 1em arial,verdana,times;
	background-color: #ffffff;

	border-bottom: 1px dashed #ccc; 
}
.caption_liste{
	font-family: arial,verdana,times;
	font-size: 1em; 
	color: #008000;
	padding: 1em;
	font-weight: bold;

}
.th_liste{
	font: normal 1em arial,verdana,times;
		background: #000080;
		padding-left: 2px;
		color: #ffffff;
		text-align:left;
		font-weight: bold;
}
