a.menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
}
a.menu:hover {
	color: White;
	font-size: 12px;
	font-weight: bolder;
}
a.menu:visited {
	color: White;
	font-weight: normal;
	font-size: 12px;
}


body {
	background-attachment: scroll;
	background-color: #992A37;
	background-image: url(images/fond_cercle.jpg);
	color: White;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	color: White;
	font: bold serif;
}

td {
	font-size: 14px;
	line-height: 120%;
}

li {
	line-height: 150%;
}

.trtexte {
	background-color: #AD5856;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

.copy {
	background-color: #AD5856;
}

a {
	font-weight: bold;
	color: #FFD700;
}

a:hover {
	color: White;
	font-size: 105%;
	font-weight: bolder;
}

a:visited {
	color: White;
	font-weight: normal;
}

.titreTD {
	color: #FFD700;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-shadow: White;
}

.legende {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.copyright {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}