/*
************************** booking styles
*/
form{
	width:auto;
	text-align : center; 
	font-family:Georgia, "Times New Roman", Times, serif;
}	


fieldset{
	border:1px solid #990033;
	text-align:center;
}

legend{
	padding: 0 10x;
	border:1px solid #990033;
	background : #ffffff;
	font:inherit;
}
 table, .tableau-general {
	border-collapse : collapse;
	display:table;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.sstitre{
	font:inherit;
	font-size:normal;
	color:#003399;
}
.rooms{
	border:1px solid #990033;
	display:block;
	text-align:center;
	font:inherit;
	width:99%;
}
/*
.tableau-general td{
	border : 1px solid #D1A223;

}
*/ 
.border_tab{
width:auto;
	border : 1px solid #990033;
	background-color: #ffffff; 
}
.border_tab tr{
	border : 1px solid #990033;
}

.border_tab th{ 	
	background-color: #D1A223;
	color: #ffffff;
}
.border_tab td{ 	
	margin : 2px 2px;
	padding : 0 5px;
}
.titretab{
	background: #ffffff ;
	color: #003399;
}
.fdtexttab{
	background-color: #EACE84;
} 
.texttab, .normal {
	background-color: #F3E3BA;
}
.border_tab td a{
	color: #000000;
	text-decoration:none;
}