body {
	text-align: center;
}
table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img { border: 0px none; }
.titre {
	text-transform: uppercase;
	font-weight: bold;
}
#categories, .description, .nav {
	text-align: justify;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.thumbs img { cursor: pointer; }
.telecharger { 
	font-weight: bold; color: #ffffff;
	background-color: pink; width: 300px;
	margin-left: auto; margin-right: auto;
	border: solid 1px #000000;
	cursor: pointer;
} 
.description { 
	font-weight: bold;
	color: brown; 
	background-color: #FEDCDC;
	padding: 5px;
	border: solid 1px pink;
}