body { margin: 1cm; background: #FFF8DC; }

h1 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  color: rgb(113, 0, 0);
	  text-align: center;
	  font-size: 1.6em;
	
	}







h2 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  color: rgb(113, 0, 0);
	  text-align: left;
	  margin-left: 20px;
	  font-size: 1.1em;
	
	}


h4 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  text-align: right;
	  font-size: 0.9em;
	  margin-right: 20px;
	
	}


.grille {
		border: 1px;
		border-color: rgb(113,0,0);
		margin: 3px 20px 3px 3px;
		padding: 5px 5px 5px 5px;
		
	}
	



 .rang { font-family: Arial, sans-serif;
		 text-align: right;
		 font-size: 12px;
		 font-weight: 500;
		 background-color: #FFEFD5;
		 }


.small { font-family: Arial, sans-serif;
		 text-align: center;
		 font-size: 0.6em;
		 font-weight: 800;
		 background-color: white;
	}

.petit { font-size: 0.5em; }



.left { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: left;
	font-size: 0.8em;

 }





.right { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: right;
	font-size: 0.8em;

 }


.center { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: center;
	font-size: 0.8em;

 }



.top { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	background-color: rgb(253, 237, 213);

 }

.solo { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	background-color: white;

 }


.rouge { font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	color: red; 
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	background-color: white;

 }


.white {
	background-color: white;
	color: rgb(16, 19, 133);
	font-size: 0.9em;
	font-weight: bold;

 	}



.griset { font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
		text-align: center;
		font-size: 0.6em;
		font-weight: 400;
		background-color: rgb(234, 234, 234);

 }


.griset1 { font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
		color: rgb(78, 78, 78);
		text-align: center;
		font-size: 0.8em;
		font-weight: 400;
		background-color: rgb(234, 234, 234);

 }


.poule { font-family: verdana, "Courier New", "Times New Roman", Arial, serif;

		font-size: 0.8em;
		font-weight: 600;
		background-color: rgb(251, 230, 202);

 }

.titre { font-family: verdana, "Courier New", "Times New Roman", Arial, serif;

		font-size: 0.9em;
		font-weight: 600;
		background-color: rgb(253, 242, 227);

 }



.duo { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: rgb(113, 0, 0);
	background-color: #FFFFF0;

 }


.soustop { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: left;
	font-size: 0.8em;
	background-color: white;

 }





p { 	font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	text-align: justify;
	font-size: 0.8em;
	text-indent: 30px;

 }
 
 hr { size: 3px;
 			color: maroon;
 			text-align: center;
 }
 
 


.arbitre {
 	font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	text-align: justify;
	font-size: 0.5em;
	background-color: white;

 }







.ligne
	{
	border-bottom:1.5pt solid rgb(113, 0, 0);
	}




.ligne2
	{
	border-bottom:1pt solid rgb(113, 0, 0);
	}


.ligneG
	{
	text-align: left;
	border-bottom:1.5pt solid rgb(113, 0, 0);
	}

.ligneD
	{
	text-align: right;
	border-bottom:1.5pt solid rgb(113, 0, 0);
	}

.ligneC
	{
	text-align: Center;
	border-bottom:1.5pt solid rgb(113, 0, 0);
	}







table
	{
	margin:auto;
	border: 3px outset maroon;
	border-collapse: collapse;
	
	}




th
	{
	background-color:  ivory;
	padding: 3px;
	
	
	
	}

td
	{
	margin:auto;
	border: 1px solid rgb(255, 218, 187);
	padding: 4px;
	
	}

















A:link { color: rgb(113, 0, 0); }
A:hover {text-decoration: none; color: rgb(113, 0, 0); }
A:active {text-decoration: none; color: rgb(113, 0, 0);}
