/*mettre un photo sur le fonc d'ecran la crte de la france*/ body { color:black; background-color:white; background-image:url(images/fond.jpg); background-repeat:no-repeat; background-position:center center; } .link { fill: none; stroke: #666; stroke-width: 5.5px; /* la taille du fléche*/ } #licensing { fill: green; } .link.licensing { stroke: green; } .link.resolved { stroke-dasharray: 0,2 1; } circle { fill: #ccc; stroke: #333; stroke-width: 1.5px; /*fill : url(images/fond.jpg);*/ } text { font: 10px sans-serif; pointer-events: none; text-shadow: 0 1.5px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff; }