body
{
	background-color:#000000;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color:#cc00cc;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

/*lien activé, on a cliqué dessus*/
a:active
{
	text-decoration:overline;
}

/*survol du lien*/
a:hover
{
	text-decoration:underline;
	color:#cc00cc;
}

p
{
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:14px;
}

div
{
	text-align:center;
	font-size:10px;
}

table
{
	width:100%;
	border-spacing:0;
	border-color:#ffffff;
}

tr
{
	text-align:center;
}

/*pour la barre de titre*/
tr.barre
{
	background-color:#FBF4AE;
}

/*contenu d'un titre d'un tableau*/
td.titre
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

/*contenu d'une cellule titre*/
td.celltitre
{
	color:#FBF4AE;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

td.cellchef
{
	text-align:center;
	color:#FBF4AE;
	font-size:10px;
	font-weight:bold;
	width:25%;
}


/*contenu de cellule*/
td.cell
{
	color:#ffffff;
	font-size:10px;
	text-align:center;
}

/*image à gauche de la barre*/
td.barreg
{
	width:10px;
	text-align:left;
	vertical-align:top;
}

/*image à droite de la barre*/
td.barred
{
	width:10px;
	vertical-align:top;
	text-align:right;
}

/*coin des barres*/
img.coin
{
	width:10px;
	height:10px;
}