/* Titre des pages */
.description_site {
color : #0a18f4;
}

.case {
color : #daeeda;
}

body, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Liste des concours */
.tableau {
	border:3px solid #3252ca;
	border-collapse:collapse;
	width:98%;
	margin:auto;
}
/* Nom des disciplines */
tr.titre,td.titre {
	text-align: center;
	border: solid 1px #303030;
	background: #288f0f;
	color: #ffffff;
	font-weight: bold ;
	height : 32px;
}
/* Nom du mois */
tr.titre2 {
	text-align: center;
	border: solid 1px #303030;
	background: lightgrey;
	color: #ffffff;
	font-weight: bold ;
	height : 32px;
}
/* Alternance de lignes */
tr.ligne1 {
	border: solid 1px #303030;
	background: #ffffff;
	color: #000000;
	height : 28px;
}
tr.ligne2 {
	border: solid 1px #303030;
	background: #daeeda;
	/*background: #ffbbaa;*/
	color: #000000;
	height : 28px;
}
.champ
{
background-color:#daeeda;
padding : 2;
}
.champ2
{
background-color:lightgrey;
padding : 2;
}
/* Calque qui bloque la page*/
.wait{
width: 100%;
height : 100%;
position:absolute;
top:1px;
left:1px;
text-align : center;
}