/*#jeu-11 section div#container-jeu-11 {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}*/

#jeu-11 section div#container-jeu-11 {
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	padding: 0;
	margin: 0;
}

#jeu-11 section div#container-jeu-11 section {
position: relative;
/*float: left;*/
width: 100%;
border-color: yellow;
background-color: pink;
border-style: solid;
border-width: 1px;
margin-top: 0;
padding-top: 0;
}

#jeu-11 section div#container-jeu-11 section #fond {
	width: 176px;
	height: 133px;
	position: absolute;

}

#jeu-11 section div#container-jeu-11 section #vies {
	position: absolute;
	margin-left: 421px;
	margin-top: 47px;
}

#jeu-11 section div#container-jeu-11 section #coeur {
	width: 50px;
	height: 50px;
	margin-left: 400px;
	margin-top: 30px;
	position: absolute; 	
}
	
#jeu-11 section div#container-jeu-11 section .fra {
	width: 45px;
	height: 45px;
	margin-bottom: -1px;
	margin-right: -6px;
	position: relative;
}		

#jeu-11 section div#container-jeu-11 section .all {
	width: 70px;
	height: 45px;
}

