/* Menu Quick */
#header #quick_nav a {
	margin: 0 1em 0 0;
	color: #b3b3b3;
	text-decoration: none;
	display: block;
	float: left;
	height: 42px;
}
#header #quick_nav a.current {
	color: #000;
}
#header #quick_nav a:hover {
	color: #484848;
}

#qn_ferme {	
	padding: 10px 0 0 45px;
	background-image: url("../imgs/logo_mini_laferme_inactif.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#qn_chalet {
	padding: 10px 0 0 45px;
	background-image: url("../imgs/logo_mini_lechalet_inactif.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#qn_contes {
	padding: 10px 0 0 45px;
	background-image: url("../imgs/logo_mini_contesdesalme_inactif.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#qn_ferme:hover, #qn_ferme.current {	
	padding: 10px 0 0 45px;
	background-image: url("../imgs/logo_mini_laferme.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#qn_chalet:hover, #qn_chalet.current {
	padding: 10px 0 0 45px;
	background-image: url("../imgs/logo_mini_lechalet.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#qn_contes:hover, #qn_contes.current {
	padding: 10px 0 0 45px;
	background-image: url("../imgs/logo_mini_contesdesalme.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}


/* Styles du menu */
#menu ul, #menu li {
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0 0.8% 0 0;
	float: left;
	list-style-type: none;
}
#menu li a {
	padding: 0 0 5px 0;
	font-size: 12.5px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
#menu li a.current {
	border-bottom: solid 6px #709185;
}
#menu li a:hover {
	border-bottom: solid 6px #a8dbca;
}

/* PAR LANGUE */
#menu li.lide {
	margin: 0 12px 0 0;
}
#menu li.lifr {
	margin: 0 22px 0 0;
}
#menu li.lien {
	margin: 0 25px 0 0;
}
#menu li.linl {
	margin: 0 8px 0 0;
}

#menu li:last-child, #menu li.lastchild {
	margin: 0;
}

/* Promotion */
#header #links_promo {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 480px;
}

#links_promo #promo_ferme {
	display: none;
	position: absolute;
	top: 0;
	left: 59px;
	color: red;
	text-decoration: none;
}
#links_promo #promo_contes {
	display: none;
	position: absolute;
	top: 0;
	left: 224px;
	color: red;
	text-decoration: none;
}
#links_promo #promo_chalet {	
	display: none;
	position: absolute;
	top: 0;
	left: 368px;
	color: red;
	text-decoration: none;
}
