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

.nav3 {
	/*bloc contenant la hierarchie*/
	background-image: url(../images/menu_conseil_developpement_pays_chateaubriant.jpg);
	font-size: 16px;
	border-bottom: 0px;
	width: 180px;
	margin-top: 180px  !important;
	margin-top: 0px; /*hack pour ie*/
	min-height: 623px;
	background-repeat: no-repeat;
	padding: 0px;
	/*float: left;*/
}

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

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



.nav3 a.lien-menu-autre:hover {
	color: #41291b;
	text-decoration: none;
	margin-bottom:5px;
}


.nav3 a.lien-menu-courant {
	/*lien "surligne" vers les rubriques courantesde l'arborescence*/
	width: 100%;
	height:auto;
	color: #41291b;
	font-weight: bold;
	padding-top: 5px;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:0px;
	margin-bottom: 5px;
	margin-top: 5px;
	display:block;
	font-size: 100%;
	background-color: #fff;
	/*background-color: #c8d88e;*/
}


.nav3 a.lien-menu-courant:hover {
	color: #41291b;
	text-decoration: underline;
}


.nav3 ul {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	margin-left:5px;
	line-height: 100%;
	/*padding-bottom:5px;*/

}

.nav3 li {

	background-repeat: no-repeat;
	background-position: left top;
	padding-left:0px;
	font-size:82%;
	list-style-type:none;
}


.titre_menu
{
	background-color: #C63;
}