cc4.addSegment();
CourbeConduite cc5 = new CourbeConduite(carrefour, p10, p8);
cc5.addArc(new Point(ecartMoy, -2*ecartementPrincipal), ecartementPrincipal/2, -Math.PI/2, Math.PI/2, 0);
CourbeConduite cc6 = new CourbeConduite(carrefour, p10, p6);
cc6.addPointIntermediaire(new Point(ecartementSecondaire/2, -ecartementPrincipal));
cc6.addSegment();
cc6.addArc(new Point(ecartMoy, -ecartementPrincipal), ecartementPrincipal/2, -Math.PI/2, Math.PI/2, 0);
CourbeConduite cc7 = new CourbeConduite(carrefour, p10, p1);
cc7.addSegment();
CourbeConduite cc8 = new CourbeConduite(carrefour, p10, p3);