@charset "UTF-8";
@import url(dfc.css);
@import url(include/jquery.treeview.css);

#map{/*width:600px;float:left;*/padding:0px 20px;border:0px solid red;}

.cls{clear:both;}
#map A, #ecrire A{
	text-decoration: none;
	display:inline;
	border:none;
}
#map{border:1px solid #FFF;}
#map ul {
	border:0px solid red;
	margin:0px;
	padding:0px
}
#map li {
	list-style: none;
}


#ecrire h4, #ecrire h3, #ecrire h2{
	display:inline;
	margin:0px;
	padding:0px;
	font-size:12px;
	border:0px solid green;
	font-weight: normal;
}
#map #menuLevel1 li{
	font-weight: bold;
	font-size:14px;
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
}
#map #menuLevel2 li{
	font-weight: bold;
	font-size:12px;
	display:block;
	float:left;
	width:200px;
	margin-bottom:0px;
}
#map #menuLevel3 li{
	font-weight: normal;
	font-size:11px;
	display:block;
	float:left;
	width:200px;
}

#map #menuLevel2 li { background-image: url(../img/treeview/treeview-default-line.gif) no-repeat; }
#map #menuLevel2 .hitarea, #map #menuLevel2 li.lastCollapsable, #map #menuLevel2 li.lastExpandable { background-image: url(../img/treeview/treeview-default.gif); } 

#sidetreecontrol{
	text-align: right;
	margin-right:40px;
}


