.menu {
background-color: #dfdfdf;
	border-bottom: 1px dashed #000050;
	border-left: 1px dashed #000050;
	border-right: 1px dashed #000050;
	color: #000050;
	font-family: "Franklin Gothic Demi";
	font-weight: 100;
	font-size: 14px;
	height: 25px;
	cursor:pointer;
}
.smenu {
display:none;
	background-color: #e8e8e8;
	border-bottom: 1px dashed #000050;
	border-left: 1px dashed #000050;
	border-right: 1px dashed #000050;
	color: #00005b;
	font-family: "Franklin Gothic Demi";
	font-weight: normal;
	font-size: 13px;
	height: 25px;
	cursor:pointer;
	text-indent: 4px;
}
.menudouble {
	background-color: #dfdfdf;
	border-bottom: 1px dashed #000050;
	border-left: 1px dashed #000050;
	border-right: 1px dashed #000050;
	color: #000050;
	font-family: "Franklin Gothic Demi";
	font-weight: 100;
	font-size: 14px;
	height: 39px;
	cursor:pointer;
}
.smenudouble {
	background-color: #e8e8e8;
	border-bottom: 1px dashed #000050;
	border-left: 1px dashed #000050;
	border-right: 1px dashed #000050;
	color: #000050;
	font-family: "Franklin Gothic Demi";
	font-weight: normal;
	font-size: 13px;
	height: 39px;
	cursor:pointer;
	text-indent: 4px;
	display:none;
}
.menumot {
display:none;
	background-color: #e8e8e8;
	border-bottom: 1px dashed #000050;
	border-left: 1px dashed #000050;
	border-right: 1px dashed #000050;
	color: #00005b;
	font-family: "Franklin Gothic Demi";
	font-weight: 100;
	font-size: 14px;
	height: 39px;
	cursor:pointer;
	text-indent: 4px;
}

.adresse {
background-color: #dfdfdf;
	border-bottom: 1px dashed #000050;
	border-left: 1px dashed #000050;
	border-right: 1px dashed #000050;
	color: #00005b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
	text-align: right;
	padding-right:3px;
}
.titre {
	text-align: center;
	color: #dfdfdf;
	background-color: #000050;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 5pt;
	font-variant: small-caps;
	font-weight: bold;
	height: 19px;
	padding-top: 1px;
	padding-bottom:14px;
	margin-left: -8px;
	margin-top:-33px;
	position:relative;
	width: 468px;
	vertical-align:middle;
}
h1.mtitre {
	font-size: 10pt;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #dfdfdf;
	background-color: #000050;
}
.ptitre {
  text-align: left;
  font-size: 16pt;
  left: 150px;
  margin-left: -2px;
}