body
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	text-align: center;
	margin: 10px;
	font-weight: normal;
	background-color: #FFF;
}

.bordure
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
}

.bordure2
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

.bordure3
{ 
        border-color: #FF6600;
        border-width: 1px;
        border-style: solid;
        background-color: #FFF;
}



/* Lien hypertexte pour les stats ________________________________________*/
a.stats
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.stats:hover
{
	font-size: 12px;
	color: #FF9933;
}

a.stats2
{
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

a.stats2:hover
{
	font-size: 12px;
	color: #FF9933;
}

/* Styles des contenus________________________________ */

tr.ligne_A
{
	background-color: transparent;
	font-weight: normal;
}

tr.ligne_B
{
	background-color: #DDD;
	font-weight: normal;
}

th
{
	font-size: 12px;
	color: #333;
	background-color: #999;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}

td
{
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

h1
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

h3
{
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
}

h4
{
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
}

h5
{
	font-size: 8px;
	font-weight: normal;
	margin: 0px;
}


.texte_gris
{
	font-family: Trebuchet MS, Arial, Verdana;
	color: #AAA;
	font-size: 9px;
}

