
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header  {width: 862px;}
#header {height:261px;}
#left-column {width: 271px;}
#right-column {width: 591px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 65px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -65px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body { width: 100%; height: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}


#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	}
#mdm{
  height:117px;
}
#int-mdm{
  padding-top:1px;
  padding-left:15px;
  padding-right:24px;

}

.actu-top{
  float: left;
  width: 257px;
  height: 37px;
  background: url(../images/charte/actualite-top.jpg) top right no-repeat;
}

#mailing{
  height:110px;
}
#int-mailing{
  padding-top:32px;
  padding-left:15px;
  padding-right:22px;
}
#recherche{
  height:195px;
}
#int-recherche{
  padding-top:52px;
  padding-left:15px;
}
#nos-biens{
  height:124px;
}
#int-nos-biens{
  padding-top:34px;
  padding-left:20px;
}

#plan{
  height:99px;
}
#int-plan{
  padding-top:37px;
  padding-left:15px;

}
#right-column{
	float:left;
  }
#content{
 width:591px;
 height:100%;
 display:table;
}
#int-content{
padding-right:20px;
}


#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.ref {
		width: 862px;
		margin: 0 auto;
		text-align:center;
		color: #000000;
		font-family:Arial;
		font-size:12px;
	}
#menu2{
	width: 100%;}
#menu2 ul{
	float: left;
	padding: 0;
	width: 590px;
	text-align: center;

}
.copyright{
	float: left;
	padding: 5px 0 0;
	width: 590px;
	text-align: center;}

.lmabien{
  background: url(../images/charte/lma-selection.jpg) top left no-repeat;
  width: 271px;
  height: 27px;
}
.lmabien-over{
  background: url(../images/charte/lma-selection-over.jpg) top left no-repeat;
  width: 271px;
  height: 27px;
  cursor:pointer;
}

.ie8thing{
  float: left;
  height: 18px;
  width: 115px;
}


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers,
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements
	you want to float (on the thumbs, for example)
*/	.left{float: left;	margin-right:5px;} .right{float: right;}

.thumb{
	display: block;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* ---| THE END |------------------------- */