body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Trebuchet Ms"
}
.paper {
    width: 600px;
    height: 625px;
    margin: 0 auto;
    position: relative;
}
h1.title{
    text-align: center;
}
h2{
    color: #199900;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0;
}

legend{
    font-size: 18px;
    color: #005e9a;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}

#content{
    max-height: 460px;
    overflow-y: auto;
}

#content fieldset{
    border: 1px groove #d4d4d4;
    margin: 0 0 15px 0;
    padding: 10px;
}

#content fieldset table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #fff;
    border-spacing: 0;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content fieldset table tr td{
    vertical-align: top;
    background: #e8edff;
    border: 1px solid #fff;
    padding: 0;
    text-align: center;
}

#content fieldset table tr td span{
    background-color: #a7bbfe;
    color: #039;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 0;
}

#myPopup {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 600px;
    min-height: 100px;
    padding: 25px;
}
.button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.paysLimitrophes {
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #5c5c5c;
}
#cam {
    left: 50%;
    top: -20px;
}
#congo {
    right: -20px;
    top: 50%;
}
#guin {
    left: 115px;
    top: 41px;
}
