body {
    background: #F2F2F2 no-repeat top left;    
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 12px;
}   

.header {
    height: 99%;
}
.header h1, .header h2 {
    text-indent: -9999px;   
}


.logo {
    bottom: 27px;
    left: 0px;
    position: absolute;
}
.footer {
    bottom: 5px; 
    left: 0px;
    position: absolute;
    min-width: 1280px;
    width: 99%;
    height: 22px;
    background-color: #0062AB;
    padding-left: 5px;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 9px;
}

.footer a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9px;
}
.footer a:hover {
    text-decoration: underline;
}

.pays {
    position: absolute;
    padding: 10px;
    top: 200px;
    color: #0062AB;
    font-weight: bold;
}
.pays a {
    text-decoration: none;
    color: #000000;  
    font-weight: normal;
}
.pays a:hover {
    text-decoration: underline;
}


.flag_fr {
    position: absolute;
    top: 300px;
    left: 405px;
}
.flag_be {
    position: absolute;
    top: 225px;
    left: 430px;
}
.flag_lu {
    position: absolute;
    top: 250px;
    left: 460px;
}
.flag_fr img, .flag_be img, .flag_lu img {
    border: none;
}


.popup {
    height: 90px;
    width: 260px; 
}
.popup h1 {
    display: block;
    height: 25px;
    width: 250px;
    background-color: #0062AB;
    padding-left: 5px;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 12px;    
    text-align: left;
}
.popup h2 {
    color: #000000;
    font-size: 12px;    
}
.popup a {
    padding: 10px;
    text-decoration: none;
    color: #000000;  
    font-weight: normal;
}
.popup a:hover {
    text-decoration: underline;
}
