#tdf_wrap{
    margin-left: 37px;
    position: relative;
    top: -12px;
}
#tdf_infos, #tdf_selec{
    display:inline-block;
    vertical-align:top;  
}
/*style zone de sélection du coureur*/
#tdf_selec{
    width:284px;
}
#tdf_selec img{
    background-color:#002743;
    padding:10px;
}
#tdf_show_rank{
    background-color:#002743;
    margin:0 0 10px 0;
    padding:10px;
    height:340px;
}
#tdf_show_rank ol{
    margin : 0;
    font-size: 30px;
}
#tdf_left{
    background-image: url("../IMAGES/left.png");
}
#tdf_right{
    background-image: url("../IMAGES/right.png");
    /*float:right;*/
}
#tdf_label_choice_rad5, #tdf_img_runner_rad5{
    /*ajout pour fonctionnement de CSS PIE sous IE 8*/
    position:relative;
    z-index: 0;
}

/*style zone d'info du coureur*/
#tdf_infos{
    background-color: #1e9a6c;
    width: 503px;
    height: 319px;
    margin-top: 21px;
    padding-left: 67px;
    padding-right: 67px;
    border-radius: 0 5px 5px 0;
    behavior: url(htc/PIE.htc);
    /*ajout pour fonctionnement de CSS PIE sous IE 8*/
    position:relative;
    z-index: 0;
}
#tdf_title{
    margin-top: 16px;
    margin-bottom: 16px;
    width:auto;
    height:auto;
    text-align:center;
}
#tdf_title, .tdf_jauge_stat .tdf_label{
    font-size: 27px;
}
.tdf_jauge_stat > *{
    display:inline-block;
    vertical-align: middle;
    margin:0;
}
.tdf_jauge_stat{
    overflow:hidden;
}
.tdf_jauge_stat > div{
    position:absolute;
    right:67px;
}
.tdf_bg{
    overflow:hidden;
    position:absolute;
}
#tdf_desc{
    font-size: 12px;
    font-family: arial, sans-serif;
    text-align:justify;
}
#tdf_menu_etape{
    position: absolute;
    right: 37px;
    bottom: 0;
    height: 116px;
}
