body{
	background: url(../../img/bgBody.jpg);
}

input{
	border: 1px solid #A0A0A0;
}

textarea{
	border: 1px solid #A0A0A0;
}

.showMasque{
	position: absolute;
	width: 99%;
	height: 90%;
	z-index: 100;
}

.hideMasque{
	position: absolute;
	width: 0%;
	height: 0%;
	background: #DEDEDE;
	z-index: 0;
}

.formulaire label{
	display:inline;
	margin-left: -3px;
}

.formulaire{
	margin-top: 0px;
	margin-bottom: 0px;

}

.button{
	display:inline;
	width: 30px;
	border: 1px solid #262626;
	background: #EDEDED;
}

.resultat{
	width: 564px;
	height: 52px;
	border-bottom: 1px solid #AEAEAE;
	border-right:  1px solid #AEAEAE;
	border-left:  1px solid #AEAEAE;
	cursor: pointer;
	background: #EDEDED;
	overflow-y: hidden;
}

.resultat div{
	text-align: center;
}

.resultat:hover{
	background: #DEDEDE;
}

.entete{
	float:left;
	background:#000;
	color: #FFF;
	text-align: center;
}

#container{
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #DEDEDE;
	margin-top: -279px;
	margin-left: -501px;
	width: 1002px;
	height: 557px;
	background: url(../../img/background.jpg);
}

#achat{
	position: absolute;
	left: 775px;
	top: 30px;
	width: 100px;
	height: 30px;
	cursor: pointer;
}
#vente{
	position: absolute;
	left: 775px;
	top: 70px;
	width: 100px;
	height: 30px;
	cursor: pointer;
}
#location{
	position: absolute;
	left: 765px;
	top: 113px;
	width: 140px;
	height: 30px;
	cursor: pointer;
}
#gestion{
	position: absolute;
	left: 765px;
	top: 155px;
	width: 135px;
	height: 30px;
	cursor: pointer;
}
#qui{
	position: absolute;
	left: 868px;
	top: 246px;
	width: 19px;
	height: 40px;
	cursor: pointer;
}
#ou{
	position: absolute;
	left: 933px;
	top: 235px;
	width: 33px;
	height: 31px;
	cursor: pointer;
}
#fnaim{
	position: absolute;
	left: 881px;
	top: 335px;
	width: 105px;
	height: 80px;
	cursor: pointer;
}
#contact{
	position: absolute;
	left: 803px;
	top: 292px;
	width: 33px;
	height: 43px;
	cursor: pointer;
}
#mention{
	position: absolute;
	left: 391px;
	top: 5px;
	width: 203px;
	height: 13px;
	cursor: pointer;
}
#acquisition{
	position: absolute;
	left: 80px;
	top: 5px;
	width: 260px;
	height: 13px;
	cursor: pointer;
}
#accueil{
	position: absolute;
	left: 600px;
	top: 430px;
	width: 395px;
	height: 100px;
	cursor: pointer;
}
#texteMasque{
	position: absolute;
	width: 585px;
	height: 480px;
	margin-top: 30px;
	margin-left: 10px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	background: #FFF;
	border: 1px solid #DEDEDE;
}

#loader{
	position: absolute;
	width: 1002px;
	height: 557px;
	display:none;
	opacity: 0.1;
	filter:alpha(opacity=10);
	background: #FFF;
	z-index:99;
}

#message{
	position: absolute;
	top:15px;
	left:5px;
	font-size:12px;
	color:#FFF;
	display:none;
	z-index:99;
}

#texte{
	position: absolute;
	width: 580px;
	height: 480px;
	margin-top: 30px;
	margin-left: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	font-family: arial;
	color: #262626;
	padding-left: 5px;
}

#texte a{
	color: #FF0000;
	text-decoration: none;
}
#resultat{
	margin-left: 5px;
}
#param{
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 5px;
	border-right: 2px solid #AEAEAE;
	border-bottom: 2px solid #AEAEAE;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
}
#description{
	margin-left: 215px;
	margin-top: 5px;
	width: 345px;
	height: 95px;
	border-right: 2px solid #AEAEAE;
	border-bottom: 2px solid #AEAEAE;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	padding-left: 4px;
	padding-top: 3px;
}
#miniature{
	position:absolute;
	margin-top: 5px;
	margin-left: 25px;
	width: 165px;
	height: 295px;
	float:left;
	overflow-y: auto;
}
#exclusivite{
	position:absolute;
	margin-top: 310px;
	margin-left: 45px;
}
#miniature div{
	margin-right: 5px;
	float:left;
	margin-top: 2px;
	width:70px;
	height:70px;
	text-align:center;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:pointer;
}
#miniature div:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#true{
	width: 350px;
	height: 350px;
	text-align: center;
	margin-left: 215px;
	margin-top: 5px;
	position: absolute;
}