body {
	background-color: #FFFFDD;
}

.pTitrePage {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}
.txt12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.txt12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.txtTitreDivision {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
.txtTitreCapsBold{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.txtDetail {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

TABLE#tblDetail TD{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

TABLE#tblListeClubs TD.cellNormal{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
TABLE#tblListeClubs TD.cellNormalLabel{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
}

TABLE#tblListeClubs TD.cellNormalEmail{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
}

TABLE#tblListeClubs TD.cellNomClub{
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

.tdMatchScore{
	width:15px;
	text-align: right
}

.tdMatchNumero{
	width:70px
}

.tdMatchDate{
	width:120px
}

.tdMatchHeure{
	width:60px;
	text-align:center
}

.tdMatchClub{
	width:160px
}

.tdMatchJourSemaine{
	width:15px
}

.tdMatchModif{
	color:red
}

.centered_div {
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
}

.txtDetailBold {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}

.DDL1{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}



.rowHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E4E4E4;
}

/* CLASSEMENT*/

.tdClassementTitre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tdClassement160{
	width:160px;
	text-align:left
}
.tdClassement25{
	width:25px;
	text-align:right
}

.tdClassement35{
	width:35px;
	text-align:right
}