#left {
	float:left; display:inline;
	width:220px;
}

#left p.rechercheProduits, #left p.catalogueProduits, #left p.banqueDocumentaire {
	margin:20px 0 0 0; padding:4px 0 4px 30px;
	font-size:18px; font-weight:normal;
	border-bottom:3px solid #baa89c;
	color:#e5e5e5; background:url(../images/sitedesign/rb-picto-loupe.png) left center no-repeat;
}

#left form.rechercheProduit {
	margin:10px;
}

#left form.rechercheProduit .fieldResearch {
	margin:3px; padding:3px;
	width:180px;
	font:normal 13px arial;
	border:1px solid #ccc;
	color:#4e3937; background:url(../images/sitedesign/bg-form-input.png) left top no-repeat;
}

#left form.rechercheProduit .btSubmit, #left p.btSubmit {
	width:190px;
	margin:0 0 0 2px; padding:6px 14px 7px 14px;
	font:normal 14px arial;
	border:none; cursor:pointer;
	color:white; background:url(../images/sitedesign/bg-button.png) center center no-repeat;
}

#left ul.catalogueProduits {
	margin:15px 0 0 0; padding:0;
}

#left ul.catalogueProduits .sousMenu {
	margin-left: 15px;
	display: none;
}


#left ul.catalogueProduits li {
	margin:7px 0;
}

#left ul.catalogueProduits li a {
	color:#e5e5e5;
	padding:4px 0 4px 15px;
	font-size:14px; font-weight:normal;
	text-decoration:none;
	background:url(../images/sitedesign/fam-picto-produits.png) left center no-repeat;
}

#left ul.catalogueProduits li a:hover {
	color:orange;
	text-decoration:underline;
}


#left ul.catalogueProduits li ul li a {
	font-size:13px; font-weight:normal;
	background:url(../images/sitedesign/sub-picto-produits.png) left center no-repeat;
}


#left p.catalogueProduits {
	margin-top:30px;
	color:#e5e5e5; background:url(../images/sitedesign/rb-picto-catalogue.png) left center no-repeat;
}


#left p.banqueDocumentaire {
	margin-top:30px;
	color:#e5e5e5; background:url(../images/sitedesign/rb-picto-espace-docs.png) left center no-repeat;
}

#left p.btSubmit {
	margin:15px 0;
	text-align:center;
}

#left p.btSubmit a {
	color:white;
	text-decoration:none;
}

