/*
* CSS par défaut
*   Créé: 2006/03/06 par Spen
* Update: 2007/09/15 par Spen
*/

body,html
{
   width:  100%;
   height: 100%;
}

#match_status_1
{
   color: rgb(0,192,0);
}
#match_status_2
{
   color: rgb(240,0,0);
}
#match_status_3
{
   color: rgb(240,240,0);
}
#match_status_4
{
   color: rgb(255,128,0);
}

.dispo_table
{
 empty-cells:    show;
 border:         1px solid rgb(0,0,0);
 margin:         auto;
 padding:        0;
 border-spacing: 0;
 text-align:     center;
}

.dispo_table tr td
{
 border:         1px solid rgb(0,0,0);
 margin:         0;
 padding:        0 2px 0 2px;
}

.dispo_table tr td input
{
 margin:         0;
 padding:        0;
}

.dispo_day_cell
{
}

.content_table td img
{
   max-width: 580px;
}