/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-sept.-2018, 9:36:09
    Author     : spissoort
*/

caption
{
	display: table-caption;
	width: 50%;
	background: rgb(96,37,108);
	color:rgb(255,255,255);
	text-align: center;
	font-size: 18px;
	font-weight: bold;

	
}
caption.formulaire
{
	display: table-caption;
	width: 100%;
	background: lightblue;
	color:rgb(0,0,0);
	text-align: center;
	font-size: 20px;
	font-weight: bold;

	
}
table 
{
	border: 5px solid black;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:lightgray;
	/*border:2px solid;*/
	
}
table.formulaire 
{
	border: 2px solid black;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	background-color:lightgray;
	/*border:2px solid;*/
	
}
tr
{
	font-size: 12px;
}
tr.pay
{
	background-color:lightgreen;	
}
tr.npay
{
	background-color:red;	
}
th
{
	color:rgb(0,0,0);
	background-color:lightblue;	
	text-align:center;
	font-size: 20px;
	border: 1px solid;
}
/* th.noschiffre
{
	
	text-align:center;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	background-color:lightblue;
} */
td 
{
	font-size: 14px;
	text-align:center;
	border: 1px solid;
}
td.gauche
{
	text-align:left;
	
}
td.droite
{
	text-align:right;
	
}
td.centre
{
	text-align:center;
	
}
td.actif
{
	text-align:center;
        color:darkcyan;
        font-size: 14px;
        background-color:bisque;
	
}
td.pari
{
	text-align:center;
        color: blue;
        background-color: greenyellow;
        font-size: 14px;
	
}
td.noactif
{
	text-align:center;
        color: white;
        background-color: black;
	
}
/* td.noschiffre
{
	
	text-align:center;
	background-color:lightblue;
}
td.match
{
	
	text-align:center;
	background-color:yellow;
	color:red;
	font-weight: bold;
} */