/* CSS Document */
html, body{
	overflow-x: hidden;
	}
body{
	margin: 0px;
	padding: 0;
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	}

#main{
	height: auto !important;
	height: 100%; /* BUG IE */
	}
	
p.links{
	font-size: 0.8em;
	text-align: center;
	}

/* ANNONCES */
#global_annonces{
	margin: 0;
	height: auto !important;
	height: 100%; /* BUG IE */
	}
div.annonce{
	position: relative;
	float: left;
	margin: 15px;
	padding: 0;
	width: 200px;
	background: #E0B68E;
	border: 1px solid rgb(0, 0, 0);
	height: auto !important;
	height: 100%; /* BUG IE */
	}
	h1.type_bien, h3.type_bien, h4.affaire{
		margin: 0;
		padding: 1px 3px 3px;
		height: 1.2em;
		background: #3E3228;
		color: white;
		font-size: 0.9em;
		font-weight: bold;
		font-variant: small-caps;
		text-align: center;
		text-transform: capitalize;
		}
	h1.type_bien{
		font-size: 1.5em;
		font-variant: normal;
		z-index:1;
		}
	h3.type_bien span.superficie{
		font-size: 0.8em;
		}
	h4.affaire{
		font-size: 0.6em;
		text-align: left;
		height: 1.2em;
		font-variant: normal;
		}
	h4.affaire span.reference{
		float: right;
		font-weight: normal;
		}
	h4.affaire span.superficie{		
		font-weight: bold;
		}	
	div.global{
		padding: 5px 5px 0;
		font-size: 0.8em;
		text-align: center;
		height: auto !important;
		height: 100%; /* BUG IE */
		}
		
		div.global .img img{
			margin: 0;
			padding: 0;
			height: 112px;
			}
		div.global .lieu{
			line-height: 1.1em;
			font-size: 0.9em;
			font-family: 'Trebuchet MS', sans-serif;
			}
		a.detail{
			display: block;
			margin: 2px auto 5px;
			padding: 2px;
			width: 145px;
			background: #936;
			color: white;
			border: 1px solid rgb(6, 43, 123);
			border-color: rgb(128, 128, 128) rgb(0, 0, 0) rgb(0, 0, 0) rgb(128, 128, 128);
			font-size: 0.8em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			}
			a.detail:hover{
				background: rgb(164,82,0);
				color: rgb(255, 255, 0);
/*				border-color: rgb(6, 43, 123) rgb(125, 157, 216) rgb(125, 157, 216) rgb(6, 43, 123);*/
				}
	h5.prix{
		margin: 0;
		padding: 0;
		background: white; /*rgb(255, 224, 28);*/
		color: rgb(216, 0, 39);
		font-family: Impact, sans-serif;
		font-weight: normal;
		font-size: 1.2em;
		letter-spacing: 1px;
		text-align: center;
		}
.clear{
	clear: both;
	}

/* DETAILS SUR UNE ANNONCE */
h2{
	margin: 0 0 0.5em 0;
	padding:  0.2ex 0.5em;
	font-size: 2em;
/*	background: rgb(207, 226, 255);*/
	color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(102, 51, 0);
	}
#global{
	margin: 10px;
	padding: 0;
	background: #E0B68E;
	}
#images{
	float: left;
	padding: 15px 25px;
	width: 150px;
	text-align: center;
	}
	#images img{
		margin: 2px 0;
		border: 1px solid rgb(102, 51, 0);
		border-width: 1px 2px 2px 1px;
		}
#content{
	margin: 15px 15px 0 200px;
	font-size: 0.8em;
	}
	#informations_generales, .categorie{
		margin: 0.5em 0 1em;
		padding: 0 1.5em;
		list-style-position: inside;
		}
	#info_generales{
		margin: 1em 0.5em;
		}
		.categorie li{
			margin: 0;
			padding: 0;
			}
	#commentaire{
		margin: 0.5em 0 1em;
		padding: 0 1.5em;
		}
	#prix{
		margin: 1em 0 0.2em 0; /*200px;*/
		padding: 0 1em;
		background: white;
		color: rgb(216, 0, 39);
		font-family: Impact, sans-serif;
		font-weight: normal;
		font-size: 1.8em;
		text-align: right;
		}
	#actions ul{
		margin: 1em 0 0;
		padding: 2px 0;
		}
		#actions li, #menu li{
			display: inline;
			}
		#actions li a, #menu li a{
			margin: 0 0.5em;
			padding: 2px 5px;			
			background: #936;
			color: white;
			border: 1px solid rgb(6, 43, 123);
			/* border-color: rgb(128, 128, 128) rgb(0, 0, 0) rgb(0, 0, 0) rgb(128, 128, 128); */
			text-decoration: none;
			}
			#actions li a:hover, #menu li a:hover{
				background: rgb(164,82,0);
				color: rgb(255, 255, 0);
				}
#menu{
	margin: 0;
	padding: 10px 1em;
	font-size: 0.8em;
	background: #3E3228;
	color: inherit;
	border: 3px solid #936;
	z-index:1;
	}

	
#loading{
	display: block;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 10% 0;
	width: 100%;
	height: 500px;
	background: white;
	font-weight: bold;
	text-align: center;
	z-index: 100;
	}
#a_advanced_search{
	display: none;
	}

div.plus span{
		position: absolute;
		display: block;
		text-indent: -5000px;
		overflow: hidden;
	}
	span.coeur{
		width: 25px;
		height: 16px;
		background: transparent url(cssimg/coeur.gif) no-repeat center center;
		top: 3em;
		left: 1.7em;
		}
	span.vendu{
		width: 90px;
		height: 90px;
		background: transparent url(cssimg/vendu.gif) no-repeat center center;
		top: 2.8em;
		left: 25px;
		}
	span.exclu{
		width: 90px;
		height: 90px;
		background: transparent url(cssimg/exclu.gif) no-repeat center center;
		top: 2.8em;
		right: 25px;
		}
	span.exclu_detail{
		position: absolute;
		width: 96px;
		height: 96px;
		background: transparent url(cssimg/exclu_detail.gif) no-repeat center center;
		top: 14px;
		right: 14px;
		z-index: 101;
		}
a.photos img{
	border: none;
	}