<style type="text/css">
	body {background-color :white;}

	LI		{font:16px Tahoma;
			  font-weight: normal;
			  color=black;
			  text-decoration: none;
			  }
/*	B		{font: 13px Tahoma; font-weight: bold;}*/
		A		{
			  font:16px Tahoma;
			  font-weight: normal;
			  color=black;
			  text-decoration: none;
			}
	FORM {font:14px Tahoma;}
			
	H1		{font: 16px Tahoma;font-weight: bold;color=black;}
/*	H2		{font: 14px Tahoma;font-weight: bold;color=black;} */
	
	SPAN	{font:14px Tahoma;
			 font-weight: normal;
			 color=black;
			 }
td.recap_entete {
			text-align: center;
		}
td.recap_gauche {
			text-align: left;
		}
td.recap_centre {
			text-align: center;
		}
table.fiche_resa {
			text-align: left;
		}
	span.normal	{
			font-family: Tahoma;
			font-weight: normal;
			color:#000000;
			font-size: 12pt;
			}
	span.recap_nom	{
			font-family: Tahoma;
			font-weight: normal;
			color:#0000FF;
			font-size: 12pt;
			}
	span.recap_info	{
			font-family: Tahoma;
			font-weight: normal;
			color:#0000FF;
			font-size: 11pt;
			}
	span.titre1	{
			font-family: Tahoma;
			font-weight: normal;
			color:#0000FF;
			font-size: 12pt;
			}

	span.titre2	{
			font-family: Tahoma;
			font-weight: bold;
			color:#FF0000;
			font-size: 12pt;
			}
	span.recap_entete	{
			font-family: Tahoma;
			font-weight: bold;
			color:#FF0000;
			font-size: 10pt;
			}
	span.fiche_resa_normal {
				font-family: Tahoma;
				font-weight: normal;
				color:#000000;
				font-size: 10pt;
			}
	.texte12bleu {
				font-family: Tahoma;
				font-weight: normal;
				color:#FF0000;
				font-size: 10pt;
			}
	span.fiche_resa_status {
				font-family: Tahoma;
				font-weight: bold;
				color:#FF0000;
				font-size: 14pt;
			}
	span.fiche_resa_affich {
				font-family: Tahoma;
				font-weight: bold;
				color:#0000FF;
				font-size: 10pt;
			}
	TD.entete_col	{
			font:12px Tahoma;
			font-weight: normal;
			color=white;
			 }	
	
/*----------------
Lien normal 
-----------------*/
  A:link {font: 16px Tahoma;color:blue; 
						text-decoration: none;
						}
/*Lien déja visité */
  A:visited{
  					font: 16px Tahoma;color:blue;
						text-decoration: none;
						}
/*Lien actif (quand on clique sur le lien) */
  A:active{
  				font: 16px Tahoma;color:green; 
					}
/*Lien survolé (quand la souris est sur le lien) */
	  A:hover{
						font: 16px Tahoma;color:red;
						text-decoration: none;
						}
/*--------------------
Lien liste concerts
----------------------*/
  A.liste_concert:link {
						font: 14px Tahoma;
						color:red; 
						text-decoration: none;
						font-weight: bold;
						}
/*Lien déja visité */
  A.liste_concert:visited{
  					font: 14px Tahoma;
  					color:red;
						text-decoration: none;
						font-weight: bold;
						}
/*Lien actif (quand on clique sur le lien) */
  A.liste_concert:active{
  				font: 14px Tahoma;
  				color:red;
  				font-weight: bold;
					}
/*Lien survolé (quand la souris est sur le lien) */
	  A.liste_concert:hover{
						font: 14px Tahoma;
						color:red;
						text-decoration: none;
						font-weight: bold;
						background-color:yellow;
						}
/*--------------------
Lien entete colonne gestion
----------------------*/
  A.entete:link {font: 12px Tahoma;
						color:white; 
						text-decoration: none;
						font-weight: bold;
						}
/*Lien déja visité */
  A.entete:visited{
  					font: 12px Tahoma;
  					color:white;
						text-decoration: none;
						font-weight: bold;
						}
/*Lien actif (quand on clique sur le lien) */
  A.entete:active{
  				font: 12px Tahoma;
  				color:white;
  				font-weight: bold;
					}
/*Lien survolé (quand la souris est sur le lien) */
	  A.entete:hover{
						font: 12px Tahoma;
						color:white;
						text-decoration: none;
						font-weight: bold;
						}
/*--------------------
Lien ligne tableau gestion
----------------------*/
  A.ligne_tab:link {font: 12px Tahoma;
						color:white; 
						text-decoration: none;
						font-weight: normal;
						}
/*Lien déja visité */
  A.ligne_tab:visited{
  					font: 12px Tahoma;
  					color:white;
						text-decoration: none;
						font-weight: normal;
						}
/*Lien actif (quand on clique sur le lien) */
  A.ligne_tab:active{
  				font: 12px Tahoma;
  				color:white;
						font-weight: normal;
					}
/*Lien survolé (quand la souris est sur le lien) */
	  A.ligne_tab:hover{
						font: 12px Tahoma;
						color:white;
						text-decoration: underline;
						font-weight: normal;
						}
/*----------------
Lien envoi billet select 
-----------------*/
  A.envoi_billet:link {font: 12px Tahoma;color:red; 
						text-decoration: none;
						}
/*Lien déja visité */
  A.envoi_billet:visited{
  					font: 12px Tahoma;color:red;
						text-decoration: none;
						}
/*Lien actif (quand on clique sur le lien) */
  A.envoi_billet:active{
  				font: 12px Tahoma;color:red; 
					}
/*Lien survolé (quand la souris est sur le lien) */
	  A.envoi_billet:hover{
						font: 12px Tahoma;color:red;
						text-decoration: none;
						}
</style> 