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

/* Fil d'ariane */
/* -------------------------------------------------------------- */
#arborescence {
	margin-bottom:20px;
}
/* Page de résultat
/* -------------------------------------------------------------- */
#blocAnnonce {
	width: 185px;
	margin-right: 10px;
	height: 270px;
	padding: 6px;
	border: 1px dashed #ffffff;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
}
#blocAnnonce .titre {
	text-align:center;
	font-weight: bold;
	height:30px;
}
#blocAnnonce .img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #000000;
	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 {
	margin-top:5px;
	text-align:center;
	width: 100%;
}
#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 détail
/* -------------------------------------------------------------- */

#detailAnnonce {
	position:relative;
}
#detailAnnonce #btnRetour {
	position:relative;
	text-align:right;
	right:0px;
}
#detailAnnonce #photos {
	width: 300px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CBC7C9;
	float:left;
}
#detailAnnonce #photos img {
	border: 1px solid #2A2522;
}
#detailAnnonce #photos #photo {
	width:300px;
	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: 300px;
	float:left;
}
#detailAnnonce #productsDescription {
	margin-bottom: 10px;
	border: 1px dashed #ffffff;
	padding: 8px;
	background-color: #2A2A2A;
	float:left;
	width:300px;
}
#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;
}
/* 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;
}


/* Mootools 
-----------------------------------------------*/
.bloc-hover { /* Changement css du bloc au passage de la souris */
	border: 1px solid #B3C229;
	background-color: #ECF1BE;
}

