#titre {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #5E6679;
}
#intro {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#footer {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#pub {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 300px;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: none;
}
