td.centre {
	color: blue;
	background-color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: center; 
	width: auto; 		
}
td.centreCouleur {
	color: black;
	background-color: #7CD7FF;
	font-size: 17px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: center; 
	width: auto; 		
}


td.gauche {
	color: blue;
	background-color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: Left; 
	width: auto; 		
}

td.gaucheCouleur {
	color: black;
	background-color: #7CD7FF;
	font-size: 17px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: left; 
	width: auto; 		
}


td.droit {
	color: blue;
	background-color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: right; 
	width: auto; 		
}

td.droitCouleur {
	color: black;
	background-color: #7CD7FF;
	font-size: 17px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: right; 
	border: 2px;
	border-width: 1em;
	border-color: blue;
	width: auto; 		
}

th.Totaux {
	color: white;
	background-color: #0026FF;
	font-size: 18px;
	font-weight: bold;
	padding-left : 5px;
	padding-right: 5px;  
	text-align: right; 
	width: auto; 		
}

div.resultat {
	width: 100%;	
	margin-left: auto;
	margin-right: auto;


}

table.gl {

margin-left: auto;
margin-right: auto;
text-align: center;
background-color: white;	
}
th.gl {
text-align: center;
background-color: blue;
color: white;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
th.glRoseD {
text-align: right;
background-color: pink;
color: blue;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
th.glRoseG {
text-align: left;
background-color: pink;
color: blue;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
th.glRoseC {
text-align: center;
background-color: pink;
color: blue;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}

th.glBleuD {
text-align: right;
background-color: #B2C9FF;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
th.glBleuG {
text-align: left;
background-color: #B2C9FF;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
th.glBleuC {
text-align: center;
background-color: #B2C9FF;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}

th.glTitre {
text-align: center;
background-color: #ADE5FF;
color: black;
font-weight: bold;
font-size: 16px;
font-family: Arial, Tahoma;		
}
th.glTitrePE {
text-align: center;
background-color: #FFFFFF;
color: black;
font-weight: bold;
font-size: 16px;
font-family: Arial, Tahoma;		
}
th.glTitreD {
text-align: right;
background-color: #ADE5FF;
color: black;
font-weight: bold;
font-size: 16px;
font-family: Arial, Tahoma;		
}
td.glLeft {
text-align: left;
background-color: white;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
td.glRight {
text-align: right;
background-color: white;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
td.glCenter {
text-align: center;
background-color: white;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}

td.glLeftBg {
text-align: left;
background-color: #E4DDE1;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
td.glRightBg {
text-align: right;
background-color: #E4DDE1;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
td.glCenterBg {
text-align: center;
background-color: #E4DDE1;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}
td.glLeftBgBleu {
text-align: left;
background-color: #E4DDE1;
color: black;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma;		
}

			  ul {
			  list-style: none;
			  }
			  ol {
			  list-style: none;
			  }
#nav {
	padding: 0; margin: 0;
	text-align: center; /* centrer le texte */
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	display:inline-block;
	margin: 0 2px;
}

.button {

	background-image: url('http://localhost/saisir/img/bouton.png');
	background-size: cover;
	background-color: white;
	border-image: linear-gradient(#FFFFFF, #FFFFFF) 60;	
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	width: 200px;
	height: 40px;

}	
