/*
 * MAIN DRIMKI LAYOUT
 * AUTHOR: guillaume.hammadi@drimki.com
 */
 
/*
 * TABLE OF CONTENTS
 * =============
 * Section 1 => header
 * Section 2 => footer
 * Section 3 => body
 * Section 4 => Modal layout
 * Section 5 => Links
 */
 
/* 
 * Section 1
 * ======
 * header
 */


#header {
	width: 990px;
	margin: 0;
	padding: 0;
}

/* top navigation start */
#login-menu {
	background: url(img/frl/commons/header-connexion-right-corner.gif) top right no-repeat;
	margin: 0;
	padding: 0 5px 0 0;
	height: 33px;
}
#login-menu img {
	display: block;
	float: right;
	margin: 0 20px 0 0;
	
}

#login-menu ul {
	background: url(img/frl/commons/header-connexion-repeat.gif) top left repeat-x;
	float: right;
	height: 33px;
	padding: 0;
	margin: 0;
}

#login-menu li {
	display: block;
	height: 33px;
	float: left;
	background: url(img/frl/commons/header-connexion-separator.gif) no-repeat 1px 3px;
	padding: 0 3px 0 6px;
	margin: 0;
}
#login-menu li.first {
	padding-left: 10px;
	background: url(img/frl/commons/header-connexion-left-corner.gif) top left no-repeat;
}
#login-menu li.first a {
	color: #ff7600;
}
#login-menu li a {
	line-height: 33px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #5a5a5a;
	margin: 0;
}
#login-menu li a:hover {
	text-decoration: none;
}

/* main logo */
#main-logo {
	margin: 0;
	padding: 0;
	background-image: none;
	float: left;
	width: auto;
	border: none;
}
#main-logo a {
	font-size: 0px;
	clear: right;
	display: block;
	float: left;	
	width: 400px;
	height: 77px;
	background: url(img/frl/commons/immobilier-drimki.png?v=9.3.27) top left no-repeat;	
	border: none;
	text-indent: -5000px;

}

/* estimation result page logo */
a.logoEstimation {
	text-indent: -5000px;
	display: block;
	width: 400px;
	height: 77px;
	background: url(img/frl/commons/immobilier-drimki.png?v=9.3.27) top left no-repeat;	
	margin: 0;
}

/* main banner */
#main-banner {
	/* border: 1px solid #e9e9e9; */
	/* color: #e9e9e9; */
	float: right;
	width: 468px;
	height: 60px;
	font-size: 10px;
	margin-top: 5px;
}

/* navigation */
#navigation {
	clear: both;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	z-index: 10000;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li a,
#navigation li span,
#navigation li.spacer{
	text-indent: -5000px;
	display: block;
	height: 40px;
	background-image: url(img/frl/commons/navBackground.png);
	background-repeat: no-repeat;
}


/*specific background shift per menu*/
#navigation li#home-menu .menu {
	width: 108px;
	background-position :0 0 ;
}
#navigation li#announces-menu .menu {
	width: 115px;
	background-position :-108px 0 ;
}
#navigation li#estimation-menu .menu {
	width: 121px;
	background-position :-223px 0 ;
}
#navigation li#estate-menu .menu {
	width: 176px;
	background-position :-344px 0 ;
}
#navigation li#price-menu .menu {
	width: 117px;
	background-position :-520px 0 ;
}
#navigation li#map-menu .menu {
	width: 170px;
	background-position :-637px 0 ;
}
#navigation li.spacer {
	width: 59px;
	background-position: -807px;
}
#navigation li#agency-menu .menu {
	width: 124px;
	background-position :-866px 0 ;
}

/*hovering */
#navigation.home-menu li#home-menu a:hover,
#navigation.home-menu li#home-menu a,
#navigation li#home-menu.active a {
	background-position :-991px 0 ;
}

#navigation.announces-menu li#announces-menu a:hover,
#navigation.announces-menu li#announces-menu a,
#navigation li#announces-menu.active a {
	background-position :-1099px 0 ;
}

#navigation.estimation-menu li#estimation-menu a:hover,
#navigation.estimation-menu li#estimation-menu a,
#navigation li#estimation-menu.active a {
	background-position :-1214px 0 ;
}

#navigation.estate-menu li#estate-menu a:hover,
#navigation.estate-menu li#estate-menu a,
#navigation li#estate-menu.active a {
	background-position :-1335px 0 ;
}

#navigation.price-menu li#price-menu a:hover,
#navigation.price-menu li#price-menu a,
#navigation li#price-menu.active a {
	background-position :-1511px 0 ;
}

#navigation.map-menu li#map-menu a:hover,
#navigation.map-menu li#map-menu a,
#navigation li#map-menu.active a {
	background-position :-1628px 0 ;
}

#navigation.agency-menu li#agency-menu span,
#navigation li#agency-menu.active span {
	background-position :-1858px 0 ;
}

/* submenu styling */
#navigation ul.sub-menu {
	position: absolute;
	top: 35px;
	left: 0px;
	background-color: #eaeaea;
	border: 1px solid #d7d7d7;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-box-shadow: 5px 5px 2px #888;
	list-style: none;
	padding: 0;
	z-index: 10000 !important;
	display: none;
}
	
#navigation li.menu-hover ul.sub-menu {
	display: block;
}

#navigation ul li {
	float: none;
}
	
#navigation ul.sub-menu li a {
	font-size: 10px;
	text-indent: 0;
	height: 15px;
	background-image: none;
	color: #4b4b4b;
	border-bottom: 1px dotted #4b4b4b;
}
#navigation ul.sub-menu li a:hover {
	color: black;
	text-decoration: none;
}
#navigation li#home-menu ul.sub-menu li a,
#navigation li#announces-menu ul.sub-menu li a,
#navigation li#estimation-menu ul.sub-menu li a,
#navigation li#estate-menu ul.sub-menu li a,
#navigation li#price-menu ul.sub-menu li a,
#navigation li#agency-menu ul.sub-menu li a {
	margin: 10px;
}


#navigation li#announces-menu ul.sub-menu {
	left: 108px;
}
#navigation li#estimation-menu ul.sub-menu {
	left: 223px;
}
/* firefox for windows puts one agency menu entry on 2 lines */
#navigation li#agency-menu ul.sub-menu {
	left: 831px;
	width: 157px;
}



/* 
 * Section 2
 * ======
 * footer
 */
.footer {
	background: url(img/frl/footer-bg.gif) repeat-y;
	clear: both;
	font-size: 12px;
	margin: 20px 10px;
	position: relative;
	top: 20px;
	width: 992px;
}

.footer-bg-top {
	background: url(img/frl/footer-bg-top.gif) no-repeat;
}

.footer-bg-bottom {
	background: url(img/frl/footer-bg-bottom.gif) no-repeat 1px 100%;
	overflow: hidden;
	width: 100%;
	padding: 0 0 20px;
	min-height: 141px;
}

* html .footer-bg-bottom {
	height: 141px;
	overflow: visible;
}

.footer p {
	margin: 14px 15px 0 0;
	color: #777676;
	text-align: center;
}

.columns-holder {
	margin: 13px 0 0;
	overflow: hidden;
	width: 100%;
}


/* footer columns */
.footer-col-1 {
	width: 185px;
	float: left;
	margin: 0 0 0 22px;
	display: inline;
}
.footer-col-2 {
	float: left;
	width: 195px;
}
.footer-col-3 {
	float: left;
	width: 160px;
}

.footer-col-4 {
	float: left;
	width: 132px;
}

.footer-col-5 {
	float: left;
	width: 155px;
}

.footer-col-6 {
	float: left;
	width: 135px;
}

.footer h3 {	
	margin: 0;
	padding: 0 0 4px;
	color: #777676;
	font-size: 1.01em;
	line-height: 1.2em;
	text-align: left;
}

.columns-holder ul {
	margin: 0 0 0 1px;
	padding: 0;
}

.footer ul li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
}

.columns-holder ul li a {
	text-decoration: none;
	background: url(img/frl/bullet-2.gif) no-repeat 0 5px !important;
	padding: 0 0 0 9px;
	color: #777676;
}
.columns-holder ul li a:hover {
	text-decoration: underline;
}
.columns-holder .columtitre {
	font-weight: bold;
	text-decoration: none;
	color: #777676;
}

#legals {
	font-size: 13px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#777676;
}
#legals span {
	padding-left: 110px;
}
#legals a:link, #legals a:visited,
#legals a:hover, #legals a:active {
	color: #5a5a5a;
}
/* footer end */




/* 
 * Section 3
 * ======
 * body
 */
body {
	margin: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

.immoParisModuleAppartAnnonce img.thumb {
	border: 2px solid #CCCCCC;
	width: 100px;
	height: 70px;
}
.immoParisModuleAppartAnnonce .bandeau {
	border: medium none;
	position: absolute;
	top: 0;
	right: 79px;
}

a:visited, a:link {
	text-decoration: none;
}

#allContainer {
	margin: auto;
	width: 992px;
	height: auto;
	background-color: transparent;
}

#mainHeader {
	position: relative;
	float: left;
	height: 50px;
	width: 990px;
}

#mainLogo {
	position: relative;
	float: left;
	margin: 0px 10px 0px 20px;
	width: 105px;
}

#mainMenu {
	position: absolute;
	width: auto;
	height: 35px;
	right: 30px;
	top: 15px;
}

.topMenuLeft {
	position: relative;
	float: left;
}

.topMenuRight {
	position: relative;
	float: left;
}

.topMenuLabel {
	position: relative;
	float: left;
	top: 12px;
}

#mainContainer {
	float: left;
	width: 992px;
	height: auto;
	clear: both;
}

#mainContainerEstimation {
	position: relative;
	float: left;
	background: url(/img/siteInitial/subBg.png) no-repeat 0 20px;
	width: 992px;
	height: auto;
	clear: both;
}

/* tracker */
#subHeader {
	position: relative;
	float: left;
	height: 66px;
	margin: 0px 1px 0px 1px;
	width: 990px;
	background: url(/img/siteInitial/subHeaderBg.png) repeat-x;
	border-bottom: solid 1px #CCCCCC;
}

#subContent {
	/*position: relative;*/
	float: left;
	min-height: 400px;
	margin: 0px 1px 0px 1px;
	padding: 10px 10px 0px 10px;
	width: 970px;
}

#subMenu {
	position: relative;
	float: left;
	width: inherit;
	border-bottom: dotted 2px #99CCFF;
	margin: 20px 0px 20px 0px;
	padding-bottom: 20px;
	font-weight: bold;
}

li.subMenuOn {
	color: #FF6600;
	font-weight: bold;
	display: inline;
}

ul.subMenu {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}

li.subMenu {
	display: inline;
}

a.subMenu {
	color: #669900;
	text-decoration: none;
}

a.subMenu:hover {
	text-decoration: underline;
}

/* tracker */
#mainTracker {
/*	margin: -5px 0 15px 5px;
	font-size: 14px;
	color: #6c6c6c;
*/	
	background-color:transparent;
	color:#52A402;
	font-size:16px;
	font-weight:700;
	height:25px;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:25px;
	padding-left:0;
	text-align:left;
	width:970px;
}

ul.mainTrackerUlClass {
	padding: 0px;
	margin: 0px;
	display: inline;
}

ul.mainTrackerUlClass a:link {
	color:#5A5A5A;
	text-decoration: underline;
}

ul.mainTrackerUlClass a:visited {
	color:#5A5A5A;
	text-decoration: underline;
}

ul.mainTrackerUlClass a:hover {
	color:#5A5A5A;
	text-decoration: underline;
}

#dk-tracker a:link {
	color:#5A5A5A;
	text-decoration: underline;
}

#dk-tracker a:visited {
	color:#5A5A5A;
	text-decoration: underline;
}

#dk-tracker a:hover {
	color:#5A5A5A;
	text-decoration: underline;
}

li.mainTrackerLiClass {
	margin: 0px;
	padding-left: 20px;
	padding-right: 5px;
	background: url(img/frl/commons/bulletSupGray.png) no-repeat left center;
	display: inline;
	position: relative;
	left: 5px;
}

li.mainTrackerHomeLink {
	background: none;
	margin: 0px;
	display: inline;
}

a.lienTracker {
	color: #6c6c6c;
	font-size: 14px;
	text-decoration: underline;
}

/* Newsletter */
#mainNewsletter {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 190px;
	height: auto;
}

#inputNews {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 18px;
	background: url(/img/siteInitial/inputBg.png) repeat-x;
	border: solid 1px #999999;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: #696969;
}

#okNews {
	position: absolute;
	top: 0px;
	left: 160px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#messageNews {
	position: absolute;
	top: 22px;
	width: 100%;
	height: 15px;
	font-size: 10px;
	color: #666666;
}

/* team */
.teamPhoto {
	position: relative;
	float: left;
	width: 180px;
	height: 130px;
	padding: 3px;
	border: solid 1px #666666;
	margin: 10px;
}

.teamName {
	position: relative;
	float: left;
	width: 700px;
	height: 20px;
	margin: 20px 10px 5px 10px;
	border: dotted 0px #99CCFF;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}

.teamDesc {
	position: relative;
	float: left;
	width: 700px;
	height: 100px;
	margin: 5px 10px 10px 10px;
	border: dotted 0px #336699;
}

/* FOOTER */
#mainFooter {
	position: relative;
	margin-top: 20px;
	padding: 0px 10px 0px 10px;
	float: left;
	width: 970px;
	height: 25px;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #DDDDDD;
	text-align: left;
}

#corp-link {
	position: relative;
	top: 5px;
	float: left;
	width: 580px;
	height: inherit;
}

#copyright {
	position: relative;
	top: 5px;
	float: left;
	width: 390px;
	right: 0px;
	height: inherit;
	color: #666666;
	text-align: right;
}

.blackColor {
	color: #000000;
}

.etais {
	position: relative;
	float: none;
	width: 100%;
	height: 20px;
	clear: both;
}

/* -------------------- ERROR  -------------------------- */

.form_error, .fieldset span.form_error {
	color: #ff0000;
	font-weight: bold;
	font-size: 1em;	
}


/*------------------   LOGIN   --------------------------*/
#dk-login {
text-align: left; 
width: 780px; 
margin: auto;
padding-bottom: 10px;
overflow: auto;
}

#dk-login #signin {
	float: left; 
	width: 370px;
	min-height: 120px;
}

#dk-login #signup {
	width: 350px;
	float: right;
	min-height: 120px;
}

#dk-login .contentwrap {
	min-height: 100px;
	float: left;
}


#dk-login input[type="text"] {
	background: transparent url(img/frl/drill_input_bg.gif) repeat-x scroll 0%;
	border: 1px solid #B1AF97;
	font: 1em Arial, sans-serif;
	height: 18px;
	width: 150px;
	color: #7f7e7e;
	font-weight: bold;
	margin-bottom: 2px;

}

#dk-login a.notme {
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
}

#dk-login a.notme:hover {
	color: #FF7600;
}

#dk-login-titre {
	font-size: 15px;
	font-weight: bold;
	color: #7f7f7f;
}


#dk-login input.btnline {
	display: block;
	margin-top: 5px;
	float: right;
}

#dk-login h3 {
	margin: 0;
	padding: 5px 0 10px;
	color: #ff7600;
	font-weight: bold;
	font-size: 9px;
	/* FIXME */
	/* What's this syntax ? Is the line above correct ?*/
/*	font: bold 1.3em/9px;*/
}

.dk-login-label2 {
	margin-top: 10px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #B1AF97;
	font-size: 0.9em;
	height: 18px;
	color: #666666;
	padding: 1px 4px;
}

textarea {
	border: 1px solid #B1AF97;
	font-size: 0.9em;
	color: #666666;
	padding: 1px 4px;
}

.login_middle_part {
	width: 375px;
	position: relative;
	float: left;
	background-color: #f6f6f6;
	min-height: 220px;
	_height: 220px;
	border: 1px solid #CCCCCC;
}

.login_middle_part_content {
	width: 350px;
	position: relative;
	float: left;
	margin-top: 10px;
	min-height: 180px;
	left: 15px;
}

.sep_vertical {
	position: relative;
	float: left;	
}

.sep_horizontal {
	position: relative;
	clear: both;
}

#renseignementUtilisateur {
	float: left;
	left: 70px;
	margin: auto;
	position: relative;
}

#renseignementUtilisateur h2 {
	float: left;
	color: #ff7600;
	font-weight: 700;
	font-size: 16px;
}

.center {
	clear: both;
	margin: auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.login_validate_button {
	bottom: 12px;
	clear: both;
	position: relative;
	right: 5px;
	text-align: right;
	width: 100%;
}

.label_login {
	float: left;
	position: relative;
	text-align: right;
	top: 3px;
	right: 2px;
	width: 120px;
}

.login_form {
	background-color: #F6F6F6;
	clear: both;
	margin: auto;
	position: relative;
	width: 350px;
}

.login_error {
	position: relative;
	clear: both;
}

.row_login {
	position: relative;
	clear: both;
	min-height: 25px;
}

.tag_login {
	float: left;
	position: relative;
	text-align: left;
	width: 150px;
}

.separator_login {
	border-top: 1px dashed #CCCCCC;
	clear: both;
	height: 5px;
	position: relative;
}

.orange {
	color: #ff7600;
	font-weight: 700;
	font-size: 13px;
}

.gris {
	color: #666666;
	font-size: 13px;
	font-weight: 700;
}

.login_error {
	color: #ff0000;
}

.validation-advice {
	text-align: center;
	color: #ff0000;
}

/* url: //tester-la-demande-preannonce/derniere-etape? */
#advice-required-true-legal_drimki {
	font-size: 12px;
	font-weight: 900;
	margin-left: 0;
	width: 175px;
}

.validation-advice-range {
	text-align: center;
	color: #ff0000;
	line-height: 12px;
	white-space: normal;
	width: 190px;
}

.titleWelcomeTopPage {
	width: 100%;
	text-align: center;
	color: #FF7600;
	font-size: 10px;
}

a.connexionLink {
	color: #f00;
	cursor: Pointer;
	text-decoration: underline;
}

a.connexionLink:hover {
	color: #f00;
	cursor: Pointer;
	text-decoration: underline;
}

a.connexionLink2 {
	color: #FF7600;
	cursor: Pointer;
	text-decoration: none;
}

a.connexionLink2:hover {
	color: #FF7600;
	cursor: Pointer;
	text-decoration: underline;
}

#modifyButton {
	cursor: pointer;
	text-decoration: underline;
}

#loginTextIntro {
	width: 650px;
	margin-left: 150px;
	font-size: 1.4em;
	text-align: center;
	font-weight: 700;
}

#loginPicture {
	width: 650px;
	height: 160px;
	margin-left: 190px;
}

#loginPicture #loginPictureSilentSell {
	width: 200px;
	height: 160px;
	background: url(img/frl/picto_Recherche_big_noTransparency.png) no-repeat;
	float: left;
}

#loginPicture #loginPictureSellTest {
	width: 200px;
	height: 160px;
	background: url(img/frl/picto_Vendre_Estimation_big_noTransparency.png) no-repeat;
	float: left;
	z-index: -1000;
}

#loginPicture #loginPictureSell {
	width: 200px;
	height: 160px;
	background: url(img/frl/picto_Vendre_big_noTransparency.png) no-repeat;
	float: left;	
	z-index: -1000;
}


input[type="text"].fieldClear, textarea.fieldClear {
	color: #acacac;	
}

input[type="text"].fieldBlur, textarea.fieldBlur {
	color: #666;	
}

/* errors */
.validation-advice {
	color: #ff7600;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
}

.error-field {
	background-color: #ffead9;
	border: 1px solid #fc9d49;
	margin: 5px 0;
}


/*
	MODAL WINDOW STYLES
*/

.modal {
	width: 600px !important;
	overflow: hidden;
	position: relative;
}

.modal #modalMainContainer {
	width: 600px !important;
	background: none;
}

/*
	Section Links
*/
a:link, a:visited, a:hover, a:active {
	color:#3366CC;
	text-decoration:none;
}
