function Projet(div){
	this.div = div;
	
}

Projet.prototype.dragStart = function(){
	
}

Projet.prototype.dragStop = function(){

}









