/* CSS Document */
.nav_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	}

.nav_1 A:link{
	text-decoration: none;
	color: #790103;}

.nav_1 A:visited{
	text-decoration: none;
	color: #790103;}

.nav_1 A:hover{
	text-decoration: none;
	border-bottom:solid thin;
	border-top:solid thin;
}

/* RUBRIQUE ACTIVE */
.nav_1_on {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	text-align:center;
	border-bottom:solid thin;
	border-top:solid thin;
	font-weight: bold;
	}

.nav_1_on A:link{
	text-decoration: none;
	}

.nav_1_on A:visited{
	text-decoration: none;
	}

.nav_1_on A:hover{
	border-bottom:none;
	border-top:none; 
}

/* NAVIGATION DE SECOND NIVEAU */
.nav_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	}

.nav_2 A:link{
	text-decoration: none;
	color: #790103;}

.nav_2 A:visited{
	text-decoration: none;
	color: #790103;}

.nav_2 A:hover{
	text-decoration: none;
	border-bottom:solid thin;
	border-top:solid thin;
}

/* RUBRIQUE ACTIVE */
.nav_2_on {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align:center;
	border-bottom:solid thin;
	border-top:solid thin;
	font-weight: bold;
	}

.nav_2_on A:link{
	text-decoration: none;
	color: #333333;
	}

.nav_2_on A:visited{
	text-decoration: none;
	color: #333333;
	}

.nav_2_on A:hover{
	border-bottom:none;
	border-top:none; 
}
