@charset "utf-8";
/* CSS Eden Immo | Okus Pokus */



/* ===================================================================================== */
/* ================================= INTERFACE GENERALE ================================ */
/* ===================================================================================== */



/*---------------------------------------- Géréral --------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: normal 12px Trebuchet MS, Helvetica, sans-serif;
	background: url(../_images/0_general/bg.jpg) top center no-repeat;
	background-color: #111111;
	color: #c8c8c8;
}
legend {
 color: #b4ff00;
 }
p {
	text-align: justify;
	padding: 8px 0 0 0;
	line-height: 1.3em;
}
ul {
	list-style-type: none;
}
a {
	color: #c8c8c8;
	text-decoration: none;
}
a:hover {
	color: #b4ff00;
	text-decoration: underline;
}
small {
	font-size: 9px;
	color: #646464;
}
img {
	border: 1px solid #344a2b;
}
input,
select,
textarea {
	font: normal 11px Trebuchet MS, Helvetica, sans-serif;
	color: #c9c9c9;
	background-color: #2b302d;
	border: 1px solid #7f9db9;
}
input {
	padding: 1px 3px 1px 3px;
}
input.disabled {
	border: 1px dotted #39454f;
	background-color: transparent;
}

span.sepaH1 {
	display: block;
	width: 100%;
	height: 3px;
	clear: both;
	padding: 15px 0 15px 0;
	background: url(../_images/0_general/sepa_Hbig.png) center left repeat-x;
}
span.sepaH2 {
	display: block;
	width: 90%;
	height: 3px;
	clear: both;
	margin: 0 20px 0 30px;
	padding: 15px 0 15px 0;
	background: url(../_images/0_general/sepa_Hbig2.png) center left repeat-x;
}
.strong {
	color: #a1ff00;
	font-weight: bold;
}
.none {
	display: none;
}
.floatG {
	float: left;
}
.floatD {
	float: right;
}
.clear {
	clear: both;
}
.zero {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}
div.halfwidth {
	display: block;
	width: 50%;
	float: left;
}






/*---------------------------------- Construction générale ------------------------------*/

div#page {
	position: absolute;
	z-index: 1;
	width: 1002px;
	top: 0;
	left: 50%;
	margin-left: -501px;
}
div#topmenus {
	width: 100%;
	height: 65px;
}
div#frameG {
	float: left;
	background: url(../_images/0_general/frameG_bg.png) top left no-repeat;
}
div#contents {
	float: left;
}
div#footer {
	clear: both;
	width: 620px;
	text-align: right;
	margin: 0 0 40px 230px;
	padding: 0 110px 0 0;
	background: url(../_images/0_general/footer_logo.png) right top no-repeat;
}
a#copyright {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 15px;
	height: 20px;
	text-indent: -10000px;
	font-size: 0.1em;
	background: url(../_images/0_general/copy.png) top left no-repeat;
}
a#copyright:hover {
	background: url(../_images/0_general/copy-over.png) top left no-repeat;
}



/*---------------------------------------- Mini menu ------------------------------------*/

div#topmenus ul#quickmenu {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 205px;
	height: 37px;
	padding: 28px 0 0 65px;
}
div#topmenus ul#quickmenu li {
	float: left;
}
div#topmenus ul#quickmenu li a {
	width: 18px;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	padding: 0 4px 0 0;
}
div#topmenus ul#quickmenu li a.home {
	background: url(../_images/0_general/quickmenu_1.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.home:hover {
	background: url(../_images/0_general/quickmenu_1-over.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.alerte {
	background: url(../_images/0_general/quickmenu_2.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.alerte:hover {
	background: url(../_images/0_general/quickmenu_2-over.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.contact {
	background: url(../_images/0_general/quickmenu_3.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.contact:hover {
	background: url(../_images/0_general/quickmenu_3-over.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.print {
	background: url(../_images/0_general/quickmenu_4.png) center center no-repeat;
}
div#topmenus ul#quickmenu li a.print:hover {
	background: url(../_images/0_general/quickmenu_4-over.png) center center no-repeat;
}

.tooltip {
	position: absolute;
	color: #b4ff00;
	text-align: center;
	padding: 0 0 4px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 4;
	background: url(../_images/0_general/quickmenu_tooltip_bg.png) bottom center no-repeat;
}





/*---------------------------------------- Main menu ------------------------------------*/

div#topmenus ul#mainmenu {
	position: absolute;
	display: block;
	top: 0;
	left: 271px;
	width: 730px;
}
div#topmenus ul#mainmenu li {
	float: left;
}
div#topmenus ul#mainmenu li a {
	height: 65px;
	display: block;
	text-indent: -10000px;
	padding: 0 14px 0 0;
}
div#topmenus ul#mainmenu li a#btn-ventes {
	width: 73px;
	background: url(../_images/0_general/mainmenu_1.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-ventes:hover,
div#topmenus ul#mainmenu li a#btn-ventes.active {
	background: url(../_images/0_general/mainmenu_1-over.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-locations {
	width: 92px;
	background: url(../_images/0_general/mainmenu_2.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-locations:hover,
div#topmenus ul#mainmenu li a#btn-locations.active {
	background: url(../_images/0_general/mainmenu_2-over.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-alerte {
	width: 108px;
	background: url(../_images/0_general/mainmenu_3.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-alerte:hover,
div#topmenus ul#mainmenu li a#btn-alerte.active{
	background: url(../_images/0_general/mainmenu_3-over.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-besoins {
	width: 110px;
	background: url(../_images/0_general/mainmenu_4.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-besoins:hover,
div#topmenus ul#mainmenu li a#btn-besoins.active {
	background: url(../_images/0_general/mainmenu_4-over.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-estimation {
	width: 194px;
	background: url(../_images/0_general/mainmenu_5.png) top left no-repeat;
}
div#topmenus ul#mainmenu li a#btn-estimation:hover,
div#topmenus ul#mainmenu li a#btn-estimation.active {
	background: url(../_images/0_general/mainmenu_5-over.png) top left no-repeat;
}





/*--------------------------------------- Frame gauche ----------------------------------*/

div#frameG div#logo {
	margin: 220px 0 0 0;
}
div#frameG div#logo h1 a {
	display: block;
	height: 150px;
	text-indent: -10000px;
}
div#frameG ul#leftmenu {
	display: block;
	width: 161px;
	margin: 50px 0 0 5px;
}
div#frameG ul#leftmenu li a {
	width: 166px;
	height: 22px;
	display: block;
	text-indent: -10000px;
	padding: 0 0 6px 0;
}
div#frameG ul#leftmenu li a#btn-agence {
	background: url(../_images/0_general/leftmenu_1.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-agence:hover,
div#frameG ul#leftmenu li a#btn-agence.active {
	background: url(../_images/0_general/leftmenu_1-over.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-secteur {
	background: url(../_images/0_general/leftmenu_2.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-secteur:hover,
div#frameG ul#leftmenu li a#btn-secteur.active {
	background: url(../_images/0_general/leftmenu_2-over.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-contact {
	background: url(../_images/0_general/leftmenu_3.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-contact:hover,
div#frameG ul#leftmenu li a#btn-contact.active {
	background: url(../_images/0_general/leftmenu_3-over.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-infos {
	background: url(../_images/0_general/leftmenu_4.png) top left no-repeat;
}
div#frameG ul#leftmenu li a#btn-infos:hover,
div#frameG ul#leftmenu li a#btn-infos.active {
	background: url(../_images/0_general/leftmenu_4-over.png) top left no-repeat;
}

div#frameG div#adresse {
	width: 160px;
	padding: 130px 0 0 0;
	text-align: right;
}
div#frameG div#adresse p {
	font-size: 0.8em;
	text-align: right;
	color: #575757;
}
div#frameG div#adresse h2 {
	display: block;
	width: 145px;
	height: 35px;
	overflow: hidden;
	line-height: 100em;
	font-size: 0.1em;
	background: url(../_images/0_general/footer_adresse.png) top right no-repeat;
}
div#frameG div#adresse img#logo-fnaim {
	border: 0;
	padding: 10px 0 0 0;
}





/*----------------------------------- Coups de coeur ------------------------------------*/

div#ccoeur {
	position: relative;
	width: 182px;
	float: left;
	margin: 6px 0 0 0;
}
div#ccoeur div.top,
div#coords div.top {
	background: url(../_images/1_homepage/ccoeur_top.png) top left no-repeat;
}
div#ccoeur div.bottom,
div#coords div.bottom {
	background: url(../_images/1_homepage/ccoeur_bottom.png) top left no-repeat;
}
div#ccoeur span#pictocc {
	position: absolute;
	display: block;
	z-index: 10;
	top: -5px;
	left: 13px;
	width: 30px;
	height: 29px;
	background: url(../_images/1_homepage/picto_ccoeur.gif) top left no-repeat;
}
div#ccoeur h3 {
	width: 100%;
	height: 35px;
	text-indent: -10000px;
	font-size: 0.1em;
	background: none;
}
div#ccoeur a:hover {
	text-decoration: none;
}
div#ccoeur ul li {
	background: url(../_images/0_general/sepa_Hsmall.png) bottom left repeat-x;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}
div#ccoeur ul li.last {
	background: none;
}
div#ccoeur span.descr,
div#ccoeur span.ville {
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
}
div#ccoeur span.descr {
	font-weight: bold;
}
div#ccoeur span.ville {
	font-weight: normal;
}
div#ccoeur span.prix {
	display: block;
	width: 100%;
	color: #b4ff00;
	text-align: right;
}





/*------------------------------------------ Footer -------------------------------------*/

div#footer ul {
	margin: 0 0 5px 0;
}
div#footer ul li {
	display: inline;
	font-size: 0.9em;
}
div#footer ul li a {
	color: #575757;
	padding: 0 10px 0 0;
	margin: 0 6px 0 0;
	background: url(../_images/0_general/sepa_V.png) center right no-repeat;
}
div#footer ul li.last a {
	background: none;
}
div#footer ul li a:hover {
	color: #b4ff00;
}




/*------------------------------------- Bloc alertes email ------------------------------*/

div#topmenus div#blocalert {
	position: absolute;
	top: 54px;
	left: 4px;
	width: 159px;
	font-size: 0.9em;
	display: none;
}
div#topmenus div#blocalert div.top {
	background: url(../_images/0_general/blocalt_top.png) top left no-repeat;
}
div#topmenus div#blocalert div.bottom {
	background: url(../_images/0_general/blocalt_bottom.png) top left no-repeat;
}
div#topmenus div#blocalert h3 {
	display: block;
	width: 79px;
	height: 30px;
	text-indent: -10000px;
	font-size: 0.1em;
	background: url(../_images/0_general/blocalt_title.png) 0 5px no-repeat;
}
div#topmenus div#blocalert a.btnclose {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: -9px;
	right: 2px;
	text-indent: -10000px;
	background: url(../_images/0_general/picto_close.png) center right no-repeat;	
}
div#topmenus div#blocalert form {
	width: 100%;
	height: auto;
}
div#topmenus div#blocalert form label {
	display: none;
}
div#topmenus div#blocalert form input {
	width: 122px;
	margin: 0 0 3px 0;
	font-size: 1em;
}
div#topmenus div#blocalert form input.btn-valid {
	margin: 4px 0 0 70px;
}
div#topmenus div#blocalert ul {
	background: url(../_images/0_general/sepa_Hsmall2.png) top left repeat-x;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
}
div#topmenus div#blocalert ul li a {
	display: block;
	padding: 0 0 0 10px;
	line-height: 1.3em;
	background: url(../_images/0_general/puce_fleche_1.png) 2px 5px  no-repeat;	
}





/*-------------------------------- Bloc noir fond transparent ---------------------------*/

div.top,
div.bottom {
	width: 100%;
	height: 7px;
	font-size: 0.1em;

}
div.center {
	position: relative;
	padding: 0 10px 5px 15px;
	background: url(../_images/0_general/bloc_center.png) top left repeat;
}




/*------------------------------------ Boutons formulaires ------------------------------*/

input.image {
	background: none;
	border: none;
}
input.btn-search {
	width: 96px !important;
	height: 16px !important;
}
input.btn-valid {
	width: 54px !important;
	height: 10px !important;
}
input.btn-ok {
	width: 21px !important;
	height: 19px !important;
}
input.btn-send {
	width: 64px !important;
	height: 10px !important;
}




/*---------------------------------- Pagination --------------------------------*/

div.pagination ul {
	text-align: center;
	clear: both;
	font-size: 0.9em;
}
div.pagination ul li {
	width: auto;
	display: inline;
	line-height: 2em;
}
div.pagination ul li a {
	width: 1%;
	text-align: center;
	padding: 4px;
	font-size: 1em;
	color: #c8c8c8;
	text-decoration: none;
}
div.pagination ul li a:hover {
	text-decoration: underline;
	color: #b4ff00;
}
div.pagination ul li a.active {
	color: black;
	background: url(../_images/0_general/pag_active.png) center center no-repeat;
}
div.pagination ul li a.pag-prev,
div.pagination ul li a.pag-prevoff {
	padding: 0 0 0 10px;
	margin: 0 5px 0 0;
	width: 150px;
}
div.pagination ul li a.pag-prev {
	background: url(../_images/0_general/puce_fleche_1inv.png) center left no-repeat;
}
div.pagination ul li a.pag-prevoff {
	color: #4c4c4c;
	background: url(../_images/0_general/puce_fleche_1inv-off.png) center left no-repeat;	
}
div.pagination ul li a.pag-next,
div.pagination ul li a.pag-nextoff {
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
	width: 350px;
}
div.pagination ul li a.pag-next {
	background: url(../_images/0_general/puce_fleche_1.png) center right no-repeat;
}
div.pagination ul li a.pag-nextoff {
	color: #4c4c4c;
	background: url(../_images/0_general/puce_fleche_1inv-off.png) center right no-repeat;
}


a.toppage {
	width: 80px;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0 0 30px 440px;
	display: block;
	color: #b6b6b6;
	background: url(../_images/0_general/puce_fleche_top.png) center right no-repeat;
}
a.toppage:hover {
	color: #b4ff00;
}