div#main_content { float: left; }
div#encart_content { float: right; }

h4 {
	color: #008444;
	font-size: 12px;
}

.recherche-form p {
	margin-left: 150px;
}
.recherche-form p label {
	float: left;
	width: 140px;
	margin-left: -150px;
}

.recherche-form p select {
	width: 225px;
}

.nbr_results {
	color: #c60b1f;
	font-size: 18px;
	font-weight: bold;
}

#coop-listing .thumb-coop {
	float: left;
	text-align:center;
	width: 140px;
}

#coop-listing a {
	color: #666666;
}
#coop-listing p {
	padding: 2px;
	margin: 0;
}

#Arbo_Dynamique li ul {
	list-style-type: disc;
	margin-left: 0px;
}

#fiche_map {
	float: left;
	width: 180px;
	height: 180px;
	border: 1px solid #eeeeee;
	margin: 0 10px 10px 0;
}

.titre_ref {
	font-size: 10px;
	color: #c60b1f;
}
.titre_ref span {
	font-size: 13px;
	font-weight: bold;	
}

/* LISTING DES PRODUITS */
#prod-listing .thumb-prod {
	float: left;
	text-align:center;
	width: 105px;
}

#prod-listing img {
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 100px;
}
#prod-listing a {
	color: #666666;
}
#prod-listing p {
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

