html
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000;
}

#lecteurTM_images
{
	display: none;
}

.image
{
	width: 96vh;
	max-width: 96vw;
	height: 72vh;
	max-height: 72vw;
}

.imageC
{
	position: absolute;
	width: 100%;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}

#lecteurTM_fond
{
	background-size: 100%;
}