﻿line{
	stroke-width:5;
	stroke:#000000;
}

line.pointillé {
	stroke-dasharray: 5, 2;
}

line.rouge {
	stroke:#ff0000;
}

line.bleu {
	stroke:#0000ff;
}