// ==== CE CSS SERT À FAIRE FONCTIONNER LE DRAG & DROP ====



.move{

 width : 100%;

 border-bottom : 1px solid blue;

 font-size : 14px;

 font-family : verdana;

}



.info{
	width : 450;
	position : absolute;
	border : 2px solid steelblue;
	background-color : lightyellow;
	left : 10px;
	top : 10px;
	z-index : 10;
	font-size : 13px;
	font-family : verdana;







}



.descriptif{

 font-size : 12px;

 font-family : verdana;

 font-color : steelblue;

 padding-left : 10px;

 text-align : left;

}

