#navigationTitre {
	position: relative;
	clear: both;
	background: #a5c20f url("images/bg-titre-div.gif") repeat top left;
	color: #f1fac0;
	font-weight: bold;
	padding: 5px;
}
#navigationContenu {
	position: relative;
	clear: both;
	color: #ee88cd;
	font-weight: normal;
	padding: 5px;
	background: #eeeedf url("images/bg-div.gif") repeat top left;
}


#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #d31d8c;
}
#navigation a:hover {
	color: #ffffff;
}
#navigation a.navigationInvisible {
	color: #ee88cd;
}
#navigation a.navigationInvisible:hover {
	color: #ffffff;
}