/* sheetBox */

.sheetBoxContainer{
	position: relative;
	width: 100%;
	line-height: 100%;
	/*height: 200px;*/
	border: 1px solid #f00;
}

.sheetBoxPartContainer{
	position: relative;
	display: inline-block;
	width: 84%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 2000px;
	/*height: 100%;*/

	border: 1px solid #0f0;
}

.sheetBoxToolsContainer{
	display: inline-block;
	width: 16%;
	border: 1px solid #00f;
}

.small-textInput{
	width: 20px;
}

.medium-textInput{
	width: 30px;
}

.cursorHover:hover{
	cursor: pointer;
}

.systeme{
	position: relative;
	width: 100%;
	/*height: 100px;*/
	border: 1px solid #f00;


}

.largeBorder{
	border: 2px solid #9cf;
	box-shadow: 0 0 10px #00f;
}





