#titre {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #5E6679;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#name {
	font-weight: bold;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#about {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}

