/* CSS Document */

body {
	background:url(../images/bdg.png) repeat-x #F3F1E3;
	margin:0px;
	}
	
#head {
	background: url(../images/header.png) repeat-x;
	}
	
#menu {
	background:url(../images/menu.png) no-repeat;
	}

#body {
	background:/*url(../images/body.png) no-repeat*/ #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#858264;
	font-size:12px;
	text-align:justify;
	}
	
#footer {
	background: url(../images/foot.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7A7760;
	}
	
	
.copyright  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C6C3A5;
	}
	
.titre_reservation {
	font-family:Arial, Helvetica, sans-serif;
	color:#858264;
	font-size:14px;
	letter-spacing:1px;
	/*text-transform:uppercase;*/
	/*font-weight:bold;*/
	}
	
.reservation_txt {
	font-family:Arial, Helvetica, sans-serif;
	color:#858264;
	font-size:11px;
	}
	
.frm_reservation {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	background-color:#C6C3A5;
	border:1px solid #858264;
	height:14px;
	} 
	
.Page_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	/*font-weight:bold;*/
	color:#858264;
	}
