/* GENERAL STYLES */
div.menuContext {
	position: absolute;
	top: 0;
	left: 0;
	font-family: verdana;
}
div.menuContext a {
	display: block;
	text-decoration: none;
	cursor: default;
	outline: none;
	font-size: 11px;
}
.menuContext .separator {
	height: 1px;
	padding: 0;
	overflow: hidden;
	display: block;
	font-size: 1px;
}
.menuContext ul, .menuContext li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuContext li {
	list-style-position: outside;
}



/* DESKTOP STYLES */

.menuContext.desktop {
	width: 18em;
	background: #f9f8f7;
	border: 3px solid #999;
	padding: 0;
}
.menuContext.desktop ul, .menuContext.desktop li {
	margin: 0;
	padding: 0;
}
.menuContext.desktop li.separator {
	height: 1px;
}
.menuContext.desktop a {
	color: #555;
	padding: 3px 0 3px 25px;
	margin: 0;
	border: 1px solid #f9f8f7;
}
.menuContext.desktop a.disabled {
	opacity: 0.25;
	filter: alpha(opacity=25);
	zoom: 1;
}
.menuContext.desktop li.separator {
	border-bottom: 1px solid #fff;
	background: #aaa;
	margin: 1px 1px 0 1px;
	line-height: 1px !important;
}
.menuContext.desktop a.imprimer {
  background: #f9f8f7 url(img/icone_imprimer.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.favoris {
  background: #f9f8f7 url(img/etoile.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.envoie {
  background: #f9f8f7 url(img/email.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.newsletter {
  background: #f9f8f7 url(img/newsletter.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.contact {
  background: #f9f8f7 url(img/contact.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.diffuser {
  background: #f9f8f7 url(img/diffuser.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.rss {
  background: #f9f8f7 url(img/rss.gif) 2px 50% no-repeat;
}
.menuContext.desktop a.plan {
  background: #f9f8f7 url(img/plan.gif) 2px 50% no-repeat;
}

/* we need explicit enabled class to overcome css deficiences (without creating unnecessary markup) */
.menuContext.desktop a.enabled:hover {
	background-color: #0A246A;
	color: #fff;
}
