body {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgb(67, 103, 223);
}

#div-page {
	width: 820px;
	height: 550px;
	text-align: left;
	background-image: url("images/fond.jpg");
}

#div-menu {
	float: left;
	width: 300px;
	height: 510px;
	text-align: center;
	margin-top: 20px;
}

#div-marge {
	float: left;
	width: 100px;
	height: 510px;
}

#div-corps-texte {
	width: 417px;
	height: 550px;	
	overflow: auto;
	background-image: url("images/fond-texte.png");
	scrollbar-base-color: white;
	scrollbar-face-color: 4367df;
	scrollbar-track-color: cfd9f7;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: 800080;
	scrollbar-shadow-color:FFF0F0;
	scrollbar-darkshadow-color: black;
}

#div-texte {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.texte {
	margin-bottom: 0.49cm;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000000;
}

.texte em{
	margin-bottom: 0.49cm;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000000;
}

h1 {
	margin-bottom: 0.49cm;
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000000;
}

#table_entete_prix {
	text-align: left;
	width: 365px;
}

#table_entete_prix th {
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#table_entete_prix td {
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#table_prix {
	text-align: left;
	width: 365px;
	border: 2px outset blue;
	border-collapse: collapse;
}

#table_prix th {
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#table_prix td {
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

table_reservation {
	text-align: left;
	width: 300px;
	border: 0px;
}

.table_reservation td {
	border: 0px;
	font-size: 13px;
}
