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

/* Fil d'ariane */
/* -------------------------------------------------------------- */
#arborescence {
	margin-bottom:20px;
}
/* Page Accueil Dernier produit
/* -------------------------------------------------------------- */

.blocProduitDernier {
	width: 605px;
		margin-right: auto;
	margin-left:auto;
	height: 355px;
	padding: 5px;
	border: 1px dashed #CCC;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
}

.blocProduitDernier-hover {
	width: 605px;
	margin-right: auto;
	margin-left:auto;
	height: 355px;
	padding: 5px;
	border: 1px dashed #CCC;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
	background-color: #DFDFDF;
}

.blocProduitDernier #prix{
	color:#B01703;
	font-size:1.6em;
}
/* Page de résultat
/* -------------------------------------------------------------- */
.osc_results {
	width: 185px;
	margin-right: 7px;
	height: 255px;
	padding: 5px;
	border: 1px dashed #2B2623;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
}
.osc_results_vendu
{
	width: 101px;
	margin:0px;
	height: 40px;
	padding: 0px;
	position: absolute;
	left:0px;
	top:70px;
	background: url(/images/picto-vendu.png) no-repeat left top;
}
.bloc-hover {
	width: 185px;
	margin-right: 7px;
	height: 255px;
	padding: 5px;
	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.3em;
	background-image:none;
	text-transform:none;
	padding:0;
	color:#B01703;
	margin:0 0 0.5em 0em;
	
}
.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: 605px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CBC7C9;
	float:left;
	display:inline;
	margin-bottom:10px;
}
#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:140px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:4px;
	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:600px;
}
#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 select {
	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;
}
.valuePromo {
	color: #F00;
	font-weight:bold;
	font-size:14px;
	

}
