.container_enquetes ul {
    display: inline-block;
}
.container_enquetes li {
    list-style-image: url("/public/img/picto/check.png");
    border-bottom: 1px solid #b7b7b7;
    padding: 5px 0 5px 5px;
    font-size: 13px;
	line-height: 22px;
}
.container_enquetes>div {
    float: left;
}
.titleaccroche {
    color: #646464;
}

.title_enquetes {
    display: block;
    color: #2D9EDC;
    padding-bottom: 10px;
}
.sstitle_enquetes {
    display: block;
    padding-bottom: 10px;
    font-size: 19px;
}
.content_para {
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-top: 20px;
    color: #222121;
    padding: 20px 10px 35px 17px;
    width: 616px;
}
.content_achat {
    border: 3px solid #ebebeb;
    background: #fff;
    color: #646464;
    min-height: 27px;
    line-height: 27px;
    margin: 20px 0 0;
    padding: 7px 15px;
    position: relative;
    width: auto;
}
.lienVersPDF {
    display: inline-block;
}

.fiche_EC img {
    display: block!important;
}
.content_achat button {
    position: absolute;
    top: 50px;
    right: 10px;
    margin-top: -14px;
}

.meaLien {
	text-align : center;
	padding : 10px;
}

.meaLien > a {
	font-weight : bold;
	color : red;
}