/* --- test @import rule -- */
@import url("/test/styles/_import/blue.css"); /* all ok */
@import url('/test/styles/_import/red.css'); /* all ok */
@import url(/test/styles/_import/default.css); /* all ok */
@import "/test/styles/_import/orange.css" alL; /* win ie 6 false */
@import "/test/styles/_import/green.css"  all; /* win ie 6 false */
@import "/test/styles/_import/yellow.css" projection, screen; /* win ie 6 false */
html, body {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	color: #000 !important;
	font-family: "Times New Roman", serif !important;
	line-height: 1.2 !important;}
#infos, #bdoc_end, #f_nav {text-align: left !important;}
#bdoc_end {
	margin-right: 1% !important;
	margin-left: 1% !important;}
#sdag {text-align: right !important;}
h1 {
	margin: 1em 0 1em -2%;
	font-weight: bold !important;
	font-size: 150% !important;
	border: none !important;}
#daguter {
	margin: 0 1%;
	padding: .5em;
	font-size: 1em;}
#daguter div {
	width: 85%;
	border: 4px dotted black;}
code span {color: red;}
.daguter, .black, .blue, .green, .orange, .red, .yellow {
	margin: .25em;
	padding: .5em;}
a, a:link, a:visited {color: #00c !important;}