html, 
body{

margin:0;
color:black;
	-webkit-transform:rotate(-90deg);
	height:auto;
	margin:10px auto;
	position:relative;
	width:1300px;
	z-index:1;
	
}

body {
background:#E0FFFF;
color:green;
-moz-transform:rotate(-30deg);
	height:auto;
	margin:10px auto;
	position:relative;
	width:1300px;
	z-index:1;
}


#bloc1{
background:#D8BFD8;
height:600px;
width:800px;
margin:20px 20px 20px;
}

#bloc2{
background:#00FF00;
height:600px;
width:800px;
margin:20px 20px 20px;
}

body {
	-moz-transform:rotate(-30deg);
	height:auto;
	margin:10px auto;
	position:relative;
	width:1300px;
	z-index:1;
}
a:hover{
color:#00FF00;
}
