	.dropZone
	{
		width				:	100px;
		height				:	135px;
		border				:	1px solid black;
		background-color	: 	#F7FBFF;
	}
	.dropZoneActif
	{
		width				:	100px;
		height				:	135px;
		border				:	1px solid black;
		background-color	: 	#E7F3FF;
	}