/*----------------------------------------------------------------------*/
/* debut - fiche détail */
/*----------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #010230;
	margin:10px 0 0 0;
	padding: 0px;
	background: #FFF;

}

#siteFiche {
	width: 700px;
/*	_height: 570px;
	min-height: 570px;*/
	margin:auto;
	z-index: 5;
}

#headerFiche{
	width:700px;
	height:150px;
	background: #02063C url(../images/appartement-villa.jpg) top left no-repeat;
	border:1px solid #996600;
	text-indent:-999;
	margin:0px;
	padding:0px;
}

#headerPrint{
	display:none;

}

#contenuFiche{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	border:1px solid #996600;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}
#contenuFiche h1{
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0px;
	color:#996600;
}

#contenuFiche p{
	font-size:9pt;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:justify;
}

.ligneHr{
	width:100%;
	height:1px;
	color:#996600;
}

#menuBas {
	clear:both;
	font-size:8pt;
	text-align: center;
	width: 700px;
	height: 50px;
	padding: 0px;
	margin:30px 0 20px 0;
	color: #010230;
}

#menuBas a {
	color:#010230;
	text-decoration:none;
}

#menuBas a:hover {
	color:#010230;
	text-decoration:underline;
}

#footerFiche {
	clear:both;
	font-size:8pt;
	text-align: center;
	width: 700px;
	height: 50px;
	padding: 0px;
	margin:30px 0 20px 0;
	color: #010230;
	z-index: 6;
}

#footerFiche a{
	color: #010230;
	text-decoration: none;
}
#footerFiche a:hover{
	text-decoration: underline;
}
#footerFiche em {
	padding: 0px 60px;
}
/*----------------------------------------------------------------------*/
/* fin - fiche détail */
/*----------------------------------------------------------------------*/

#flashLayer{
	position:fixed;
}

#flashcontent {
	z-index:999;
	/*overflow: hidden !important;*/
	margin: 0 auto;
}

#homepage {
	margin: 0 auto;
	/*overflow: hidden !important;*/
	width: 100%;
	min-width:990px;
}
