body { 
	font-family			: Arial, sans-serif;
	font-size			: 16px;
	color				: black;
	background			: white;
	text-align			: center;
	background-color	: black;
	background-image	: none;
	border-style		: none
}

.left {
	text-align			: left;
}

.center {
	text-align			: center;
}

.right {
	text-align			: right;
}

.small {
	font-size			: 70%;
}


a {
	text-decoration			: none;
	color				: blue;
	line-height			: 25px;
}

a:visited {
	color				: blue;
	text-decoration			: none;
}

a:hover {
	text-decoration			: underline;
	color				: red;
}

a img:hover {
	text-decoration			: none;
}

table.tablePrincipale {
	padding			: 0px;
	margin			: 0px;
	border-spacing	: 0;
	border-collapse:collapse
}

div.bg {
	position			: absolute;
	top					: 100px;
	left				: 100px;
	width				: 600px;
	height				: 300px;
	z-index				: 0;
	padding				: 15px;
	text-align			: center;
	vertical-align		: middle;
	font-family			: "Comic Sans MS", sans-serif;
	font-size			: 60px;
	color				: #C6FFC6;
	background-color	: white;
}

div.foreground {
	position			: absolute;
	top					: 100px;
	left				: 100px;
	width				: 600px;
	height				: 300px;
	z-index				: 1;
	padding-left		: 15px;
	padding-right		: 15px;
	padding-top			: 10px;
	text-align			: justify;
	vertical-align		: middle;
	line-height			: 20px;
}


hr {
	text-align			: center;
	width				: 450px;
}

p {
	padding				: 0px;
	margin				: 0px;
}

table {
	width				: 450px;
	margin-top			: 10px;
	margin-left			: 60px;
	margin-right			: 60px;
}

td.enumer {
	padding-left:			30px;
}

img {
	border-style			: none;
}

ul {
	margin-left			: 100px;
}



