/* CSS Document */

body {
  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background: none;
  color: Black;
  margin: 0!important;
  padding: 0!important;
}

.logo, .meta, .toc, .footerinc, .header, .bar, .bar-right, bar-left, .user, .echo_footerinc {display:none}

#sidebar {display:none}

#wrapper {
width: auto;
border: 0;
margin: 0!important;
padding: 0!important;
float: none !important;

}

.dokuwiki {
border: 0;
margin: 0!important;
padding: 0!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:none ;
      z-index:500!important;
      }

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 */


/* Styler */
div.styler-box {
	border: 1px solid #9C8A63;
	padding: 1em;
}

div.styler-background { background-color: #ECE8DE }

div.styler-float-left { float: left; margin: 0 1em 0.5em 1em; }
div.styler-float-right { float: right; margin: 0 1em 0.5em 1em; }

div.styler-left { text-align: left;!important  }
div.styler-right { text-align: right;!important  }
div.styler-center { text-align: center;!important }
div.styler-justify { text-align: justify;!important }

/* Verse */
div.verse {
	border: none;
	padding: 1em 3em;
}

div.verse pre {
	font-family: 'Courier New', Courier, monospace;
	color: black;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

div.verse pre span {
	color: #006600;
	font-style: italic;
}

/* epigraph */
div.epigraph {
	margin-left: 60%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	font-family: Times New Roman, Georgia, Garamond, Times, serif;
	font-style: italic;
}

/* quote */
div.styler-quote {
	margin-left: 3em;
	border: 1px dotted #BBAC8C;
	background: #F8F5EE url(images/blockquote.gif) no-repeat 0.3em 0.3em;
	padding: 1em;
	
}
/* Fin Styler */

/* plugin notes */

.noteclassic, .noteimportant, .notewarning, .notetip {
  margin: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 70% !important;
  min-height: 40px;
  clear: both;
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 15px 20px 15px 80px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
 
.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url(/lib/plugins/note/images/note.png);
}
 
.noteimportant {
  /*border: 1px solid #ff0;*/
  background-color: #ffc;
  background-image: url(/lib/plugins/note/images/important.png);
}
 
.notewarning {
  /*border: 1px solid #d99;*/
  background-color: #fdd;
  background-image: url(/lib/plugins/note/images/warning.png);
}
 
.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #dfd;
  background-image: url(/lib/plugins/note/images/tip.png);
}

/* fin notes */
