/* Start of CMSMS style sheet 'cnl_menu_horiz' */
#ongletsentete {
	height: 26px;
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 132px;
}
.rouge {
        background: transparent url('images/cnl/fond-onglet-elections-logement.gif') no-repeat scroll left top !important;
        color:#FFFFFF !important;
}
#enteteimmeubles a {
	background: transparent url('images/cnl/fond-onglet-off.gif') no-repeat scroll left top;
	padding: 3px 14px 8px 14px;
	margin: 0px 0 0 0;
	color: black;
	border-right: 1px #C88A48 solid;
	font-weight: bold;
	line-height: 16px;
}
#enteteimmeubles a:hover {
	background: transparent url('images/cnl/fond-onglet-on.gif') no-repeat scroll left top;
	color: #000000;
	/*
	padding: 6px 14px 6px 14px;
	margin: 0 0 0 0;
	line-height: 24px;
	*/
}
#onglets {
/* **************************************************************** ONGLETS */
		position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 11;
	height: 25px;
	text-align: left;
}
/*a.ongletBouge img {
	margin: 3px 0px 2px 0px ;
}
a:hover.ongletBouge img {
	margin: 5px 0px 0px 0px ;
}/*

/*############################################################### MENU ###############################*/
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen, adapt&eacute; par Lionel Volta*/
div#menu_horiz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #FFF; /* background color for the entire menu row */;
	height: auto;
	margin-left : 192px;
	float: left;
	clear: both;
}
div#menu_horiz a {
	padding: .6em 1em .6em 1.4em;
/* padding inside the list item box */	margin: 0 2px;
/* margin outside each list item box */	text-decoration: none;
	color: #333;
	background-color: #FFF;
	background-image: url(uploads/CNL/bouton.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block; /* IE has problems with this, fixed above */
}
/* section header */
div#menu_horiz a.sectionheader {
	padding: .1em .1em .1em .1em;
/* padding inside the list item box */	margin: 0;
/* margin outside each list item box */	text-decoration: none; /* no underline */;
	color: #333333;
	background: transparent;
	display: block; /* IE has problems with this, fixed above */
}
div#menu_horiz a.menuactive {
	background: #FFF url(uploads/CNL/boutactif.gif) repeat-x 0 0px;
}
/* The wrapper clears the floating elements of the menu */
#menuwrapper {
	margin-left: 0;
	width: 100%;
}
/* Largeur des sous-menus */
#primary-nav li li {
	width: 150px;
	z-index: 1;
}
/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 0px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
	z-index: 1;
}
/* Styling the basic apperance of the menu elements ______________ Onglets haut */
#primary-nav a {
	display: block;
	margin: 0px;
	padding: 5px 15px;
	text-decoration: none;
}
#primary-nav li a {
	font-size: .9em;
	font-weight: bold;
	color: #222;
}
/* _____________________________________________________ Sous-menus sous onglets */
#primary-nav li li a {
	border: 1px #C88A48 solid;
	background: #FFF5BE;
	line-height: 1em;
}
#primary-nav li li a:hover {
	border: 1px #C88A48 solid;
	background: #FFFBEA;
	line-height: 1em;
}
#primary-nav li, #primary-nav li.menuparent {
}
/* _______________________________________________ lien en &eacute;vidence de la page active */
#primary-nav li a.menuactive {
	background: transparent url('images/cnl/fond-onglet-on.gif') no-repeat scroll left top;
	color: #D41819;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	background-image: url(uploads/CNL/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	text-decoration: underline;
	color: #D41819;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*hack for ie - not valid*/
* html #primary-nav li li {
	margin-top: -4px;
}
/*hack for ie - not valid*/
* html #primary-nav li li li {
	margin-top: 0px;
}
/* End of 'cnl_menu_horiz' */

