/* GLOBAL STYLES
-------------------------------------------------- */

body,td,th {

}

a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.b-blanc{
	background-color:#ffffff;
}
.b-center{
	text-align: center;
}
