int nCC = dis.readShort();
for(int i=0; i<nCC; i++){
int indexEntree = dis.readShort();
int indexSortie = dis.readShort();
CourbeConduite cc = new CourbeConduite(this, entrees.get(indexEntree), sorties.get(indexSortie));
cc.load(dis);
this.addCourbeConduite(cc);
}
//Reconstitution de la frontiere
//TODO passer le code dans Polygone