.barBG1 {
	overflow: hidden; 
	width: 226px;
	height: 58px;
	position: relative;
	top: 15px;
	margin-bottom: 10px;
	margin-left: 25px; 
	background-image: url(../images/progressbars/barskin.png);
}
.image-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#jeux {
	width: 66px;
	height: 58px;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:center;
}
.barBG2 {
	overflow:hidden;
	width: 147px;
	height: 18px;
	position:absolute;
	top:20px;
	right:13px;
}
#jeuxbar{
	position:relative;
	width: 147px;
	height: 18px;
	float:left;
}
.bartext{
	position:absolute;
	left:57px;
	font-size: 12px;
}