table.dispo_horaire td {
	text-align: center;
	font-weight: bold;
}
table.dispo_horaire {
	margin-bottom: 15px;
}
table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#F5F5F5;
	color: #039;
	margin: 5px auto 15px auto;

}
table p {
	font-size: 1em;
	line-height:1.3em;
}
thead th {
	text-align: center;
	background: #F5F5F5;
	color: #9c0;
	font-size: 1em;
	border: 1px solid #fff;
	width: 160px;
	height: 25px;
	font-weight: bold;
}
thead th.prestation {
	width: 200px;
}
tbody tr {
	background: #FFF;
}
tbody tr td {
	height: 20px;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #039;
	font-size: 0.9em;
	text-align: right;
}
tbody tr td.presta {
	text-align: left;
	font-weight: bold;
}
tbody tr:hover td {
	background: #DDF7FF;
}

