.nav-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #FF0000;
	font-style: normal;
	background-color: #CCCCCC;
	line-height: 40px;
	text-transform: uppercase;
}
.nav-chap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	background-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-left: 20px;
}
.nav-liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
	list-style-type: none;
	list-style-position: inside;
	left: 5px;
	font-weight: bold;
	background-color: #CCCCCC;
}
a.nav-liste {
	text-decoration: none;
	color: #333333;
	margin-left: 4px;
}
a:hover.nav-liste {
	text-decoration: underline;
	color: #FF0000;
}
.nav-logo {
	background-image: url(../images/nav-logo-fond.gif);
	background-repeat: repeat;
}
.nav-pied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A2A2A2;
}
.nav-liste-rol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

