/* Essaie de faire un reset */
div#badiste,
div#badiste a,
div#badisteban div#badiste TABLE,
div#badisteban div#badiste TR,
div#badisteban div#badiste TD {
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
        font-weight: normal;
        text-decoration: none;
        font-size: 1em;
        font-style: normal;
        background-color: transparent;
}

/* pour petit et grand tableau */
div#badiste {
        margin: 0 auto;
        border: 2px solid #09C;
        width: 14em;
        background: url(http://badiste.fr/theme/defaut/degrade.png) repeat-y left #fff;
        font: .8em Arial, helvetica, sans-serif;
}
div#badiste a#badistetitle {
	display: block;
        background: url(http://badiste.fr/img/2/badiste-blanc-ins.png) no-repeat top center #fff;
        height: 37px;
        font-size: 0px;
        text-indent: -5000px;
        letter-spacing: -50px;
        margin-left: 10px;
        border-bottom: 2px dotted #09C;
}
div#badiste a.badistetournoi {
        padding: 0 .5em;
        display: block;
        margin: 0 0 0 10px;
        padding: 0 0 0 7px;
/*         color: #09c; */
        color: #07a;
        background: url(http://badiste.fr/theme/defaut/point.gif) no-repeat left .5em #fff;
}
div#badiste a.badistetournoi:hover,
div#badiste a.badistetournoi:focus,
div#badiste a.badistetournoi:active {
        background-color: #9F9;
        text-decoration: none;
}
div#badiste a.badistetournoi:visited,
div#badisteban div#badiste a.badistetournoi:visited {
/*         color: #2be; */
        color: #09c;
}

/* grand tableau seulement */

div#badisteban {
        margin: 0 auto;
}
div#badisteban div#badiste {
        width: 760px;
}
div#badisteban div#badiste table {
        margin-left: 10px;
        width: 750px;
        background-color: #fff;
}
div#badisteban div#badiste a#badistetitle {
        border: none;
        margin: 0;
}
div#badisteban div#badiste th {
        border-bottom: 2px dotted #09C;
        padding-bottom: 2px;
}
div#badisteban div#badiste td {
        color: #666;
}
div#badisteban div#badiste tr.badistetux {
        background-color: #cef;
}
div#badisteban div#badiste a.badistetournoi {
        display: inline;
        background-color: transparent;
}
div#badisteban div#badiste a.badistetournoi:hover,
div#badisteban div#badiste a.badistetournoi:focus,
div#badisteban div#badiste a.badistetournoi:active {
        text-decoration: underline;
}
div#badisteban div#badiste tr.badistetux:hover,
div#badisteban div#badiste tr:hover {
	background-color: #9F9;
}

