/*@font-face {
    font-family: 'TitilliumText22LRgRegular';
    src: url('../font/titilliumtext22l003-webfont.eot');
    src: url('../font/titilliumtext22l003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumtext22l003-webfont.woff') format('woff'),
         url('../font/titilliumtext22l003-webfont.ttf') format('truetype'),
         url('../font/titilliumtext22l003-webfont.svg#TitilliumText22LRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
body {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    background: url("../images/stat/darty_group.png") no-repeat;
    /*font-family: 'TitilliumText22LRgRegular';*/
    color: white;
}
ul {
    line-height: 20px;
    margin-top: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
a { 
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: underline;
}
ul li span {
    margin: 5px 5px 0 0;
}
.dartysites-choose {
    font-size: 18px;
    font-weight: bold;
    margin-top : 16px;
    margin-bottom: 10px;
}
.dartysites-subtitle {
    margin-top: 6px;
}
#dartysites-container-content {
    margin: 35px 0 0 41px; 
    width : 50%;
}

a#dartysites-logo-link {
    display : block;
    width : 190px;
    height :36px;   
}

ul li.dartysites-france {
    margin : 10px 0 5px 0;
}

/* FLAGS */
.flag{height:11px;width:16px;overflow : hidden; display :block; float :left;}
.flag_be{background: url("../images/stat/flag_be.png") no-repeat;}
.flag_cz{background: url("../images/stat/flag_cz.png") no-repeat;}
.flag_sk{background: url("../images/stat/flag_sk.png") no-repeat;}
.flag_nl{background: url("../images/stat/flag_nl.png") no-repeat;}
.flag_fr{background: url("../images/stat/flag_fr.png") no-repeat;}
.flag_tr{background: url("../images/stat/flag_tr.png") no-repeat;}
.flag_es{background: url("../images/stat/flag_es.png") no-repeat;}
.flag_it{background: url("../images/stat/flag_it.png") no-repeat;}
.flag_lu{background: url("../images/stat/flag_lu.png") no-repeat;}
