/* CSS Document */
.layout-artisans{
	width:500px;
	margin-top:30px;
	margin-left:5px;
	margin-right:5px;
}
.artisans-bound{
	width:100%;	
	overflow:hidden;
	background:url(../images/bg-artisans.png);
}
.title-artisans{
	width:100%;
	height:40px;
	background:url(../images/bg-resan.png) no-repeat;
}
.title-artisans a{
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding-left:30px;
	text-transform:uppercase;
	line-height:27px;
}
.content-artisans{
	width:100%;	
	overflow:hidden;
}
.artisans{
	width:460px;
	overflow:hidden;
	padding:20px 20px 0 20px;	
}
.items-artisans{
	width:125px;
	float:left;
	margin-right:40px;
	margin-bottom:15px;
	text-align:center;
}
.items-artisans img{
	width:115px;
	height:90px;
	border-radius:5px;
	margin-bottom:5px;
}
.artisans-end{
	margin-right:0 !important;
}
.items-name a{
	font-size:15px;
	color:#333333;
}
.bottom-artissan{
	float:right;
	margin-bottom:10px;
	margin-right:15px;
}
.bottom-artissan a{
	font-size: 13px;
	color: #663300;
	font-style: italic;
}