A
{
	text-decoration: none;
}

A:hover
{
	color: red;
}

body, p, table
{
	background-attachment: fixed;
	background-image: url(/images/fond.png);
	color: black;
	font: 8pt sans-serif;
	text-align: justify;
	text-decoration: none;
}

.blocInner
{
	background-color: #F0F0FF;
}

.blocTitle
{
	background-color: #C0C0FF;
	font-weight: bold;
}

.menu
{
	padding: 1px 4px;
}

.menuCategorie
{
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: center;
}

.menuItem
{
	background-color: #B9E7FF;
	color: black;
}

.pageSubTitle
{
	font-size: 12;
	font-weight: bold;
	text-align: center;
}

.pageTitle
{
	font-size: 16;
	font-weight: bold;
	text-align: center;
}
