<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "reset.css";

.main {
	height: 100%;
}

.gauche,
.page,
.droite {
	margin: 0;
}

.gauche {
	float: left;
	width: 155px;
}
.droite {
	float: right;
	width: 50px;
}
.page {
	overflow-x: auto;
/*	float: left;*/
}

.page &gt; iframe {
	width: 100%;
	height: 100%;
}</pre></body></html>