#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;
	text-align: center;
	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;
}
#kitten {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.namekitten {
	text-align: center;
	float: left;
	height: 100px;
	width: 599px;
	margin-right: auto;
	margin-left: auto;
}
.photokitten {
	float: right;
	height: 100px;
	width: 199px;
}
.gauche {
	text-align: left;
}

