/* CSS pages avec tableau, sur fond jaune : tarifs */

#page #colonne-ab {
	position:absolute;
	top: 129px;
	width: 570px;
	height: 411px;
	padding:0 40px 40px 40px;
	overflow:auto;
	color: #282d8a;
	background: #fcfbe0;
	background-color: #fcfbe0;
}

#colonne-ab h1{
	position:static;
	background:url(../img/entete_titre.gif) left center no-repeat #fcfbe0;
	font-size: 15px;
	line-height: 73px;
	padding: 0 0 0 15px;
	margin: 0;
	color: #282d8a;
	text-align: left;
}
#colonne-ab h2 {
	font-size: 13px;
	line-height: 13px;
	height:35px;
	padding-top: 8px;
}

#colonne-ab hr {
	border: 0; 
	border-top: 1px dotted #282d8a;
	background:white;
	color: white;
	margin: 5px 0;
	clear:both;
	line-height: 3px;
}
.reserver {
	line-height: 28px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	font-size: 13px;
	background:url(../img/tarifs.gif) top center no-repeat;
	color: #fac800;
	width: 405px;
	height: 36px;
	
	float: right;
	clear:both;
}
table {
	border: 5px solid white;
	padding: 3px;
}
td {
	background:white;
	text-align:center;
	font-size: 11px;
	white-space: nowrap;
	padding: 3px;
}
.t1 {
	color:#1674d3;
	font-weight:bold;
}
.t2 {
	background:none;
	font-weight:bold;
}
.t3 {
	text-align: left;
	font-weight:bold;
}
