@charset "utf-8";
/* CSS Document */
/* fichier:"commun.css" */

body {background-color: #000000;
}

/* Style de police */

.Style1 {color: #FFFFFF}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.Style2 {
	color: #000000;
	font-weight: bold;
}
.Style3 {color: #000000
}
.Style4 {color: #333333
}


/* Style de lien */

a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}