

.td_left {
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #545454;
}

#td_recherche {
	width: 380px;
}




#accueil #accroche {
	padding: 0 13px;
	text-align: center;
	margin: 7px 13px 5px 13px;
}

#accueil #accroche h1 {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "Trebuchet Ms";
	color: #014061;
}

#accueil #accroche p {
	line-height: 21px;
	color: #666;
}

#accueil .tb-apercu {
	width: 100%;
	text-align: justify;
	table-layout: fixed;
}

#accueil .tb-apercu tr {
	vertical-align: top;
}

#accueil .tb-apercu .td-left {
	padding-left: 10px;
	padding-right: 5px;
}

#accueil .tb-apercu .td-right {
	padding-right: 10px;
	padding-left: 5px;
}

#accueil .tb-apercu .pseudo-h2,
#accueil .tb-apercu h2 {
	color: #f70;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
}

#accueil .tb-apercu h2.nom_societe {
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 16px;
}

#accueil .tb-apercu .extrait {
	position: absolute;
	padding: 5px 15px 15px 15px;
	height: 230px;
	text-align: justify;
	top: 0px;
	left: 0px;
	display: none;
	color: grey;
	line-height: 20px;
}

#accueil .tb-apercu .slide-extraits {
	position: relative;
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

#accueil .tb-apercu .bloc-puces {
	height: 20px;
	margin: 12px 10px 0 0;
	padding: 0 0 8px 0;
	position: relative;
}

#accueil .tb-apercu .puces {
	position: absolute;
	top: 0px;
	right: 0px;
}

#accueil .tb-apercu .puces .slide-puce {
	background: none;
	font-size: 10px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
}

#accueil .tb-apercu .puces .slide-puce.on {
	background: transparent url(/images/icones/puce-on.png) no-repeat 0 0;
}

#accueil .tb-apercu .puces .slide-puce.off {
	background: transparent url(/images/icones/puce-off.png) no-repeat 0 0;
}

#accueil .tb-apercu .div-img-producteur {
	float: left;
	margin: 0 15px 5px 0;
}

#accueil .tb-apercu .ul-producteurs {
	padding: 10px 0 10px 15px;
}

#accueil .tb-apercu .ul-producteurs li {
	line-height: 24px;
}












