body{
	margin-left:		0px;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-right:		0px;
	background-color:	#FFBE63;
}

body, td, th, pre{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#000000;
	font-size:			12px;
}

/* Liens */
a{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#404040;
	font-size:			13;
	text-decoration:	underline;
}

a:hover{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#000000;
	font-size:			13;
	text-decoration:	none;
}

/* Pied de page */
.tdFooter{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#404040;
	font-size:			13;
	font-weight:		700;
}

/* texte central de la page d'accueil */
.txtAccueil{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#FFA325;
	font-size:			13;
}

/* Bordures du tableau dans la page gîtes */
.gBorderRight{
	border-right-style:		solid;
	border-right-width:		1px;
	border-right-color:		#E7A200;
}

.gBorderBottom{
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#E7A200;
}

/* Marge sur certaines images */
.imgMargin{
	margin:				10px;
}

/* Tableau principal de la page gites */
#tabGites td{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#000000;
	font-size:			12px;
}

#tabGites .gName{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#000000;
	font-size:			15px;
	font-weight:		700;
	text-decoration:	underline;
}

/* Tableau avec les bordures sur toutes les cellules */
#tabBorderAll{
	border-collapse:	collapse;
	background-color:	#FFFFFF;
}

#tabBorderAll td{
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
}


/* Tableau principal de la page réservations */
#tabRes {
	background-color:	#FFFFFF;
	border-style:		solid;
	border-width:		1px;
	border-color:		#C0C0C0;
}


#tabRes td{
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#000000;
	font-size:			12px;
}


.asterisc {
	font-family:		Arial, Comic Sans MS, sans-serif;
	color:				#FF0000;
	font-size:			20px;
}


.border1{
	border-style:		solid;
	border-width:		1px;
	border-color:		#E7A200;
}
