/* CSS Document */
* {
	margin: 0;
    padding: 0;
	border: 0;
}
img.png {
	behavior: url(images/png.htc);
}
Body {
	background-color: #999999;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS";
	line-height: 1em;
}
#conteneur {
	position: relative;
    min-height: 100%;
	width: 100%;
}

* html #conteneur {
	height: 100%;
}

#contenu {
	width: 100%;
	margin: 0 auto;
	/*padding-bottom: 150px;*/
}
#Banniere {
	width: 1000px;
	height: 208px;
	margin: 0 auto;
	background: url(images/banniere.jpg) no-repeat;
}
#Menu {
	width: 1028px;
	height: 30px;
	margin: 0 auto;
	padding: 4px 0 18px 0;
	background: url(images/fond_blc_ombre.jpg) repeat-y;
}
#Menu img {
	border: 0;
}
#CadreRecherche {
	width: 1000px;
	/*height: 30px;*/
	margin: 0 auto;
	padding: 0 14px 0 14px;
	background: url(images/fond_blc_ombre.jpg) repeat-y;
}
#Selection {
	width: 1000px;
	/*height: 30px;*/
	margin: 0 auto;
	padding: 21px 14px 0 14px;
	background: url(images/fond_blc_ombre.jpg) repeat-y;
}
#Selection .BarreTitre {
	position: relative;
	left: -14px;
	width: 1028px;
	height: 34px;
}
#Selection .BarreTitreVenteLoc {
	position: relative;
	left: -14px;
	width: 1028px;
	height: 34px;
	background: url(images/barre_titre_listebiens.jpg) no-repeat;
}
#BasPage {
	width: 1028px;
	/*height: 30px;*/
	margin: 0 auto;
}
#PiedPage {
	width: 1028px;
	height: 57px;
	margin: 0 auto;
	background: url(images/pied_page.jpg) no-repeat;
}
#DbgL {
	width: 1028px;
	height: 20px;
	margin: 0 auto;
}
#DbgL a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#DbgL a:hOver {
	text-decoration: underline;
}

.CadreBien {
	background: url(images/cadre_bien.jpg) no-repeat; 
	width: 318px; 
	height: 173px;
	padding: 7px 6px 0 6px;
}
.champoblig {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.PRIX {
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
}
.PiedPage {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.PiedPage a {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.PiedPage a:hOver {
	text-decoration: underline;
}
.LienPageListeBiens  {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.LienPageListeBiens:hOver  {
	text-decoration: underline;
}
.CadreDetailListeBiens {
	width: 400px;
	height: 200px;
	z-index: 997;
	position: absolute;	
}
.CadreMiniaturePhotoBien {
	position: relative;
	left: 20px;
}
.TITRE_FICHE_BIEN{
	font-size: 45px;
	color: #000000;
	font-weight: bold;
	line-height: 1.1em;
}
.PRIX_FICHE_BIEN{
	font-size: 31px;
	color: #990000;
	font-weight: bold;
	line-height: 1.1em;
}
.TXTVousEtesInteresses {
	color: #000000;
	font-size: 12px;
	font-style:italic;
}
.LienVousEtesInteresses {
	color: #FF0000;
	font-size: 12px;
	font-style:italic;
}
.HeadTableauFicheBien {
	background: #333333;
	color: #FFDF00;
	font-weight: bold;
	text-align: center;
	width: 200px;
}
.CellTableauFicheBien {
	text-align: left;
	padding-left: 2px;
}
.DivTableauFichebien {
	width: 470px;
	background: #666666;
	color: #ffffff;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
.SEPARATEUR {
	line-height: 0.3em;
}
.MyInput {
	border: solid 1px #FFCC00;
}
