.analyse8 {
	color: #000000;
	text-align: left;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:24px;
	font-weight: normal;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	overflow:hidden;
}

.story2 {
	background-color: #FAFAFA;
}

div.storyfiche {
	max-width:740px;
	padding:20px;
	margin:auto;
	font-size:14px;
	line-height:24px;
	text-align:justify;
	text-justify:newspaper;
}

.pointsforts {
	margin-top:20px;
	max-width: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	background-origin: content-box;
}

.aparte {
	min-height:24px; background-color:#DCDCDC; color:#414043; line-height:24px; text-align:center; text-transform:uppercase; font-size:13px; font-weight:bold;
}

.pointsfortsliste {
	float:left;
	width:50%;
}
.critique li {
	background-image : url(/images/plusloin.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	list-style:none;
	padding-left:10px;
	text-align:left;
	font-size:12px;
	line-height: 18px;
	color:#000000;
}

.boxgammes8{
	color: #000000;
	text-align: left;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
}

.boxgammes8 table {width:100%; position: absolute; top:0; left:0;}
.boxgammes8 table td {padding:6px 10px 6px 10px;}


.gammeactuelle {
	max-width: 740px;
	margin: auto;
	padding: 0 20px 20px 20px;
}


.titre-fiche {
	color: #000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	padding: 20px 20px 10px 20px;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	margin: auto;
	margin-bottom:20px;
	border-bottom: 3px solid #414043;
	max-width:800px;
}



[data-reactions]:after {
  content: attr(data-reactions);
  position: absolute;
  background: #414043;
  border: 1px solid #E0E0E0;
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  min-width:14px;
  text-align:center;
  font-size:12px;
  line-height:20px;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

.titresection {
	text-align:left;
	font-size:28px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 42px;
	background-color:#f5f5f5;
	padding: 40px 20px 10px 10px;
	border-bottom: solid 3px #414043;
}




@media screen and (max-width:500px){

	.titre-fiche {
		font-size: 28px;
	}
	
	.titresection {
		font-size:22px;
		line-height: 32px;
	}
}


