    div#blocpays{
        background-color:#000;
        position:relative; 
        color:#849972;
        width:300px;
        height:200px; 
        padding:10px 15px;
        font-size:14px;
        font-weight:bold;
        /* CSS3 rounded corners */
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        
    }
    div#blocpays h3{color:#33a6b2; font-size:24px }
    div#blocpays strong{color:#33a6b2;font:italic bold}
    
    div#carte {
    /*float:left;*/
    clear:both;
    width:1200px;
    height:500px;
    }
     
    .point {
    /*width:130px;
    height:48px;*/
    position:absolute;
    display:none;
    padding:5px 5px;
    background:#7BB9F0;
    font-size:14px;
    font-weight:bold;
    /* CSS3 rounded corners */
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    }
     
    div.tab_continent{
        width:170px;
        display:inline-block;
        vertical-align:top
    }
    
    div#liste_pays{
        width:1300px;
        
    }
    
    .point .close {
    display:block;
    position:absolute;
    top:-10px;
    right:-10px;
    width:24px;
    height:24px;
    text-indent:-9999px;
    outline:none;
    background:url(../img/close.png) no-repeat;
    }
     
    .point img {
    vertical-align:middle;
    margin-right:10px;
    }
    
    
    #country_select_div{
    color: black;
    border-radius: 5px;
    border: 3px solid gray;
    background: lightgray;
    margin: 10px;
    padding: 10px;
    font-size:0.8em;
    float: left;
    /*position:absolute;*/

}
#pays_select_div{
    color: black;
    border-radius: 5px;
    border: 3px solid gray;
    background: lightgray;
    margin: 10px;
    padding: 10px;
    font-size:0.8em;
    float: left;
    height: 20px;
    /*position:absolute;*/

}

    