html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5d5d5d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #393939;
	height: auto;
	width:auto;
}

#container2 {
	background-image: url(../fr/images/background.png);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	width: 1019px;
	height: 614px;
	text-align: left;
	z-index:20;
	visibility:hidden;
} 

#backgr {
	left:0px;
	top:0px;
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:1;
	visibility:hidden;
} 
#decoration {
	left:0px;
	top:0px;
	position:absolute;
	width: 119px;
	height: 502px;
	z-index:12;
	visibility:hidden;
} 
#topDroit {
	left:0px;
	top:0px;
	position:absolute;
	width: 124px;
	height: 17px;
	z-index:21;
	visibility:hidden;
} 
#txtBas {
	left:0px;
	top:0px;
	position:absolute;
	width: 385px;
	height: 16px;
	z-index:100;
	visibility:hidden;
	text-align:right
}
#maisonContainer{
	height:290px;
	overflow-y: scroll;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Texte */

p {
	font:verdana;
	font-size:11px;
	color:#000000;
}

.Text_11blanc {
	font-size: 11px;
	color: #ffffff;
}

.Text_9gris {
	font-size: 9px;
	color: #cec7ab;
}

.Text_11gris {
	font-size: 11px;
	color: #cec7ab;
}

.Text_10gold {
	font-size: 10px;
	color: #dabc3d;
}

.Text_11gold {
	font-size: 11px;
	color: #dabc3d;
	font-weight: bold;
}
.Text_14gold {
	font-size: 14px;
	color: #dabc3d;
	font-weight: bold;
}


