﻿table.ligue
{
    padding: 0px;
    margin: 0px;
    width: 700px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

tr.ligue_header
{ 
}


td.ligue_header
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    text-align: center;
    border-left: 1px solid #000000;
}

tr.ligue_cell
{
}

td.ligue_cell
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #000000;
    text-align:right;
    font-weight: normal;   
}

table.ligue_detail
{
    padding: 0px;
    margin: 0px;
    width: 698px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

tr.ligue_detail
{ 
}

td.ligue_detail_header
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    text-align: center;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

td.ligue_detail
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    text-align: right;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

div.ligue_cell_right
{
	margin-right: 5px;
}

div.ligue_cell_left
{
	margin-left: 5px;
}

a.equipe
{
    color: #000000;
    text-decoration: none;
}

div.classement
{
    margin-bottom: 20px;
}

.accordion {   
    width: 700px;   
}   
           
.accordionHeader {   
    font-family: Arial, Sans-Serif;   
    font-size: 12px;   
    font-weight: bold;   
    margin-top: -1px;   
    cursor: pointer;   
}   
        
.accordionHeaderSelected {   
    color: white;   
    background-color: #5078B3;   
    font-family: Arial, Sans-Serif;   
    font-size: 12px;   
    font-weight: bold;   
    margin-top: -1px;   
    cursor: pointer;   
}   
           
.accordionContent {   
    background-color: #D3DEEF;   
    border: 1px dashed #2F4F4F;   
    border-top: none;   
    font-size: 12px;   
}   

