body {
background-color:black;
margin:0px 0px 0px 0px;
}
h1 {
	font-family: verdana, sans-serif;
	font-size: 130%;
	color: White;
	background-color: transparent;
	text-align: center;
}
h2 {
	font-family: verdana, sans-serif;
	font-size: 150%;
	color: White;
	background-color: transparent;
	text-align: left;
}
h3 {
	font-family: verdana, sans-serif;
	font-size: 80%;
	color: White;
	background-color: transparent;
	text-align: left;
}
#menu {
	background: Black;
	width:590px;
	float:center;	
}
#contenu {
	background: Black;
	color: white;
	width: 590px;
	float: center;
	text-align: center;
	font-size: 100%;
}
p {
	font-family: verdana, sans-serif;
	font-size: 110%;
	color: White;
	background-color: transparent;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
.petit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: Silver;
}
li {
	font-family: verdana, sans-serif;
	font-size: 80%;
	color: White;
	background-color: transparent;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	font-family: verdana, sans-serif;
	font-size: 80%;
	color: White;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	font-family: verdana, sans-serif;
	font-size: 80%;
	color: White;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	font-family: verdana, sans-serif;
	font-size: 80%;
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}
table {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
}
td {
font-family:verdana, sans-serif;
font-size:80%;
color:black;
text-align:left;
background-color:transparent;
border-color:transparent;
border-style:solid;
border-width:1px;
}
