/********       DUEL LIST PAGE      ***********/


#link_duel_bo {
    background: white;
    padding: 4px;
    color: black;
    position: absolute;
    top: -49px;
    right: 0;
}

#duel_messages {
    display: block;
    float: left;
    padding: 3px 10px;
    margin-bottom: 10px;
    background: white;
}

table#duel_list,
table#duel_list_fo {
    display: block;
    width: 100%;
    margin: 20px 0;
}

table#duel_list tr,
table#duel_list_fo tr {
    background: url("img/v3_blanssemitransp.png") repeat transparent;
}

table#duel_list_fo tr.odd {
    background: url("img/v3_blanssemitransp2.png") repeat transparent;
}

table#duel_list tr {
    border-bottom: 1px solid black;
}

table#duel_list thead tr,
table#duel_list_fo thead tr {
    background: white;
}

table#duel_list_fo td,
table#duel_list_fo tr {
    height: 25px;
}

.text_input label {
    display: inline-block;
    width: 100px;
    padding: 5px 20px 0 0;
    text-align: right;
    vertical-align: top;
}

.text_input input {
    width: 300px;
}

#duel_messages {
    padding: 5px 20px;
    background: white;
}
#duel_messages p {
    margin: 3px 0;
}




/**********     DUEL WIDGET          ************/



#duel_widget.right_column_block {
    width: 100%;
    padding: 0;
}
.duel_wrapper {
    position: relative;
    width: 100%;
}





#contenu .duel_wrapper h3,
#right_column .duel_wrapper h3,
#left_column .duel_wrapper h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 31px;
    font-weight: normal;
    margin: 10px 0;
}

.duel_left,
.duel_right {
    float: left;
    position: relative;
    display: block;
    width: calc(50% - 5px);
    padding: 0 2px 0 3px;
    text-align: center;
}
.duel_right {
    padding: 0 3px 0 2px;
}

.duel_wrapper .duel_panel img {
    float: left;
    width: 100%;
    height: auto;
}

.vote_button {
    position: absolute;
    left: 40px;
    top: 125px;
    height: 19px;
    width: 46px;
    font-size: 9px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: darkorange;
}
.vote_button.voted,
.vote_button.hidden {
    display: none;
}
a.duel_icon_link {
    position: absolute;
    right: 15px;
    top: 125px;
    z-index: 5;
    color: darkorange;
}

.duel_panel .vote_description {
    float: left;
    width: 100%;
}
.vote_year {
    display: block;
    font-size: 9px;
    line-height: 14px;
    margin: 4px 0 2px 0;
}
.vote_name {
    display: block;
    width: 100%;
    height: 25px;
    font-size: 11px;
    line-height: 11px;
}







.duel_over {
    display: none;
    position: absolute;
    left: 3px; right: 3px;
    top: 40px;
    height: 138px;
    color: #000000;
    padding: 10px 0;
    text-align: center;
    background: url("img/v3_blanssemitransp.png") repeat transparent;
}
.duel_over.voted {
    display: block;
}
.duel_over h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
#contenu .duel_over p {
    margin: 0;
}
.chart_container {
    width: 100%;
    height: 100px;
}
.chart_1,
.chart_2 {
    float: left;
    width: 50%;
}
.duel_chart {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 95px;
    overflow: hidden;
    /*background: white;*/
}
.duel_chart_bg {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 40px;
    height: 100px;
    background: darkorange;
}
.duel_chart span {
    width: 40px;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}




p.all_duel_link {
    font-size: 9px;
    font-weight: bold;
}
p.all_duel_link a {
    color: #b45a00;
}


/******  usefull ???   *****/

ul.prefix-list {
    list-style: none;
}
#contenu ul.prefix-list > li p {
    cursor: pointer;
    margin: 0 0 5px 0;
    font-weight: bold;
}
ul.ip-list {
    list-style: none;
    display: none;
    margin-bottom: 20px;
}
ul.ip-list li.banned {
    color: red;
}
ul.prefix-list li.on ul.ip-list {
    display: inline-block;
}
/******  /usefull ???   *****/




/*** from home.css  USEFULL ????  ***/

body.width1262 #community_resp_container .right_column_block#la_presse_home_resp { /*  only on homepage  */
    height: 305px;
}
body.width1262 #community_resp_container .right_column_block#le_duel_home_resp { /*  only on homepage  */
    height: 305px;
}
body.width1262 #community_resp_container .right_column_block#community_home_resp { /*  only on homepage  */
    height: 305px;
}




/**********     DUEL  WIDGET  1262PX      **************/

.width1262 .duel_wrapper h3 {
    line-height: 44px;
    font-size: 20px;
}
.width1262 .duel_left,
.width1262 .duel_right {
    margin-bottom: 10px;
}

.width1262 .duel_over {
    top: 41px;
    height: 138px;
    padding-top: 5px;
}
.width1262 #contenu .duel_over p {
    font-size: 10px;
}






/****    used only for 1262px designs    ******/
@media only screen and (min-width: 1070px) and (max-width: 1399px)
{
    .width1262 .width1262-incontainer-third .duel_over {
        height: 148px;
    }



    /******   #left_column  ONLY HOME 1262px  *********/

    .width1262 #left_column #duel_widget.right_column_block {
        float: none;
        width: 330px;
        height: auto;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .width1262 #left_column #duel_widget .duel_panel .vote_button {
        left: 60px;
        top: 175px;
    }
    .width1262 #left_column #duel_widget .duel_panel a.duel_icon_link {
        right: 25px;
        top: 177px;
    }
    .width1262 #left_column #duel_widget .duel_over {
        height: 191px;
    }
    .width1262 #left_column #duel_widget .duel_chart {
        margin-top: 52px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1069px)
{

    #right_column .duel_wrapper h3 {
        font-size: 16px;
    }

    .duel_left,
    .duel_right {
        width: 50%;
        padding: 0 3px 0 3px;
        margin-bottom: 0;
    }
    .duel_panel img {
        width: 100%;
    }
    .duel_panel .vote_button {
        top: 88px;
        left: 25px;
    }
    .duel_panel a.duel_icon_link {
        right: 8px;
    }
    .duel_panel .vote_name {
        font-size: 10px;
        height: 30px;
        width: 100%;
        text-align: center;
    }

    .duel_over {
        height: 119px;
    }
    .chart_container {
        height: 75px;
    }
    .duel_chart {
        height: 60px;
        margin-top: 10px;
    }
    .duel_chart_bg {
        height: 60px;
    }
    a.duel_icon_link {
        top: 90px;
    }


    /****    1262px designs    ****/

    .width1262 .duel_over {
        height: 103px;
    }
    .width1262 .chart_container {
        height: 60px;
    }
    .width1262 .duel_chart {
        height: 52px;
    }
    .width1262 .duel_panel .vote_button {
        top: 78px;
        left: 12px;
    }
    .width1262 .duel_panel a.duel_icon_link {
        top: 77px;
    }

    /***   for home widget   ******/
    .width1262 .width1262-incontainer-third .duel_over {
        height: 185px;
    }
    .width1262 .width1262-incontainer-third .chart_container {
        margin-top: 75px;
    }
    .width1262 .width1262-incontainer-third .duel_panel .vote_button {
        top: 155px;
        left: 52px;
    }
    .width1262 .width1262-incontainer-third .duel_panel a.duel_icon_link {
        top: 154px;
        right: 24px;
    }





    /****   left_column   ONLY HOME  1262px   ***/

    .width1262 #left_column #duel_widget.right_column_block {
        float: none;
        width: 360px;
        height: auto;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .width1262 #left_column #duel_widget .duel_panel .vote_button {
        left: 60px;
        top: 175px;
    }
    .width1262 #left_column #duel_widget .duel_panel a.duel_icon_link {
        right: 25px;
        top: 177px;
    }
    .width1262 #left_column #duel_widget .duel_over {
        height: 204px;
    }
    .width1262 #left_column #duel_widget .duel_chart {
        margin-top: 110px;
    }


}

/*****        only in the left_column section  1262px and regular   ********/
@media only screen and (max-width: 767px)
{


    body.width1262 #community_resp_container .right_column_block#le_duel_home_resp {
        display: none;
    }

    #left_column #duel_widget.right_column_block {
        float: none;
        width: 290px;
        margin: 0 auto 30px auto;
        background-color: #8B0000;
    }

    .duel_left,
    .duel_right {
        width: 50%;
    }
    #left_column #duel_widget .duel_over {
        height: 162px;
    }



}

@media only screen and (max-width: 475px)
{

}

/*****        only in the left_column section  1262px and regular   ********/
@media only screen and (max-width: 374px)
{

    #left_column #duel_widget.right_column_block {
        width: 270px;
        padding-left: 0;
        padding-right: 0;
    }
    #left_column #duel_widget .duel_over {
        height: 168px;
    }
    #left_column #duel_widget .chart_container {
        margin-top: 20px;
    }
    #left_column #duel_widget a.duel_icon_link {
        top: 130px;
        right: 20px;
    }

}


