body {
	background-image:url(picture/bg.trame.gif);
}

body, td, input, select, textarea {
	font-size: 13pt;
	font-family: Palatino;
	color: #800000;
}

hr {
	/*border:1px dashed #0F238C;*/
	height:1px;
	background-repeat:no-repeat;
}

textarea, select, input {
	font-size: 10pt;
	font-family: Arial, Helvetica;
	padding: 0px;
	margin: 1px 0 1px 5px;
}

.mainPanel {
	position: relative; 
	width: 1200px;
	height: 768px;
	/*border:1px dashed red;*/
}

.contentPanel { 
	overflow: auto;
	position: absolute; 
	left:410px; 
	top: 125px; 
	width: 400px; 
	height: 450px;
	padding-right: 50px;
	/*border:1px dashed blue;*/
} 

.subMenuPanel { 
	overflow: auto;
	position: absolute; 
	left:0px; 
	top: 200px; 
	width: 300px; 
	height: 300px;
	/*border:1px dashed blue;*/
} 

.contactMenu {
	overflow: hidden;
	position: absolute; 
	left:388px; 
	top: 603px; 
	width: 116px; 
	height: 81px; 
	color: white;
	background-image:url(picture/contactFeuille.png);
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-left: 7px;
	cursor: pointer;
}

.linksMenu {
	overflow: hidden;
	position: absolute; 
	left:850px; 
	top: 630px; 
	width: 60px; 
	height: 129px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/linksFeuille.png);
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-left: 0px;
	cursor: pointer;
}

.bonMenu {
	overflow: hidden;
	position: absolute; 
	left:915px; 
	top: 610px; 
	width: 141px; 
	height: 75px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/bonFeuille.png);
	background-repeat:no-repeat;
	padding-top: 30px;
	padding-left: 0px;
	cursor: pointer;
}

.insMenu {
	overflow: hidden;
	position: absolute; 
	left:970px; 
	top: 515px; 
	width: 150px; 
	height: 150px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/insFeuille.png);
	background-repeat:no-repeat;
	padding-top: 28px;
	padding-left: 4px;
	cursor: pointer;
}

.mapMenu {
	overflow: hidden;
	position: absolute; 
	left:1020px; 
	top: 435px; 
	width: 150px; 
	height: 150px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/mapFeuille.png);
	background-repeat:no-repeat;
	padding-top: 17px;
	padding-left: 0px;
	cursor: pointer;
}

.tpMenu {
	overflow: hidden;
	position: absolute; 
	left:1025px; 
	top: 340px; 
	width: 150px; 
	height: 150px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/tpFeuille.png);
	background-repeat:no-repeat;
	padding-top: 15px;
	padding-left: 0px;
	cursor: pointer;
}

.prestationsMenu {
	overflow: hidden;
	position: absolute; 
	left:1010px; 
	top: 235px; 
	width: 150px; 
	height: 150px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/prestationsFeuille.png);
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-left: 5px;
	cursor: pointer;
}

.homeMenu {
	overflow: hidden;
	position: absolute; 
	left:905px; 
	top: 160px; 
	width: 150px; 
	height: 150px; 
	/*border:1px dashed #0F238C;*/
	color: white;
	background-image:url(picture/homeFeuille.png);
	background-repeat:no-repeat;
	text-align: left;
	padding-top: 18px;
	padding-left: 26px;
	cursor: pointer;
}

.subMenuTitle {
	width: 100%;
	font-size: 20pt;
	font-family: Palatino;
	font-weight: bold;
	color: #ec7c44;
	text-align: right;
	padding: 5px 10px 8px 0px;
}

.subMenuContentTitle {
	font-size: 20pt;
	font-family: Palatino;
	font-weight: bold;
	color: #ec7c44;
	text-align: left;
	padding: 0px 5px 8px 0px;
}

.contentPanel p,
.subMenuContent {
	width: 100%;
	font-size: 13pt;
	font-family: Palatino;
	color: #800000;
	text-align: justify;
}

.subMenuItem  {
	width: 100%;
	font-size: 13pt;
	font-family: Palatino;
	color: white;
	text-align: right;
	padding: 7px 10px 7px 0px;
}
.subMenuItem  a:link{ color: white; text-decoration: none; }
.subMenuItem  a:visited {	color: white; text-decoration: none; }
.subMenuItem  a:hover {	color: white; text-decoration: underline; }
.subMenuItem  a:active {	color: white; text-decoration: none; }

.subMenuArrow {
	padding-left: 10px;
}

.mapPanel {
	margin-top: 50px; 
	border: 2px solid #800000; 
	background-color: #800000;
	color: white;
}

table.table th {
	background-color: #800000;
	color: white;
	border-collapse: collapse;
	border: 1px solid lightgray;}

table.table td {
	/*background-color:#FFCC66;*/
	border-collapse: collapse;
	border: 1px solid lightgray;}

table.table {
	border-collapse: collapse;
	border: 1px solid lightgray;
}


a:link {color: #cb3b18; text-decoration: none }
a:visited {color: #cb3b18; text-decoration: none }
a:hover {color: #cb3b18; text-decoration: underline }
a:active {color: #cb3b18; text-decoration: none }

