body {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	background-color: #000000; 
}
a {
	color: #FFFFFF;
}
a:hover{
	color:#FF9966;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
}
.Tableau_BordBlancCentre {
	background-color: #FFFFFF;
	background-position: center;
}


.FontBlanc {
	color: #FFFFFF;
}
.FontVioletClair {
	color: #666699;
}
.FontVioletFonce {
	color: #292852;
}
.FontOrange {
	color: #FF9966;
}
.BgOrange {
	background-color: #FF9966;
}
.Center {
	text-align: center;
}
.x-small {
	font-size: x-small;
}
.Size12 {
	font-size: 12;
}
.x-large {
	font-size: x-large;
}
.xx-large {
	font-size: xx-large;
}
.Bold {
	font-weight: bold;
}

.souligne {
	text-decoration: underline;
}
