/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hiérarchie*/
	background: #00749A;		/*was #B0B0B0*/
	font-size: 14px;
	border: 1px solid #00749A;		/*was #B0B0B0*/
	width: 100%;
	padding: 0px 0px 0px 0px;		/*was 5px 0px 10px 0px*/
}

.nav3 .bord {
	/*bloc englobant nav3, pour créer une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 5px;		/*was 10px*/
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;		/*was #FEFEFE*/
					/*was font-weight: bold;*/
}

.nav3 a.lien-menu-autre:hover {
	color: #00FFFF;		/*was #606070*/
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	color: #00FFFF;		/*was #606070*/
					/*was font-weight: bold;*/
}

.nav3 a.lien-menu-courant:hover {
	color: #00FFFF;		/*was #606070*/
	text-decoration: none;
}

.nav3 ul {
	padding-left:10px;		/*was 15px*/
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:90%;
	list-style-type:none;
}

