etoile
{
	color : red;
	size  : 2;
}

table
{
	border-collapse : separate;
}

.bordure /* Bordure de cellule en trait fin bleu */
{
   border         : 1px solid black; /* ... auront une bordure de 1px */
   border-color   : blue;
   text-align     : center;
   vertical-align : middle;
}

img
{
   border         : 0px;
}

TitreActivite
{
	font-family     : Times new Roman;
	font-size       : 22pt ;
	font-variant    : small-caps;
	font-weight     : bold ;
}

ssTitreActivite
{
	font-family     : Times new Roman;
	font-size       : 20pt ;
}

txtrouge
{
	color : red;
}

txtbleu
{
	color : blue;
}

txtvert
{
	color : green;
}

txtblanc
{
	color : white;
}

txtorange
{
	color : orange;
}

txtviolet
{
	color : #6d3993;
}

txtnoir
{
	color : black;
}

txtjaune
{
	color : yellow;
}

txtturquoise
{
	color : #32CD99;
}

txtclignote
{
	text-decoration : blink;
}

txtindent
{
	text-indent : 1cm;
	text-align  : justify;
}

souligne
{
	text-decoration : underline;
}

enteteTab
{
	font-family     : Courrier New;
	font-weight     : bold ;
	font-size       : 20pt ;
	color           : red;
	text-decoration : none  ;
}

enteteTabBleu
{
	font-family     : Courrier New;
	font-weight     : bold ;
	font-size       : 20pt ;
	color           : blue;
}

ombre
{
	text-shadow : 4px,4px,4px,blue ;
}

a
{
	/* text-decoration : none  ; */
}

lien_non_soulign
{
	text-decoration : none  ;
}

description_mus
{
	font-family     : Courrier New;
	font-weight     : bold ;
	font-size       : 20pt ;
	color           : black;
}

form, .pages
{
	text-align : center;
}

