#Menu {
	position: fixed; 
	z-index:2;
	top: 60px;
}


.Menu-item {
	height: 15px;
	width: 100px;
	margin: 0px;
	text-align: center;
	clear: both;
	font-size: 12px;
	font-weight: 900;
	border: 1px dotted #606060;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.Menu-item:hover {
	background-color:#00C0ff;
	color:#FFFF00;
	}
	
.SubMenu-item {
	height: 15px;
	width: 100px;
	margin: 0px;
	background-color:#e0e0e0;
/*	background-image:url(Images/DimBlanc.gif); */
	text-align: center;
	clear: both;
	font-size: 12px;
	font-weight: 900;
	border: 1px dotted #606060;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.SubMenu-item:hover {
	background-color:#00C0ff;
	color:#FFFF00;
	}
	
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 900;
	color: #999996;
	width: 100px;
	line-height: 1.2em;
}
.ImprimeSeulement {
	font-size: 1px;
	display: none;
}

