/* ---- Dessin gÃ©omÃ©trique ------------------------------------------------- */ 
.segment {
	stroke: #007;
	stroke-width: 1;
	fill: none;
}
.line-axis {
	stroke: #007;
	stroke-width: 1;
	stroke-dasharray: 15,5,5,5;
	fill: none;
	
}
.vector {
	stroke: #03c;
	stroke-width: 3;
	fill: #03c;
	/*marker-end: url(definitions.svg#markerArrow); */ /* ne fonctionne pas */
}
marker.vector	{
	stroke: none;
	fill: #03c;
}
marker.vector.active {
	stroke-width:8;
}

.angle {
	stroke: #007;
	stroke-width: 1;
	fill: none;
}

.var-scalar {
  fill: #007;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
}
