html
{
	height: 100%;
}

body
{
	background: url("fondHtml") cover;
	background-repeat: no-repeat;
	background-position: center;
	
	padding: 0;
	margin: 0;
	height: 100%;
}

.lecteurTM
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: linear;

	width: 100%;
	height: 100%;
}

.image
{
	width: 50vw;
	max-width: 70vh;
	height: 50vw;
	max-height: 70vh;
}

#lecteurTM_images
{
	display: none;
}

#gauche
{
	width: 10vw;
	max-width: 10vh;
}

.polaroid
{
	background: url("images/Polaroid.png");

	width: 40vw;
	max-width: 60vh;
	height: 44vw;
	max-height: 66vh;

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

.polaroid .image
{
	width: 30vw;
	max-width: 50vh;
	height: 30vw;
	max-height: 50vh;
}