body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #D356FB;
}
body {
	background-color: #ADADAD;
 	width:100%;
	margin:0 auto;
}
a {
	font-size: 11px;
	color: #D356FB;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D356FB;
}
a:hover {
	text-decoration: underline;
	color: #D356FB;
}
a:active {
	text-decoration: none;
	color: #D356FB;
}
.titre {
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.menu {
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
	color: black;

}

.cat {
	font-family: Arial;
	text-decoration: none;
	font-size: 14px;
	color: #D356FB;
	font-weight: bold;

}