/* style sheet for printing */
/* just black and white */
/* no background color */
/* serif fonts */

html {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	/* this line is to center blocks, not text */
	text-align: center;
	background-color: #fff;;
}

body {
	margin: 0 auto;
	padding: 0;
	/* this line restores the text alignment */
	text-align: left;
	width: 780px;
}

p, pre, dl {
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	display: block;
	clear: both;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0.5em 0 0 0 ;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: #000 solid 1px;
}

h2 {
  font-size: 1.17em;
  font-weight: bold;
}

h3 {
  font-size: 1em;
  font-weight: bold;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

img {
	margin: 3px;
}

.center {
	text-align: center; 
}

.left {
	margin: 0 6px 0 0;
	float: left
}

.right {
	margin: 0 0 0 6px;
	float: right
}

#boilerplate {
	min-height: 70px;
	padding: 0.5em;
	margin: 0;
}

/* relatively positioned to anchor the image */	

#boilerplate p {
	position: relative;
	font-weight: bold;
	margin-left: 5em;	
}

/* the image is absolutely positioned relatively to the current paragraf */

#boilerplate img {
	display: none;
	position: absolute;
	top: 0px ;
	left: -5em;
	border: none;
}

/* table des matières  */

ul.toc {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	
	/* aligned with the boilerplate 0.5em + 5em*/
	padding: 0 0 1em 5.5em;
	
	/* dashed line before the rest of the document */
	/* border-bottom: #009 3px dashed; */
}

ul.toc a  {
	text-decoration:	none;
	font-weight: bold;
}

ul.toc li {
	margin-top: 0.5em;
}


ul.toc ul {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	
	/* aligned with the boilerplate 0.5em + 5em*/
	padding: 0 0 0 2em;
}

ul.toc ul a {
	font-weight: normal;
}

ul.toc ul li {
	margin-top: 0;
}

li.i2 a {
	margin-left: 2em;
}

li.i3 a {
	margin-left: 4em;
}

li.i4 a {
	margin-left: 6em;
}

/* autres listes */

ul, ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul {
}

/* definitions */

dt {
	display: block;
	float: left;
	font-weight: bold;
}	

dd {
	margin-left: 7em;
	padding-left: 0.5em;
	border-left: #000 1px solid;
}

/* code */
pre.code {
	padding-top: 0.5em;
	margin: 0 0.5em 0.5em 0.5em;
	border: #000 1px solid;
}


/* note block */

div.note {
	border: #000 1px solid; 
	margin: 1em 0.5em 0.5em 5.5em;
	padding-left: 50px;
}

div.note h1 {
	border-bottom: #000 1px solid; 
	border-left: #000 1px solid; 
	margin: 0;
	/* padding-left: 30px; */
	font-size: 80%;
	color: #000;
}

/* fin de document - footer */
#footer {
	/* make space above the #009 footer */
	margin-top: 2em;
	Font-Family: Arial, Helvetica, Sans-serif; 
	Font-Size: 8pt; 
	text-align: right;
}

#footer a {
	text-decoration: underline;
}	

p.minired {
	text-align: center;
	font-variant: normal;
	font-size: xx-small;
}





/* ----------------------- font colors ------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	color: #000; 
}

p li {color: #000; }

a { color: #000; }
