* html {margin:0;padding:0;}

body {
    background:#ffffff url(../images/interface/bg.jpg) no-repeat;
}

#divLeftTpl{
	position:absolute;
	top:160px;
	left:0px;
	width:208px;
	padding:5px;
}
#divLeftTpl ul{
	list-style: none;
}

#divLeftTpl ul{
	list-style: none;
	margin-left:5px;padding:0;
	/*background:#c6e5fe;*/
	/*text-align:right;*/
}
#divLeftTpl ul li{
	padding-top:10px;
	padding-left:5px;
	/*background-image: url(../images/interface/white_square.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 15px;
	color:white;
	font-weight:bold;
	font-size:12px;
}

#divLeftTpl ul li a{
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#divLeftTpl ul li a:hover{
	color:#ffa82a;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#divLeftTpl ul li.normal{
	}
	
#divLeftTpl ul li.selected{
	color: #ffa82a;
	margin-right:-6px;
	}


#divLeftTpl ul li.selected a{
	text-decoration:none;
	color: #ffa82a;
}

#divLeftTpl ul li.selected a:hover{
	text-decoration:none;
}

#divLeftTpl ul li.sub_normal{

	margin-right:-6px;
	margin-left:20px;

	/*list-style-image:url(../images/interface/fleche.gif);*/
	padding-left:13px;
	background: url(../images/interface/fleche.gif);
    background-repeat: no-repeat;
    background-position: 0px 11px;

	}
	
#divLeftTpl ul li.sub_normal a:hover{

	}

#divLeftTpl ul li.sub_selected{
	color: #ffa82a;

	margin-right:-6px;
	margin-left:20px;
	padding-left:13px;
	background: url(../images/interface/fleche_over.gif);
    background-repeat: no-repeat;
    background-position: 0px 11px;
	}

#divLeftTpl ul li.sub_selected a{
	color: #ffa82a;
	}
#divLeftTpl ul li.sub_selected a:hover{
	text-decoration:none;
	}
	
#divLeftTpl ul li.sub3_normal{
	margin-right:-6px;
	margin-left:30px;
	padding-left:10px;
	background: url(../images/interface/carre.gif);
    background-repeat: no-repeat;
    background-position: 0px 14px;
	}

#divLeftTpl ul li.sub3_normal a{
	}

#divLeftTpl ul li.sub3_selected{
	color: #ffa82a;
	margin-right:-6px;
	margin-left:30px;
	text-decoration:none;
	padding-left:10px;
	background: url(../images/interface/carre_over.gif);
    background-repeat: no-repeat;
    background-position: 0px 14px;
	}

#divLeftTpl ul li.sub3_selected a{
	color: #ffa82a;
	}
#divLeftTpl ul li.sub3_selected a:hover{
	text-decoration:none;
	}
	
#divLeftTpl ul li.sub4_normal{
	margin-right:-6px;
	margin-left:40px;
	padding-left:10px;
	background: url(../images/interface/fleche_niveau4.gif);
    background-repeat: no-repeat;
    background-position: 0px 14px;
	}

#divLeftTpl ul li.sub4_normal a{

	}

#divLeftTpl ul li.sub4_selected{
	color: #ffa82a;
	margin-right:-6px;
	margin-left:40px;
	text-decoration:none;
	}

#divLeftTpl ul li.sub4_selected a{
	color: #ffa82a;
	}
#divLeftTpl ul li.sub4_selected a:hover{
	text-decoration:none;
	}

#divAddress{
	position:absolute;
	top:620px;
	left:15px;
}
#divAddress a{
	color:#ffa82a;
	text-decoration:none;
}

#divAddress sup{
	font-size:12px;
	vertical-align:top;
}

#divPrintBlank {
	position:absolute;
	top:490px;
	left:15px;
}

#divPrintBlank a{
	color:#ffa82a;
	text-decoration:none;
}

#divSearch {
	position:absolute;
	top:530px;
	left:15px;
	width:200px;
}