/* @override http://www.quatuor.be/styles/testimonials.css */

/* CSS Document */


div.testimonial {
	float: left;
	position:relative;
	display: block;
	margin:15px 0px;
	padding:0;
	min-height: 90px;
}
.testimonialsCat {
	position:  relative;
	float: left;
	width: 58px;
	min-height: 90px;
	display: block;
	margin: 0px;
	padding: 0px;
}
div.testimonialsCat span{
	display:none;
}
div.presse {
	background-image: url(../img/testim_pressicon.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
div.presse > div.testimonialsContent {
	background-color: #F4F4F4;
	color: #444444;
}

div.client {
	background-image: url(../img/testim_clienticon.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
div.client > div.testimonialsContent {
	background-color: #F4F4F4;
	color: #444444;
}

div.vip {
	background-image: url(../img/testim_wowicon.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
div.vip > div.testimonialsContent {
	background-color: #ceeafa;
}

.testimonialsContent {
	background-color: #D4D4D4;
	margin-left: 58px;
	padding: 10px;
}
.testimonialAuthor {
	font-weight: bold;
	color: #3DAAEA;
}
div.vip p.testimonialAuthor {
	color: #FF4EA3 !important;
}
