#arborescence{
	margin-top:56px;
	margin-left:240px;
	position: fixed;
	z-index:1002;
}

#entetepage{
	vertical-align: center;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	width: 100%;
	position: fixed;
	z-index:1002;
	padding: 0;
	background-image: linear-gradient(RGBa(51, 51, 51, 1), RGBa(51, 51, 51, 1));
	height: 24px;
}

#entetepage #enteteArbo{
	margin-top: 2px;
	margin-left:20px;
}

.arbo{
	
	font-family: Arial;
	font-weight:bold;
	margin-left:8px;
	text-decoration: none;
	font-size: 15px;
	color: #CCCCCC;
}

#entetepage .arbo:visited{
	text-decoration: none;

}

#entetepage .arbo:hover{
	text-decoration: none;
	font-size: 15px;
	color: RGBa(255, 0, 51, 0.60);
}

@media only screen and (max-width: 1080px) {
	#arborescence{
		margin-top:0px;
		margin-left:0px;
		width:100%;
		position: absolute;
		border-bottom: 1px #666 solid;		
	}
	
	#entetepage{
		border-top: 0px #666 solid;
		border-left: 0px #666 solid;
		width:100%;
		position: absolute;
	}
	
	#iconAc{
		padding-left:0px;
	}
}