body{
	background-color: black;
	font-style: 2px;
	/*overflow:hidden;*/
	color: white;
	font-family: helvetica;
	font-size: 8px;


}

img{width: 40%}

.poster{
	width:42cm;
	height:29.7cm;
	border: 0.5px solid white;
	transform: scale(1);
	transform-origin:center;
}


.document {
	width: 250px;
	height: 500px;
	position: absolute;
	top: 0;

}

.dashed{
	border: 1px dashed #FFF;
	margin: 10px;
}

.document pre {
	font-size: 2px;
}

.document .categorie3 {
	width :100px;
	height: 700px;
	position: absolute;
	top: 0;
}




.categorie1 {
	background-color: blue;
	  transform: rotate(-10deg);
	  color: white;
	  text-align: center;
	  width: 230px;
	  height: 450px;




}

.categorie1 h1{
	font-size: 7px
}

.categorie1 h2{
	font-size: 2.1px
}

.categorie1 h3{
	font-size: 6px
}

.categorie2 {
	background-color: yellow;
	  transform: rotate(4deg);
	  color: black;
	  text-align: center;
	  width: 230px;
	  height: 600px;


}

.categorie2 h1{
	font-size: 8px;	  

}

.categorie2 h2{
	font-size: 2px;	 

} 

.categorie3 {
	background-color: white;
	  transform: rotate(30deg);
	  color: black;
	  text-align: center;
	  width: 200px;
	  height: 550px;


}

 .categorie3 h1{
 	font-size: 7px;

 }

.categorie3 h2{
 	font-size: 6px;

 }

 .categorie3 h3{
 	font-size: 2px;

 }


.categorie4 {
	background-color: blue;
	  transform: rotate(-25deg);
	  color: white;
	  text-align: center;
	  width: 250px;
	  height: 500px;
}


 .categorie4 h1{
 	font-size: 7px;

 }


 .categorie4 h2{
 	font-size: 6px;

 }
 .categorie4 h3{
 	font-size: 2px;

 }
.categorie5 {
	background-color: white;

	  transform: rotate(5deg);
	  color: black;
	  text-align: center;
	  width: 180px;
	  height: 275px;
}

.categorie5{
	background-image:url(poster_5/pointillé.png); 


}
 .categorie5 h1{
 	font-size: 7px;

 }


 .categorie5 h2{
 	font-size: 6px;

 }


 .categorie6 {
	background-color: yellow;
	  transform: rotate(-9deg);
	  color: black;
	  text-align: center;
	  width: 150px;
	  height: 450px;


}

.categorie6 h1{
 	font-size: 7px;

 }



 .categorie6 h2{
 	font-size: 1px;

 }

 .categorie6 h3{
 	font-size: 6px;

 }
 .categorie7 {
	background-color: white;
	  transform: rotate(-3deg);
	  color: black;
	  text-align: center;
	  width: 200px;
	  height: 300px;


}



.categorie7 h1{
 	font-size: 7px;

 }


.categorie7 h2{
 	font-size: 6.5px;

 }

@media print{
	@page{
		size: A3 landscape;
	}







