@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #c9e4e9;
}

p.title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #004a74;
	text-decoration: underline;
}

p.subtitle {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#004a74;
	text-decoration: underline;
}	

img {
	border: 0px;
}

a.index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

div.link {
	vertical-align:bottom;
	text-align:center;
}

/*-------------------------------------------------------------
TABLEAU DES RESERVATIONS
-------------------------------------------------------------*/

tr.tr_reserv_title td {
	text-align: center;
	background-color: #76c1f0;
	padding: 1px;
	color: #EEE;
}

tr.tr_reserv_content td {
	text-align: center;
	background-color: #FBFBFB;
	padding: 1px;
}

tr.tr_reserv_content td.complet {
	text-align: center;
	background-color: #be4a2d;
	padding: 1px;
}

table.table_reserv {
border: 1px;
}

table.table_reserv tr td{
border: 0px;
}


/*-------------------------------------------------------------
REGION
-------------------------------------------------------------*/

table.region tr td {
	border: 0px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

table.region tr.img td {
	border: 0px;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 0px;
}

table.region tr.txt td {
	border: 0px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 0px;
}
/*-------------------------------------------------------------
TARIFS
-------------------------------------------------------------*/


table.tarif tr td {
	border: 1px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	background-color: #a7d5dd;
	padding: 1px;
}