.cadre_diffu_fleche {
	width:100%;
	position:relative;
	padding:10px;
	box-sizing: border-box;
}

.diffu_fleche_fleche {
	border-width: 29px 29px 0 29px;
	z-index: 2;
    position: absolute;
    bottom:-29px;
    left: 50%;
    margin-left: -29px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
}

.titre_diffu_fleche {
	font-size:25px;
	text-align:center;
	width:100%;
}

.ss_titre_diffu_fleche {
	font-style:italic;
	width:100%;
	text-align:center;
	font-size:17px;
}

.contenu_diffu_fleche {
	width:100%;
	text-align:center;
	margin-top:30px;
}