            body {
                background-color: #A0A0A8;
                color:#006;
                margin: auto;
                font-size: 20px;
                font-family: verdana;
                text-align: center;
                user-select: none;
            }
            h2 {
                font-size: 2vw;
            }
            
            #Africa { fill:brown;}
            #Asia { fill:#AA2;}
            #Oceania { fill:#A6D;}
            #South_America { fill:#6F2;}
            #North_America { fill:#D62;}
            #Europe,#Seven_seas { fill:gray;}
            #Antarctica { fill:#EEF;}
            
            #graticule {
                  fill:none;
                  stroke:rgba(0,0,0,0.5);
                  stroke-width:0.05;
            }
            #population {
                  fill:none;
                  stroke:rgba(0,0,0,0.5);
                  stroke-width:0.2;
            }
            #capitale {
                  fill:none;
                  stroke:rgba(0,0,0,0.5);
                  stroke-width:0.2;
            } 
            #conteneur_tous_pays {
                  fill:rgba(0,0,255,0.1);
                  stroke:rgba(0,0,0,0.5);
                  stroke-width:0.05;
            } 
            #conteneur {
                  fill:white;
                  stroke:rgba(0,0,0,0.5);
                  stroke-width:0.05;
            }
            #svg {
                overflow: visible;
            }
            #boutons {
                fill:rgba(220,220,220,0.8);
                stroke:#888;
            }
            #saisie {
                color:#006;
                left:50px;
                background-color: rgba(220,220,220,0.8);
                padding: 4px;
            }
            #conteneur_nom {
                background-color: #FFF;
                padding: 4px;
                border-radius: 8px;
                font-size: 1.5vw;
            }

            text {
                pointer-events: none;
                fill:#006;
                font-size:16px;
            }
            .petit_texte {
                font-size:8px;
            }
            
            .aide {
                background-color: rgba(200,230,200,0.9);
                position:absolute;
                top:100px;
                left:100px;
                width:400px;
                padding: 4px;
                font-size: 12px;
                border-radius: 10px;
                border:outset;
                text-align: left;
            }
            li {
                margin-bottom: 10px;
            }
            .bouton_lien {
                border-radius: 4px;
                border:outset;
                font-family: verdana;
                color:#EEF;
                background-color: #669;
                text-decoration: none;
                cursor: pointer;
                font-size: 1vw;
                padding: 4px;
            }
            input {
                font-size: 1vw;
            }

