/*===============================================================
	  STYLES DE TEXTE SPECIAL
  ===============================================================*/

/*===============================================================
	  Titre
  ===============================================================*/
.titre_etat_club {
	margin: 0;
	font: 12px "Verdana";
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
	
.etat_club {
	margin: 0;
	margin-top: 9px;
	margin-bottom: 10px;
	font: 9px "Verdana";
	font-weight: bold;
	text-align: justify;
	color: #000000;
	}
	
p.Anniversaire {
	margin: 0;
	margin-bottom: 15px;
	font: 16px "Arial";
	font-weight: bold;
	text-align: center;
	text-decoration: blink;
	color: blue;
}