/* ******** ********** ********** ********* ********** ********* */
/* GESTION DU SOUS MENU "INFO IMMO" */
/* ******** ********** ********** ********* ********** ********* */

#nav ul {
	position:		absolute;
	top:			-999em;
	width:			430px; /* largeur sous menu */
	background:		none;
	padding:		3px 0 0 2px;
	background:url('../images/fd_ssmenu.png') top left no-repeat;
	display:		inline;
}

#nav #n-info li, #nav #n_info li { /*** Cible la page courante (index.html) ***/
	float:			left;
	position:		relative;
	height:			20px;
	width:			auto;
}

#nav li:hover {
	visibility:		inherit; /* bug fixe sous IE7 */
}

#nav #n-info:hover ul,
#nav #n-info.sfHover ul,
#nav #n_info:hover ul,
#nav #n_info.sfHover ul {/*** Cible la page courante (index.html) ***/	
	left:			25px;
	top:			45px; /* correspond à la hauteur du sous menu (alignement avec le menu principal) */
	z-index:		99;
	}
	
#nav #actu #A-actu, #nav #lettre #A-lettre, #nav #outils #A-outils {
	background:		none;
	height:			14px;
	padding:		0;
	margin:			0;
	font-size:		10px;
	text-align:		center;
}
#nav #actu #A-actu, #nav #lettre #A-lettre {
	border-right:1px solid #666;
}

#nav a {
	border:			none;
	padding: 		0;
	text-decoration:none;
}
#nav a, #nav a:visited  { 
	color:			#ccc;
	}

#nav a:focus, #nav a:hover, #nav a:active {
	color:			#fff;
	text-decoration:underline;
}

/* ******** ********** ********** ********* ********** ********* */
/* ******** FIN DE GESTION DU SOUS MENU "INFO IMMO" ************ */
/* ******** ********** ********** ********* ********** ********* */

