body {
	text-align: center;
	margin: 0;
	padding: 0;
background-color: #000000;
}
table {
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	color : grey ;
}
#categories {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
.titre {
	text-transform: uppercase;
	font-weight: bold;
	color : white;
}
.description {
	text-align: justify; width: auto;
	margin-left: 30px; margin-right: 30px;
	color : white;
}
A:link {
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: white;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
}
A:active {
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: Silver;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
}
A:visited {
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: white;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
}
A:hover {
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: yellow;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
}
#conteneur {
position: absolute;
width: 100%;
}
#pied {
}
.menugauche {
	list-style-type: none;
	margin: 1;
	padding: 3;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
 text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
}

