.contenu_vin{
	background-color:#988672;
	/*background-image:url(../img/fond_vins.jpg);*/
	width:1200px;
	height:625px;
}

.admin_vin_labels{
	text-align:center;
	color:white;
	width:250px;
	height:645px;
	display:inline-block;
	float:left;
	padding-top:50px;
	padding-bottom: 15px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.admin_vin_labels_element{
	display:inline-block;
	float:left;
	width:100%;
}

.table_labels{
	width:96%;padding-left:4%;
}

.table_labels_rose{
	width:80%;padding-left:20%;
}

.admin_img_vin{
	display:inline-block;
	float:left;
	width:500px;
}

.admin_vin{
	display:inline-block;
	float:left;
	width:425px;
	margin-left:-10px;
	margin-top:5px;
	/*line-height : 18px;*/
}

.bouton_commander{
	position:absolute;
	background-color:#D4461E;
	color:white;
	width:118px;
	height:30px;
	padding-top:5px;
	padding-left:8px;
	font-size:18px;
	margin-left:1058px;
	margin-top:580px;
}