@charset "utf-8";
/* css document */

#onglets{ line-height: 1; z-index: 25; font-size:11px; margin-bottom:3px; height:40px;position: relative;}

#onglets a {
background: url(/images/boutons/onglets.png) no-repeat 0 0;
display: block;
height: 40px;
text-decoration: none;
}
#onglets li { float: left; text-indent: -999em; z-index:1000; }
/**html #onglets li * { position: relative; }*/
#onglets li, #onglets ul { margin: 0; padding: 0; }

li#onglet_maisons, li#onglet_appartements, li#onglet_bureaux, li#onglet_commerces { width: 150px; margin-right:2px;  -overflow:hidden; -display:block;}
li#onglet_habiter, li#onglet_investir, #onglet_pream  { width: 111px; margin-right:2px; }

/*--- Default ---*/
#onglet_maisons a { background-position: 0 0; width: 150px; }
#onglet_appartements a { background-position: -152px 0; width: 150px; }
#onglet_bureaux a { background-position: -304px 0; width: 150px; }
#onglet_commerces a { background-position: -456px 0; width: 150px; }
#onglet_habiter a { background-position: -608px 0; width: 111px; }
#onglet_investir a { background-position: -721px 0; width: 111px; }
#onglet_pream a { background-position: -834px 0; width: 111px; }

/*--- Hovering ---*/
#onglet_maisons a:hover, .actif_1    { background-position: 0 -40px !important; width: 150px; }
#onglet_appartements a:hover, .actif_2      { background-position: -152px -40px !important; width: 150px; }
#onglet_bureaux a:hover, .actif_3     { background-position: -304px -40px !important; width: 150px; }
#onglet_commerces a:hover, .actif_4 { background-position: -456px -40px !important; width: 150px; }
#onglet_habiter a:hover, .actif_5    { background-position: -608px -40px !important; width: 111px; }
#onglet_investir a:hover, .actif_6 { background-position: -721px -40px !important; width: 111px; }
#onglet_pream a:hover, .actif_7 { background-position: -834px -40px !important; width: 111px; }

.sous_menu {
	display:none;
}

/*#onglets {
  list-style: none;
  margin:0;
  padding:0;
  position: relative;
  margin-bottom:5px;
  float: left;
  height:40px;
  width:945px;
}
#onglets a {
  background: url(/images/boutons/onglets.png);
  display:inline-block;
  height:40px;
  cursor:pointer;
  position: relative;
  z-index:1000;
  text-indent: -999em;
}
#onglets li {
  text-indent: -999em;
float:left;
}

#onglet_maisons, #onglet_appartements, #onglet_bureaux, #onglet_commerces {
  width: 150px;
  margin-right:2px;
}
#onglet_habiter, #onglet_investir, #onglet_pream {
  width: 111px;
  margin-right:2px;
}

#onglets li#onglet_maisons {
	background-position:0 0px;
}

#onglets li#onglet_maisons:hover {
	background-position:0 -40px;
}

#onglets li#onglet_appartements {
	background-position:-152px 0px;
}

#onglets li#onglet_appartements:hover {
	background-position:-152px -40px;
}

#onglets li#onglet_bureaux {
	background-position:-304px 0px;
}

#onglets li#onglet_bureaux:hover {
	background-position:-304px -40px;
}

#onglets li#onglet_commerces {
	background-position:-456px 0px;
}

#onglets li#onglet_commerces:hover {
	background-position:-456px -40px;
}

#onglets li#onglet_habiter {
	background-position:-608px 0px;
}

#onglets li#onglet_habiter:hover {
	background-position:-608px -40px;
}

#onglets li#onglet_investir {
	background-position:-722px 0px;
}

#onglets li#onglet_investir:hover {
	background-position:-722px -40px;
}

#onglets li#onglet_pream {
	background-position:-834px 0px;
	margin-right:0;
}

#onglets li#onglet_pream:hover {
	background-position:-834px -40px;
	margin-right:0;
} */

#onglets ul li a {
	height:auto;
	width:auto;
	padding:2px 0 2px 15px;
}

#onglets ul li a:hover {
	height:auto;
	width:auto;
	padding:2px 0 2px 15px;
	cursor:pointer;
}

#sous_onglet_maisons {
	position:absolute;
	top:40px;
	left:0;
	background:#333;
	color:#fff !important;
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#sous_onglet_appartements {
	position:absolute;
	top:40px;
	left:152px;
	background:#333;
	color:#fff !important;
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#sous_onglet_bureaux {
	position:absolute;
	top:40px;
	left:304px;
	background:#333;
	color:#fff !important;
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90);

}

#sous_onglet_commerces {
	position:absolute;
	top:40px;
	left:456px;
	background:#333;
	color:#fff !important;
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90);

}

#sous_onglet_pream {
	position:absolute;
	top:40px;
	left:834px;
	background:#333;
	color:#fff !important;
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.nav ul#pream {
  width: 150px;
}

#onglets li li {
  text-indent: 0;
}
#onglets ul li {
  background:none !important;
  border-top: 1px solid #000;
  float: none !important;
  height:auto !important;
  line-height:24px;
  padding:1px 20px 1px 10px;
}
.nav ul a {
	background:none !important;
  border-bottom: 0;
  white-space: nowrap;
  color:#FFF;
  font-size:11px;
  font-family:arial;
  text-decoration:none;
}
.nav ul a:hover {
  color: #ccc;
}

li#onglet_avantages {
  
}
.nav ul li#onglet_avantages {
  background: url(/images/habillage/puce_verte.gif) no-repeat 110px center !important;
}
.nav ul li#onglet_avantages a {
  color:#99B526;
}

.nav ul li.detail_avantages {
  background-color:#99B526 !important;
  border-top:0;
}


/* shortcut */
#shortcuts {
  height: 32px;
  float: right;
}

#shortcuts li {
  float: left;
  text-indent: 0;
}

#shortcuts a, #shortcut_selection {
  background: url(/images/boutons/shortcuts.gif) no-repeat 0 0;
  display: block;
  height: 32px;
  /*overflow: hidden;*/
  text-decoration: none;
  text-indent:-999em;
}

/*--- default ---*/
li#shortcut_selection {
  background-position: 0 0;
  width: 240px;
  margin-right:10px;
  position:relative;
}
#shortcut_contact a {
  background-position: -250px 0;
  width: 150px;
}
#demande_selection a {
  background-position: -250px 0;
  width: 150px;
  margin:10px 0 10px 180px;
}

/*--- hovering + clicking ---*/
li#shortcut_selection:hover, li#shortcut_selection.active {
  background-position: -400px 0;
}
#shortcut_contact a:hover, #shortcut_contact a.active {
  background-position: -650px 0;
}
#demande_selection a:hover, #demande_selection a.active {
  background-position: -650px 0;
}

