/* CSS Document */

body {
  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background: none;
  color: Black;
}

.toc, .footerinc, .header, .bar, .bar-right, bar-left, .user, .echo_footerinc {display:none}

#sidebar {display:none}

#wrapper {
width: auto;
border: 0;
margin: 0 0;
padding: 0;
float: none !important;

}

.echo_header {
  padding: 0;
  border: 1pt solid #ccc;
  background: #ffffff ;
  margin-bottom: 2pt;
  text-align:center;
  margin-bottom: 15pt;
}

.pagename img{
display:none;
}

.logo {
  font-size:18pt;
  font-weight:bold;
}

.page {
  float: none !important;
  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}


/**
 * print additional CSS for the artic template
 * @author Michael Klier <chi@chimeric.de>
 */

div.dokuwiki div.left_sidebar,
div.dokuwiki div.right_sidebar {
  display:none;
}


table {
  border: 2px solid #333;
  padding:0;
  margin:0;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline {
  width:80%;
  font-size: 8pt;
}

table.inline a {
  font-size: 7pt;
}


th {
  border: 2px solid #333!important;
  background-color: #4D4D4D!important;
  color:#fff!important;
  text-align:center;
}

td {
  border: 1px solid #333;
  word-break: break-strict;
}



img {border:0}

a {
  color:#000000;
  text-decoration:underline;
/*  background: none !important;*/
}

div.breadcrumbs{
  display:none;
}

div.secedit{
  display:none;
}

/* --------------------- Text formating -------------------------------- */

/* the document */
div.page {
  text-align:left;
}

/* general headline setup */
h1, h2, h3, h4, h5 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 10pt 0;
    padding: 5pt 0 0 0;
    border-bottom: 1px solid #000000;
}

/* special headlines */
h1 {font-size: 140%; font-weight: bold;}
h2 {font-size: 130%; font-weight: bold; }
h3 {font-size: 120%; font-weight: bold;; border-bottom: none; }
h4 {font-size: 110%; border-bottom: none; }
h5 {font-size: 100%; border-bottom: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, .logo a{
	text-decoration: none;
}

/* ordered lists */
ol {
    line-height: 15pt;
    margin: 0 0 5pt 25pt;
    padding: 0;
    font-weight: normal;
}
ol ol {
    margin: 0 0 5pt 15pt;
}

div.dokuwiki ol {list-style-type: decimal}
div.dokuwiki ol ol {list-style-type: upper-roman}
div.dokuwiki ol ol ol {list-style-type: lower-alpha}
div.dokuwiki ol ol ol ol {list-style-type: lower-greek}

/* the list items overriding the ol definition */
span.li {
    font-weight: normal;
}

/* code blocks by indention */
pre.pre {
  font-size: 8pt;
  padding: 5pt;
  border: 1px dashed #000000;
  color: Black;
  overflow: visible;
}

/* code blocks by code tag */
pre.code {
  font-size: 8pt;
  padding: 5pt;
  border: 1px dashed #000000;
  color: Black;
  overflow: visible;
}

/* inline code words */
code {
  font-size: 120%;
}

/* code blocks by file tag */
pre.file {
}

/* footnotes */
div.footnotes{
}

div.fn{
}

a.fn_top{
}

a.fn_bot{
}

acronym{
  border: 0;
}



/* Pour le plugin important paragraph */
.important {
  background-color: __light__;
  border: 1px solid __dark__;
}
 
div.important {
  margin: 0.75em 0 1em 0;
  padding: 0.2em;
}
 
div.important div {
  padding:0;
  margin: 0;
}
 
div.important > div + div {
  padding:0;
  margin: 0.5em 0 0 0;
}
 
.important > .important {
  background-color: __dark__;
  border: 1px solid __black__;
}
 
div.marker {
  border-left: 1em solid yellow;
}

/* Fin plugin important paragraph */
