/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7TMM01 {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	/* zoom: 1;*/
	width: 182px;
	margin-left: 12px; /*MARGE*/
	height: 280px;
	text-align: right;
}
.p7TMM01 ul {
	margin: 0;
	padding: 0;
}
.p7TMM01 ul ul {
	font-size: 1em;
	font-variant: normal;

}
.p7TMM01 ul ul ul {
	font-size: 10px;
}
.p7TMM01 li {
	list-style-type: none;
	margin: 0;
	line-height:15px;
}
.p7TMM01 ul ul li {
	padding-left: 1em;
}
.p7TMM01 ul a:link, .p7TMM01 ul a:visited { /*BLOC PRINCIPAL*/
	color: #336699;
	display: block;
	text-decoration: none;
	/* zoom: 1;*/
	font-variant: normal;
	outline: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
}
.p7TMM01 ul a:hover, .p7TMM01 ul a:focus{
	color: #ff6b08;
	text-decoration: none;
}


.p7TMM01 ul a:active {  /*QUAND ON PRESSE SUR LE LIEN*/
	text-decoration: #ff6b08;
}

/*----------------------SOUS-MENU---------------------------------------------*/

.p7TMM01 ul ul a {
	font-variant: normal;
	
}
.p7TMM01 a.p7tmm_page {
	/*background-image: url(img/tmm_page.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM01 a.trig_closed {
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM01 a.trig_open {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}
.p7TMM01 ul ul a.trig_closed, .p7TMM01 ul ul a.trig_open {
	font-variant: normal;
	letter-spacing: 0.1em;
	font-size: 0.8em;
}
.p7TMM01 ul ul a.trig_open {
	color: #000;
}
.p7TMM01 a.current_mark {
	font-weight:normal;
	color:#9F0;
}
.p7TMM01 ul ul a.current_mark { /*SOUS-MENU-*/
	color:#ff6b08;
	font-variant: normal;

	
}
.p7TMMtoggle {
	display:none;
}
.p7TMM01_toggle_all {
	margin: 0 0 0 0;
}
.p7TMM01_toggle_all a:link, .p7TMM01_toggle_all a:visited {
	color: #6C0;
	font-variant: small-caps;
	outline: 0;
}
.p7TMM01_toggle_all a:hover, .p7TMM01_toggle_all a:focus, .p7TMM01_toggle_all a:active {
	color: #ff6b08;
	text-decoration: underline;
}

.p7TMM01 ul a.current_mark {
	color:#ff6b08;
	background-image: url(img/fleche-bleue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.last_item_menu a { border:medium none !important; }