.menu{
	font-family:'Courier New';
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	color:black;
	text-align:center;
	background-color:rgb(255,102,0);
	padding:3px;
	border-style:none;
}
.posi {
	position: relative;
	height: 680px;
	width: 800px;
}

.css1 { text-align:center; background-color:black; border-width:3px; border-color:black; border-style:solid; }
menu.menu {  font-family:Arial; font-style:normal; font-weight:bold; font-size:18px; text-align:center; }
.css2 { font-family:Arial; font-weight:bold; font-size:18px; color:white; text-align:center; background-color:black; border-width:5px; border-color:black; border-style:double; }
.css3 { font-family:'Courier New'; font-style:normal; font-weight:normal; font-size:16px; text-align:center; text-decoration:none; background-color:white; border-width:5px; border-color:black; border-style:groove; }
.nmsw_menu { font-family:'Courier New'; font-style:normal; font-weight:normal; font-size:16px; color:rgb(0,153,255); text-align:center; text-indent:4px; background-color:rgb(255,102,0); margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:2px; padding:4px; border-width:1px; border-color:white; border-style:double; }
.plan {
	height: 680px;
	width: 950px;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: -140px;
}

.tarifs {
	color: #000;
	text-decoration: underline;
	background-color: #FFF;
}

.titretarifs {
	color: #000;
	text-decoration: underline;
	background-color: #06F;
}

a.infos {
	color: #000;
	text-decoration: none;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.infos span {
	display: none;
}

a .infos:hover {
	background-image: none;
	z-index: 500;
}

a.infos:hover span {
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: inline;
	padding: 0.2em;
	position: absolute;
	z-index: 500;
	left: 1em;
	top: 2em;
	border: thin solid #FFF;
}

