.presta{
	float: left;
	margin: 0px 20px 10px 0;
	background: #fbfbfb;
	padding: 10px 10px 5px;
	width: 170px;
	text-align: center;
	border: 1px solid #e6e6e6;
	height: 160px;
	cursor: pointer;
	
}
.presta:hover{
	background: #ededed;
	border: 1px solid #056dbd;
	
}
.presta .title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px;
}
.presta:hover .title{
	color: #056dbd;
}
.presta .frame{
	height: 130px;
}
.presta img{
	margin: 5px 0;
}

.prestation{
	float: left;
	margin: 0px 20px 10px 0;
	
}
.prestation .body{
	margin: 15px 0 10px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
.prestation .title{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px;
}
.prestation .col{
	float: left;
	margin: 10px;
	line-height: 18px;	
}
.prestation .right{
	width: 400px;
}
.prestation .info{
	float: left;
	width: 625px;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fff url('../../../../images/template/info-bg.png') no-repeat top left;
	font-size: 14px;
	color: #000;
	overflow: hidden;
}
.prestation .info span{
	color: #575759;
	font-weight: normal;
}
.prestation .info a{
	font-size: 14px;
	color: #575759;
	font-weight: normal;
	
}
.prestation .info a:hover{
	color: #f2691d;
}
.prestation .thumb{
	width: 150px;
	height: 100px;
	float: left;
	margin : 20px 20px 0px 3px;
	padding: 0;	
}
