@import url("../../common/modules/testimonials.css");
/*------------------------------------------- Teaser -----------------------------*/
.testimonial_teaser .row{
	text-align:left;
	font-size:9px;
	border-bottom:solid 1px #004c84;
	padding:0px 0 5px 0;
	margin-bottom:13px;
}

.testimonial_teaser .last{
	border-bottom:none;
	margin-bottom:0px;
	padding:0px;
}

.testimonial_teaser .visuel{
	float:left;
	margin-right:3px;
}

.testimonial_teaser .row .inverse .visuel{
	float:right;
	margin-right:0px;
	margin-left:3px;
}

.testimonial_teaser h3{
	text-transform:uppercase;
	color:#00477b;
	font-size:9px;
	border-bottom: none;
}

.testimonial_teaser h3 span{
	text-transform:none;
}

.testimonial_teaser .contenu{
	float:right;
	width:83px;
	padding-top:2px;
}

.testimonial_teaser .row .inverse .contenu{
	float:left;
}

.testimonial_teaser .bt_plus_infos{
	float:right;
	padding-top:3px;
	color:#e53171;
	font-size:9px;
	text-decoration:underline;
}

.testimonial_teaser .bt_plus_infos:hover{
	color:#c31150;	
}


