/* Page catalogue */
#arborescence {
	color:#01367C;
	margin-top:15px;
	margin-bottom:10px;
}
#blocAnnonce {
	width: 176px;
	margin-right: 8px;
	height: 225px;
	padding: 6px;
	border: 1px dashed #2B2623;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
	z-index:100;
}
#blocAnnonce ul {
	margin:0px;
	padding:0px;
}
#blocAnnonce li {
	list-style:none;
}
#blocAnnonce .titre {
	text-align:center;
	font-weight: bold;	
	height:30px;
}
#blocAnnonce .img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #333;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display:block;
}
#blocAnnonce #infos .label,
#detailAnnonce #infos .label {
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
#blocAnnonce #detail {
	text-align:center;
	position:absolute;
	bottom:10px;
}
.lienDetails {
	color: #131E82;
}
#blocAnnonce #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 detail */
#detailAnnonce {
	position:relative;
	z-index:100;
}
#detailAnnonce #btnRetour {
	position:absolute;
	top:-30px;
	right:20px;
}
#detailAnnonce #photos {
	width: 200px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #E9E9E9;
	float:left;
}
#detailAnnonce #photos img {
	border: 1px solid #2A2522;
}

#detailAnnonce #photos #photo {
	width:200px;
	margin-bottom:5px;
	float:left;
}
#detailAnnonce #photos #photo1,
#detailAnnonce #photos #photo2,
#detailAnnonce #photos #photo3,
#detailAnnonce #photos #photo4,
#detailAnnonce #photos #photo5,
#detailAnnonce #photos #photo6 {
	width:95px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
#detailAnnonce #infos {
	width: 365px;
	float:left;
}
#detailAnnonce #productsDescription {
	margin-bottom: 10px;
	border: 1px dashed #CBC7C9;
	padding: 8px;
	background-color: #E6E3E4;
	float:left;
	width:365px;
}
#detailAnnonce #infos ul {
	margin-left: 15px;
}
#detailAnnonce #infos li {
	margin-bottom: 5px;
	list-style:none;
}
