* { 
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: normal;
} 

h1, h2, h3, h4, h5, h6 {
	padding: 5px 10px;
}

p, pre, dl {
	padding: 5px 10px 10px 50px ;
}


h1, h2, h3, h4, h5, h6 {
	display: block;
	clear: both;
}

/* -------------------- font colors ------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	background-color: transparent;
	color: #900; 
}

p li {color: #003; }

a { color: #009; }

a:hover { color: #c00; }

pre.code {background-color: #cfc;} 

/* -------------------- font colors -end--------------------------- */
/* borrowed from Mozilla style-sheet */

h1 {
  font-size: 1.5em;
  font-variant: small-caps;
  margin-bottom: .67em;
}

h2 {
  font-size: 1.17em;
  font-variant: small-caps;
  margin-bottom: .5em;
}

h3 {
  font-size: 1.17em;
  font-variant: small-caps;
}

h4 {
  font-size: 0.83em;
  font-variant: small-caps;
}

h5 {
  font-size: 0.83em;
  font-variant: small-caps;
}

h6 {
  font-size: 0.67em;
  font-variant: small-caps;
}

/* borrowed from Mozilla style-sheet - end */



html {
	font-size: 11pt;
	/* this line is to center blocks, not text */
	text-align: center;
	background-color: #fff;;
}

body {
	/* To set BODY as an ancestor for positionned blocks */
	position: relative;
	/* To center BODY in HTML */
	margin: 5px auto;
	border: none;
	/* this line restores the text alignment */
	text-align: left;
	width: 680px;
	background: #fff url(sty-body.png) top left no-repeat;
}


div#header {
	height: 250px;
	/* margin: 100px 0; */

}

div#header h1 {
	font-size: 1.7em;
	font-variant: normal;
	margin: 0 0 0 270px;
	padding: 60px 10px; 
	text-align: right;
	color: #009;
	background: #fff;
}	

div#boilerplate {
	position: relative;
	top: -120px;
	left: 0px;
	/* margin-right: 35px; */
	padding-bottom: 10px;
	text-align: right;
}

div#boilerplate p {
	/* font-family: "Courier New", Courier, monospace; */
	font-size: 10pt;
}

div#boilerplate img {
	display: none;
	float: right;
	margin-left: 10px;
}

/* ----------- autres listes ---------------------- */

ul, ol {
	padding-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	margin: 0 0 0 50px;
	/* décale le texte pour laisser la place à l'image */
	padding-left: 5px;
}

ul {
	list-style-type: square;
	list-style-image: url(sty-puce.gif); */
}


/* ----------- table des matières ----------------- */

ul.toc
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul.toc li {
	margin: 0 0 0 50px;
}

ul.toc a
{
	display: block;
	padding: 3px 0;
	width: 630px;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}

ul.toc a:link, ul.toc a:visited
{
	color: #333;
	text-decoration: none;
}

ul.toc a:hover
{
	background-color: #666;
	color: #fff;
}


li a {
	text-indent: 1em;
}

li.i2 a {
	text-indent: 2em;
}

li.i3 a {
	text-indent: 3em;
}

li.i4 a {
	text-indent: 4em;
}


/* ----------- table des matières ----------------- */



/* ----------- note ------------------------------- */

div.note {
	margin: 10px 10px 10px 50px;
	border: #000 1px solid; 
	font-size: 0.9em;
	background-color: #ccc;
}

div.note h1 {
	font-size: 0.9em;
	font-variant: normal;
	margin: 0; 
	border-left: none;
	position: relative; 
	background-color:  #fff;
	background-position:  5px 5px;
	background-repeat: no-repeat;
	background-image: url(sty-note.gif);
	text-align: right;
	border-bottom: #000 1px solid;
}

div.note p {
	padding: 15px 10px; 
}

/* ----------- note -end--------------------------- */

img {
	margin: 3px;
	border: 1px solid #000;
}

.center {
	text-align: center; 
}

.left {
	margin: 0 6px 0 0;
	float: left
}

.right {
	margin: 0 0 0 6px;
	float: right
}


/* ----------- definitions  ----------------------- */

dt {
	display: block;
	float: left;

}	

dd {
	display: block;
	margin-left: 7em;
	padding-left: 1em;
	border-left: #333 1px solid;
	
}

/* code */
pre.code {
	margin: 10px 10px 10px 50px;
	padding: 0.5em;
	border: #333 1px solid;
	overflow: auto;
}



/* ----------- fin de document -------------------- */

#footer {
	background: #fff url(sty-footer-top.png) top left repeat-x;
	margin-top: 2em;
	padding-top: 20px;
	background-color: #fff;
	color: #009;
	Font-Family: Arial, Helvetica, Sans-serif; 
	Font-Size: 8pt; 
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #009;
}	

#footer img {
	border: 0;
}

p.minicenter {
	text-align: center;
	font-variant: normal;
	font-size: xx-small;
	color: #009;
}

/* ----------- fin de document -end---------------- */
