/*
 beige clair: 241,243,221  #F1F3DD
beige foncé: 228,226,204  #E0E2CC
alu : #ABABAB
brun :  #6A2606
brun clair : #6C4938
Vert : #366612
*/

/*=========*/
/* LE MENU */
/*=========*/

.applemenu{
	/*margin: 5px 5px;*/
	padding: 0;
	width: 170px; /*width of menu*/
	border: 1px solid #9A9A9A;
	
	position: relative;
/*	padding: 10px;
	width: 200px;*/
	float: left; 	
}

.applemenu div.silverheader a{
	background: black url(bois.jpg) repeat-x center left;
	FONT:11px geneva, verdana, arial, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(vert.jpg);
	color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: #f1f3dd;
	padding: 5px;
	height: 350px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

a.lienmenu :visited{
	color: #366612;
}
a.lienmenu{
	color: #6A2606;
}
