@charset "utf-8";
/* CSS Document */

.cadre_temoignage {
	width: 270px;
	height:270px;
	float: left;
	margin-left: 3%;
	margin-top:0%;
	background-image:url(../images/temoignage/temoignage.png);
	
	
}
.type_temoignage  {
	text-align: center;
	font-size: 12px;
	color: #7C1744;
	font-weight: bolder;
	width: 300px;
	height: 30px;
	padding-top: 1%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	
}
.nom_temoignage  {
	text-align: center;
	height: 65px;
	font-size: 12px;
	float: left;
	width: 140px;
	
}
.img_temoignage  {
	width: 110px;
	height: 65px;
	float: left;
	
}
.auteur_temoignage  {
	text-align: left;
	float: left;
	width: 265px;
	color:#666;
	
}

.citation_temoignage {
	display:block;
	float: left;
	width: 270px;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;
	height:110px;
}

.conteneur_temoignage {
	width:265px;
	float:left;
	height: 230px;
	border-top: none;
	padding-left:1%;
	
}




.lien_temoignage {
	float:left;
	width: 265px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	padding-left:30%
	
}
