/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0; }
object { outline:none; }
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}

body{background: #ffffff;}
#bg1{position:absolute;z-index: 1; width:100%; background: url(images/bg-y.jpg) 50% 0% repeat-y;}
#bg2{position:absolute;z-index: 2; width:100%; background: url(images/bg-x.jpg) 50% 0% repeat-x;}
#bg3{position:absolute;z-index: 3; background: url(images/bg-fix.jpg) 50% 0% no-repeat;}

#wrap-container{position:relative;z-index:4; width: 100%; text-align: center; }
#container{background: url(images/bg-container.jpg) 50% 50% repeat-y; margin:0 auto;	text-align: left;}
#content{}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#menu1{
    float: left;
    width:200px;
    height: 152px;  
}
#info
{
    float: left;
    width:190px;
    height:97px;
    padding:60px 0px 0px 10px;
    background: url(images/bg-coordonnees.jpg) no-repeat top left;
}
#plan {
    float: left;
    width:191px;
    height:146px;
    padding:39px 0px 0px 9px;
    background: url(images/bg-plan.jpg) no-repeat top left;
}
#actualite{
    float: left;
    width:180px;
    height: 290px;
    padding:49px 10px 0 10px;
    background: url(images/bg-mdm.jpg) no-repeat top left;
}
.mdm-photo
{
    float: left;
    border: solid 1px #ffa800;
    margin: 0 10px 0 0;
}

#recherche{
    float: left;
    width:180px;
    height: 177px;
    padding:6px 10px 0 10px;
    background: url(images/bg-recherche.jpg) no-repeat top left;
}
/* ===| IV. middle COLUMN ELEMENTS |===========================================*/
#middle-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#middle-inner{padding: 0px 20px;  }


/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left; background: #ffffff url(images/bg-footer.jpg) no-repeat top center; }

#fwrap1 {position:absolute; z-index: -3; left:0; background: #ffffff; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0;  background: #ffffff; width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0;  background: #ffffff; }

/*---------------------------------------------------------------------*/

#footer.outter	{ margin: 0 auto; height: 61px;}
.digitalage
{
    float: left;
    width:  216px;
    padding: 10px 0px 22px 20px;
}
#menu2
{
    float: right;
    width:643px;
    text-align: right;
    padding:10px 20px 0 0;
}
.copyright
{
    float: right;
    width:643px;
    padding: 4px 20px 0px 0px;
    text-align: right;
}


/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}
img.thumb {border:solid 1px #ff8a00; padding:1px; margin: 0 5px;}
img.thumb2 {border:solid 1px #bcbcbc; padding:3px; margin: 0 5px;}
#thumb1 {border: solid 1px #bcbcbc; padding:5px; background: #fff;}

.separator{width:100%;	height:30px; clear:both; padding:0; margin:0px 0;line-height: 0px; font-size: 0; overflow: hidden; background: url(images/separator.jpg) no-repeat 50% 50%; }

#title
{
    float: left;
    padding-bottom: 18px;
}
.diapo
{
    float: left;
    width: 200px;
    height: 140px;
    padding-right:20px;
}
.bg-text
{
    float: left;
    width:498px;
    height:101px;
    background: url(images/bg-box.jpg) no-repeat top left;
    padding: 10px 15px 0 12px;
}
/* listing */
.holder
{
    float: left;
    width:505px;
    height:150px;
    background: url(images/bg-holder.jpg) no-repeat top left;
    padding: 10px 15px 0 5px;
}
.photo
{
    float: left;
    width:150px;
    height: 140px;
    text-align: center;
}
.descr
{
    float: left;
    width: 338px;
    padding-left:10px;
}
.descr-details
{
    float: left;
    width:100%; 
}
.details-immo
{
    float: left;
    width:100%;
}

.pagination1
{
	float:left;
	width:518px;
	background:#ddd;
	padding:1px;
}
.pagination1 p
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px 1px 5px;
	background:#fff;
    color:#058405;
	border:solid 1px #949494;
}
.pagination1 a:link, .pagination1 a:visited
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	padding:1px 5px;
}
.pagination1 a:hover, .pagination1 a:active
{
	color:#ffffff;
	text-decoration:none;
	padding:1px 5px;
	font-weight:bold;
	background:#fea700;
}
#sel
{
	color:#ffffff;
	background:#fea700;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
}
