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

/* réglages valables pour tous les niveaux : */
.blanc {
	line-height: 18px;
	border-bottom: 1px solid #ffffff;
	
}
.p7TMM05 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #84705d;
	line-height: 25px;
	width: 219px;
	background-color: #84705d;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
/* réglages valables pour le 1er niveau : */
.p7TMM05 ul {
	margin: 0;
	padding: 0px;
}

.p7TMM05 ul a:link, .p7TMM05 ul a:visited {
	border-bottom: 1px solid #ffffff;
	/*/*/display: block;
	color: #FFF;
	background-color: #009ee0;
	padding: 0 0 0 26px;
	text-decoration: none; /* */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align:middle;
}



.p7TMM05 ul a:hover, .p7TMM05 ul a:focus, .p7TMM05 ul a:active {
	background-color: #40b6e8;
	color: #ffffff;
}

.p7TMM05 ul li {
	list-style-type:none;
}


/* réglages valables pour le 1er niveau pour mettre une division horizontale : 

.p7TMM05 ul div {
	background-color: #ffffff;
	padding: 21px 0;
}*/

/* réglages valables pour le 2eme niveau : */
.p7TMM05 ul div ul {
	margin: 0;
	color: #636466;
	background-color: #dedede;
	padding: 0 0 0 0px;
	text-decoration: none; /* */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 10px;
}

.p7TMM05 ul div ul a:link, .p7TMM05 ul div ul a:visited {
	/*/*/display: block;
	color: #0072ab;
	background-color: #FFF;
	padding: 0 0 0 37px;
	text-decoration: none; /* */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #bfe7f7;
}


.p7TMM05 ul div ul a:hover, .p7TMM05 ul div ul a:focus, .p7TMM05 ul div ul a:active {
	background-color: #ffffff;
	color: #40b6e8;
}

.p7TMM05 ul div ul li {
	list-style-type:none;
}

/* réglages valables pour le 2eme niveau pour mettre une ligne horizontale : 
.p7TMM05 ul ul div {
	background-color: #cfcfcf;
	background-image: none;
	padding: 0;
}*/

/* réglages valables pour le 3eme niveau : */
.p7TMM05 ul ul ul {
	margin: 0;
	color: #0072ab;
	background-color: #ffffff;
	padding: 0 0 0 46px;
	text-decoration: none; /* */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 11px;
}
.p7TMM05 ul ul ul a:link, .p7TMM05 ul ul ul a:visited {
	/*/*/display: block;
	color: #0072ab;
	background-color: #ffffff;
	padding: 0 0 0 0px;
	text-decoration: none; /* */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.p7TMM05 ul ul ul a:hover, .p7TMM05 ul ul ul a:focus, .p7TMM05 ul ul ul a:active {
	background-color: #ffffff;
	color: #40b6e8;
}
.p7TMM05 ul ul ul li {
	list-style-type: none;
}
/* réglages valables pour le 2eme niveau pour mettre une ligne horizontale : 
.p7TMM05 ul ul ul div {
	background-color: #EBEBEB;
	background-image: none;
	padding: 0;
}*/



.p7TMM05 ul ul a:hover, .p7TMM05 ul ul a:focus, .p7TMM05 ul ul a:active {
	background-color: #FFF;
	color:#F00;

}
.p7TMM05 ul ul ul a:hover, .p7TMM05 ul ul ul a:focus, .p7TMM05 ul ul ul a:active {
	background-color: #EBE2DA;
		color:#84705D;
}
.p7TMM05 ul div ul a:hover, .p7TMM05 ul div ul a:focus, .p7TMM05 ul div ul a:active {
	background-color: #FFF;
	color:#d40101;
}

.p7TMM05 ul ul a:link, .p7TMM05 ul ul a:visited {
	color: #636466;
	background-color: #0F0;
}
.p7TMM05 ul ul a:hover, .p7TMM05 ul ul a:focus, .p7TMM05 ul ul a:active {
	color: #EBE2DA;
	background-color: #84705D;
}

/* réglages pour mettre les triangles et les carrés dans les listes a puces :
.p7TMM05 a.p7tmm_page {
	background-image: url(img/tmm_page_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM05 ul ul a.p7tmm_page {
	background-image: url(img/tmm_page_square_gray.gif);
}
.p7TMM05 a.trig_closed {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM05 ul ul a.trig_closed {
	background-image: url(img/tmm_east_gray.gif);
}
.p7TMM05 ul a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #000 !important;
}
.p7TMM05 ul ul a.trig_open {
	background-image: url(img/tmm_south_gray.gif);
	color: #FFF !important;
}
.p7TMM05 ul ul a.trig_closed, .p7TMM05 ul ul a.trig_open {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.1em;
} */
.p7TMM05 a.current_mark, .p7TMM05 ul a.current_mark {
	background-color: #4fc3f4;
	color:#FFFFFF;
}
.p7TMM05 ul ul a.current_mark, .p7TMM05 ul div ul a.current_mark, .p7TMM05 ul ul ul a.current_mark {
	color:#F00;
}
