/* Inverser la hiérarchie  avec une rotation à 90 degrés des élements */
html, body{
	margin:0;
	padding:10px;
		-moz-transform:rotate(-90deg);
	height:auto;
	margin:10px auto;
	position:relative;
	width:1300px;
	z-index:1;
}
body {
	background:#002040;
	color:black;
	
}
h1{
	font-size:20px;
	background:#CD853F;
	width:100px;
	height:50px;
	margin:10px 10px 10px 10px;
	border-radius: 16px;
	border-style: solid;
}
h2{
	font-size:10px;
}
div{
	border-style: solid;
	border-radius: 16px;
	background:white;
	margin:15px 15px 15px 15px;
	width:500;
	height:500;
}
