/* Catalogue 
/* -------------------------------------------------------------- */
/*-------------------------------------------------------------- */

/* Fil d'ariane */
/* -------------------------------------------------------------- */
#arborescence {
	margin-bottom:20px;
}
/* Page de résultat
/* -------------------------------------------------------------- */
.osc_results {
	width: 185px;
	margin-right: 10px;
	height: 155px;
	padding: 6px;
	border: 1px dashed #2B2623;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
}
.bloc-hover {
	width: 185px;
	margin-right: 10px;
	height: 155px;
	padding: 6px;
	border: 1px dashed #2B2623;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
	background-color: #DFDFDF;
}
.osc_results h2,
.bloc-hover h2 {
	text-align:center;
	font-weight: bold;
	height:30px;
	font-size:1.2em;
	background-image:none;
	text-transform:none;
	padding:0;
	
}

.osc_results a {
	color:#000000;
}
.osc_results a:hover {
	color:#003399;
}

.osc_results .img,
.bloc-hover .img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #333;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display:block;
}
.osc_results #infos .label,
#detailAnnonce #infos .label,
.bloc-hover #infos .label {
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.osc_results #detail,
.bloc-hover #detail {
	margin-top:5px;
	text-align:center;
	width: 100%;
}
.osc_results #prix,
.bloc-hover #prix {
	float: left;
	width: 85px;
	text-align: center;
	font-size: 18px;
	color: #CD4BCA;
	font-weight: bold;
	height: 30px;
	background-position: center;
	padding-top: 20px;
}
/* Page détail
/* -------------------------------------------------------------- */

#detailAnnonce {
	position:relative;
}

#detailAnnonce #photos {
	width: 300px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CBC7C9;
	float:left;
	display:inline;
}
#detailAnnonce #photos img {
	border: 1px solid #2A2522;
}
#detailAnnonce #photos #photo {
	width:300px;
	margin-bottom:5px;
	float:left;
}
#detailAnnonce #photos #photo1, #detailAnnonce #photos #photo2, #detailAnnonce #photos #photo3, #detailAnnonce #photos #photo4, #detailAnnonce #photos #photo5, #detailAnnonce #photos #photo6 {
	width:145px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
#detailAnnonce #infos {
	width: 535px;
	float:left;
	display:inline;
}
#detailAnnonce #productsDescription {
	margin-bottom: 10px;
	border: 1px dashed #CBC7C9;
	padding: 8px;
	background-color: #E6E3E4;
	float:left;
	width:500px;
}
#detailAnnonce #productsMap {
	margin-bottom: 10px;
	border: 1px dashed #CBC7C9;
	padding: 8px;
	background-color: #E6E3E4;
	float:left;
	width:800px;
	height:250px;
}
#detailAnnonce #infos ul {
	margin-left: 5px;
}
#detailAnnonce #infos li {
	margin-bottom: 5px;
}

#map {
	width: 550px;
	height:220px;
	overflow:hidden;
}

/* Formulaire de recherche simple
/* -------------------------------------------------------------- */

#formulaire {
	float:left;
	padding:6px;
	background-color:#CCCCCC;
}
#formulaire label {
	width:120px;
	float:left;
	position:relative;
	text-align:right;
	padding-right:10px;
}
#formulaire .sep {
	border-bottom:1px dotted #2f2f2f;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.formType {
	margin: 5px 0 10px 0;
}
#formulaire .formSubmit {
	cursor:pointer;
	color:#333;
	float:left;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 180px;
}
#formulaire a {
	color:#990000;
	text-decoration:underline;
	float:right;
}



