a.interwiki { background: transparent url(/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/lib/images/interwiki/phpfn.gif)}a.iw_coral {  background-image: url(/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/lib/images/fileicons/gz.png)}a.mf_zip {  background-image: url(/lib/images/fileicons/zip.png)}a.mf_pdf {  background-image: url(/lib/images/fileicons/pdf.png)}a.mf_txt {  background-image: url(/lib/images/fileicons/txt.png)}a.mf_html {  background-image: url(/lib/images/fileicons/html.png)}a.mf_ps {  background-image: url(/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/lib/images/fileicons/rtf.png)}a.mf_xml {  background-image: url(/lib/images/fileicons/xml.png)}a.mf_deb {  background-image: url(/lib/images/fileicons/deb.png)}a.mf_conf {  background-image: url(/lib/images/fileicons/conf.png)}a.mf_sxw {  background-image: url(/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/lib/images/fileicons/sxd.png)}/* predefined classes for the SpanStyle plugin */



span.note {
    font-style: oblique;
    font-size: 85%;
}

span.red {
    color: red;
}

span.green {
    color: green;
}

/********************************************************************
Print Styles for the Wrap Plugin (additional to all.css)
********************************************************************/

/* boxes and notes with icons
********************************************************************/

.dokuwiki .wrap_box,
.dokuwiki .wrap_info, .dokuwiki .wrap_information, .dokuwiki .wrap_important, .dokuwiki .wrap_warning, .dokuwiki .wrap_tip, .dokuwiki .wrap_help, .dokuwiki .wrap_todo, .dokuwiki .wrap_download {
/*
    overflow: hidden;
*/
}
.dokuwiki div.wrap_box,
.dokuwiki div.wrap_info, .dokuwiki div.wrap_information, .dokuwiki div.wrap_important, .dokuwiki div.wrap_warning, .dokuwiki div.wrap_tip, .dokuwiki div.wrap_help, .dokuwiki div.wrap_todo, .dokuwiki div.wrap_download {
    border: 2px solid #999;
    padding: 1em 1em .5em;
    margin-bottom: 1.5em;
}
.dokuwiki span.wrap_box,
.dokuwiki span.wrap_info, .dokuwiki span.wrap_information, .dokuwiki span.wrap_important, .dokuwiki span.wrap_warning, .dokuwiki span.wrap_tip, .dokuwiki span.wrap_help, .dokuwiki span.wrap_todo, .dokuwiki span.wrap_download {
    border: 1px solid #999;
    padding: 0 .3em;
}


/* mark
********************************************************************/

div.dokuwiki .wrap_hi {
    border: 1px solid #999;
}


/* miscellaneous
********************************************************************/

/*____________ spoiler ____________*/

div.dokuwiki .wrap_spoiler {
    visibility: hidden;
}

/*____________ pagebreak ____________*/
div.dokuwiki .wrap_pagebreak {
    page-break-after: always;
}

/* plugin:box */

@media screen, print {
div.bbox {
  width: 50%;
  margin: 1em auto;
  border: 1px solid;
  padding: 4px;
  overflow: hidden;
}

/* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
.xtop, .xbottom {background:transparent; font-size:0; line-height: 1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; border-style: solid;}
.xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-width:0 1px;}
.xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

div.bbox .xtop, div.bbox .xbottom {display: none;}
div.bbox.round > .xtop, div.bbox.round > .xbottom {display: block;}

div.bbox.round { border: none; padding: 0;}
div.bbox.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }

div.bbox p.box_title, div.bbox p.box_caption {
  font-size: 90%;
  margin: 0;
  padding: 2px 6px;
  line-height: 1.2;
  text-align: center;
}

div.bbox p.box_title { margin-bottom: 4px;}
div.bbox p.box_caption { margin-top: 4px;}

div.bbox .box_content {
  margin: 0;
  padding: 0 6px;
  border-width: 1px;
  border-style: dashed;
  line-height: 1.2;
}

/* floating alignment */

div.bbox.left {
  float: left;
  margin-right: 1em;
}
 
div.bbox.right {
  float: right;
  margin-left: 1em;
}

/* colours */
/* default */
div.bbox, div.bbox .box_content, div.bbox .xbox, div.bbox .xb1, div.bbox .xb2, div.bbox .xb3, div.bbox .xb4 {
  border-color:  #8cacbb;
}

div.bbox, div.bbox .xbox, div.bbox .xb1, div.bbox .xb2, div.bbox .xb3, div.bbox .xb4 {
  background: #eef3f8;
}

div.bbox p.box_title, div.bbox p.box_caption { background: #dee7ec;}
div.box .box_content { background: #f7f9fa;}

/* blue */
div.bbox.blue, div.bbox.blue > * > .box_content, div.bbox.blue > .xbox, 
div.bbox.blue > * > .xb1, div.bbox.blue > * > .xb2, div.bbox.blue > * > .xb3, div.bbox.blue > * > .xb4 {
  border-color:  #bbbbdd;
}

div.bbox.blue, div.bbox.blue > .xbox, 
div.bbox.blue > * > .xb1, div.bbox.blue > * > .xb2, div.bbox.blue > * > .xb3, div.bbox.blue > * > .xb4 {
  background: #e4ecf8;
}

div.bbox.blue > * > p.box_title, div.bbox.blue > * > p.box_caption {background: #cad0ee;}
div.bbox.blue > * > .box_content {background: #f4f8fd;}

/* red */
div.bbox.red, div.bbox.red > * > .box_content, div.bbox.red > .xbox, 
div.bbox.red > * > .xb1, div.bbox.red > * > .xb2, div.bbox.red > * > .xb3, div.bbox.red > * > .xb4 {
  border-color:  #ddbbbb;
}

div.bbox.red, div.bbox.red > .xbox, 
div.bbox.red > * > .xb1, div.bbox.red > * > .xb2, div.bbox.red > * > .xb3, div.bbox.red > * > .xb4 {
  background: #f8ece4;
}

div.bbox.red > * > p.box_title, div.bbox.red > * > p.box_caption {background: #eed0ca;}
div.bbox.red > * > .box_content {background: #fdf4ec;}

/* green */
div.bbox.green, div.bbox.green > * > .box_content, div.bbox.green > .xbox, 
div.bbox.green > * > .xb1, div.bbox.green > * > .xb2, div.bbox.green > * > .xb3, div.bbox.green > * > .xb4 {
  border-color:  #bbddbb;
}

div.bbox.green, div.bbox.green > .xbox, 
div.bbox.green > * > .xb1, div.bbox.green > * > .xb2, div.bbox.green > * > .xb3, div.bbox.green > * > .xb4 {
  background: #e4f8f2;
}

div.bbox.green > * > p.box_title, div.bbox.green > * > p.box_caption {background: #c4e4d4;}
div.bbox.green > * > .box_content {background: #ecfaf6;}

/* orange */
div.bbox.orange, div.bbox.orange > * > .box_content, div.bbox.orange > .xbox, 
div.bbox.orange > * > .xb1, div.bbox.orange > * > .xb2, div.bbox.orange > * > .xb3, div.bbox.orange > * > .xb4 {
  border-color:  #da3;
}

div.bbox.orange, div.bbox.orange > .xbox, 
div.bbox.orange > * > .xb1, div.bbox.orange > * > .xb2, div.bbox.orange > * > .xb3, div.bbox.orange > * > .xb4 {
  background: #f4e8ca;
}

div.bbox.orange > * > p.box_title, div.bbox.orange > * > p.box_caption {background: #f0d499;}
div.bbox.orange > * > .box_content {background: #f8f0da;}

/* must come last to override coloured background when using rounded corners */

div.bbox.round {
  background: transparent !important;
}

/* IE fixes for unsupported child selector \*/

* html div.bbox div.bbox, * html div.bbox div.bbox .box_content, * html div.bbox div.bbox .xbox, 
* html div.bbox div.bbox .xb1, * html div.bbox div.bbox .xb2, 
* html div.bbox div.bbox .xb3, * html div.bbox div.bbox .xb4 {
  border-color:  #8cacbb;
}

* html div.bbox div.bbox, * html div.bbox div.bbox .xbox, 
* html div.bbox div.bbox .xb1, * html div.bbox div.bbox .xb2, 
* html div.bbox div.bbox .xb3, * html div.bbox div.bbox .xb4 {
  background: #eef3f8;
}

* html div.bbox div.bbox p.box_title, * html div.bbox div.bbox p.box_caption { background: #dee7ec;}
* html div.bbox div.bbox .box_content { background: #f7f9fa;}

* html div.bbox.round .xtop, * html div.bbox.round .xbottom {display: block;}
* html div.bbox.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }

/* blue */
* html div.bbox.blue .box_content, * html div.bbox.blue .xbox, 
* html div.bbox.blue .xb1, * html div.bbox.blue .xb2, * html div.bbox.blue .xb3, * html div.bbox.blue .xb4 {
  border-color:  #bbbbdd;
}

* html div.bbox.blue .xbox, 
* html div.bbox.blue .xb1, * html div.bbox.blue .xb2, * html div.bbox.blue .xb3, * html div.bbox.blue .xb4 {
  background: #e4ecf8;
}

* html div.bbox.blue p.box_title, * html div.bbox.blue p.box_caption {background: #cad0ee;}
* html div.bbox.blue .box_content {background: #f4f8fd;}

/* nested blue */
* html div.bbox div.bbox.blue .box_content, * html div.bbox div.bbox.blue .xbox, 
* html div.bbox div.bbox.blue .xb1, * html div.bbox div.bbox.blue .xb2, 
* html div.bbox div.bbox.blue .xb3, * html div.bbox div.bbox.blue .xb4 {
  border-color:  #bbbbdd;
}

* html div.bbox div.bbox.blue .xbox, 
* html div.bbox div.bbox.blue .xb1, * html div.bbox div.bbox.blue .xb2, 
* html div.bbox div.bbox.blue .xb3, * html div.bbox div.bbox.blue .xb4 {
  background: #e4ecf8;
}

* html div.bbox div.bbox.blue p.box_title, 
* html div.bbox div.bbox.blue p.box_caption {background: #cad0ee;}
* html div.bbox div.bbox.blue .box_content {background: #f4f8fd;}

/* red */
* html div.bbox.red .box_content, * html div.bbox.red .xbox, 
* html div.bbox.red .xb1, * html div.bbox.red .xb2, * html div.bbox.red .xb3, * html div.bbox.red .xb4 {
  border-color:  #ddbbbb;
}

* html div.bbox.red .xbox, 
* html div.bbox.red .xb1, * html div.bbox.red .xb2, * html div.bbox.red .xb3, * html div.bbox.red .xb4 {
  background: #f8ece4;
}

* html div.bbox.red p.box_title, * html div.bbox.red p.box_caption {background: #eed0ca;}
* html div.bbox.red .box_content {background: #fdf4ec;}

/* nested red */
* html div.bbox div.bbox.red .box_content, * html div.bbox div.bbox.red .xbox, 
* html div.bbox div.bbox.red .xb1, * html div.bbox div.bbox.red .xb2, 
* html div.bbox div.bbox.red .xb3, * html div.bbox div.bbox.red .xb4 {
  border-color:  #ddbbbb;
}

* html div.bbox div.bbox.red .xbox, 
* html div.bbox div.bbox.red .xb1, * html div.bbox div.bbox.red .xb2, 
* html div.bbox div.bbox.red .xb3, * html div.bbox div.bbox.red .xb4 {
  background: #f8ece4;
}

* html div.bbox div.bbox.red p.box_title, * html div.bbox div.bbox.red p.box_caption {background: #eed0ca;}
* html div.bbox div.bbox.red .box_content {background: #fdf4ec;}

/* green */
* html div.bbox.green .box_content, * html div.bbox.green .xbox, 
* html div.bbox.green .xb1, * html div.bbox.green .xb2, * html div.bbox.green .xb3, * html div.bbox.green .xb4 {
  border-color:  #bbddbb;
}

* html div.bbox.green .xbox, 
* html div.bbox.green .xb1, * html div.bbox.green .xb2, * html div.bbox.green .xb3, * html div.bbox.green .xb4 {
  background: #e4f8f2;
}

* html div.bbox.green p.box_title, * html div.bbox.green p.box_caption {background: #c4e4d4;}
* html div.bbox.green .box_content {background: #ecfaf6;}

/* nested green */
* html div.bbox div.bbox.green .box_content, * html div.bbox div.bbox.green .xbox, 
* html div.bbox div.bbox.green .xb1, * html div.bbox div.bbox.green .xb2, 
* html div.bbox div.bbox.green .xb3, * html div.bbox div.bbox.green .xb4 {
  border-color:  #bbddbb;
}

* html div.bbox div.bbox.green .xbox, 
* html div.bbox div.bbox.green .xb1, * html div.bbox div.bbox.green .xb2, 
* html div.bbox div.bbox.green .xb3, * html div.bbox div.bbox.green .xb4 {
  background: #e4f8f2;
}

* html div.bbox div.bbox.green p.box_title, * html div.bbox div.bbox.green p.box_caption {background: #c4e4d4;}
* html div.bbox div.bbox.green .box_content {background: #ecfaf6;}

/* orange */
* html div.bbox.orange .box_content, * html div.bbox.orange .xbox, 
* html div.bbox.orange .xb1, * html div.bbox.orange .xb2, * html div.bbox.orange .xb3, * html div.bbox.orange .xb4 {
  border-color:  #da3;
}

* html div.bbox.orange .xbox, 
* html div.bbox.orange .xb1, * html div.bbox.orange .xb2, * html div.bbox.orange .xb3, * html div.bbox.orange .xb4 {
  background: #f4e8ca;
}

* html div.bbox.orange p.box_title, * html div.bbox.orange p.box_caption {background: #f0d499;}
* html div.bbox.orange .box_content {background: #f8f0da;}

/* nestedorange */
* html div.bbox div.bbox.orange .box_content, * html div.bbox div.bbox.orange .xbox, 
* html div.bbox div.bbox.orange .xb1, * html div.bbox div.bbox.orange .xb2, 
* html div.bbox div.bbox.orange .xb3, * html div.bbox div.bbox.orange .xb4 {
  border-color:  #da3;
}

* html div.bbox div.bbox.orange .xbox, 
* html div.bbox div.bbox.orange .xb1, * html div.bbox div.bbox.orange .xb2, 
* html div.bbox div.bbox.orange .xb3, * html div.bbox div.bbox.orange .xb4 {
  background: #f4e8ca;
}

* html div.bbox div.bbox.orange p.box_title, * html div.bbox div.bbox.orange p.box_caption {background: #f0d499;}
* html div.bbox div.bbox.orange .box_content {background: #f8f0da;}

}
/* end plugin:box */
div.dokuwiki #discussion__comment_form,
div.dokuwiki #discussion__newthread_form,
div.dokuwiki div.comment_buttons,
div.dokuwiki div.comment_hidden {
  display:none;
}/* predefined classes for the DivStyle plugin */

div.center {
    text-align: center;
}

div.fleft {
    float: left;
    margin-right: 1em;
}

div.fright {
    float: right;
    margin-left: 1em;
}

div.fclear {
    clear: both;
}

div.mybox {
    background-color: white;
    border: 1px #bbb solid;
    text-align: center;
    font-size: 90%;
    margin: 1ex 2em;
    padding: 0.5ex;
}

div.note {
    text-align: center;
    font-style: oblique;
    font-size: 85%;
}
#blog__newentry_form {
  display:none;
}
body {
  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: White;
  color: Black;
}

table {
  font-size: 100%;
  padding:0;
  margin:0;
}

tr,td,th {padding:0; margin:0;}

img {border:0}

a {
  color:#000000;
  text-decoration:none;
  background: none !important;
}


div.meta {
  clear:both;
  margin-top: 1em;
  font-size:70%;
  text-align:right;
}

div.noprint,
div.notify,
div.info,
div.success,
div.error,
div.breadcrumbs,
div.secedit {
  display:none;
}

/* --------------------- Text formating -------------------------------- */

/* external link */
a.urlextern:after {
   content: " [" attr(href) "]";
   font-size: 90%;
}

/* interwiki link */
a.interwiki:after {
   content: " [" attr(href) "]";
   font-size: 90%;
}

/* email link */
a.mail:after {
   content: " [" attr(href) "]";
   font-size: 90%;
}

/* existing wikilink */
a.wikilink1    {text-decoration:underline }

/* the document */
div.page {
  text-align: justify;
}

/* 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-left:    0;
    margin-right:   0;
    margin-top:     0;
    margin-bottom:  1em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000000;
    clear:left;
}

/* special headlines */
h1 {font-size: 160%; font-weight: bold;}
h2 {font-size: 150%; }
h3 {font-size: 140%; border-bottom: none; }
h4 {font-size: 120%; border-bottom: none; }
h5 {font-size: 100%; border-bottom: none; }

/* embedded images */
img.media {
  margin: 3px;
}

img.medialeft {
  border: 0;
  float: left;
  margin: 0 1.5em 0 0;
}

img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 0 1.5em;
}

/* unordered lists */
ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0 0 0.5em 1.5em;
    padding: 0;

}

/* ordered lists */
ol {
    line-height: 1.5em;
    margin: 0 0 0.5em 2.5em;
    padding: 0;
    font-weight: normal;
}
ol ol {
    margin: 0 0 0.5em 1.5em;
}

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: 0.5em;
  border: 1px dashed #000000;
  color: Black;
  overflow: visible;
}

/* code blocks by code tag */
pre.code {
  font-size: 8pt;
  padding: 0.5em;
  border: 1px dashed #000000;
  color: Black;
  overflow: visible;
}

/* inline code words */
code {
  font-size: 120%;
}

/* code blocks by file tag */
pre.file {
  font-size: 8pt;
  padding: 0.5em;
  border: 1px dotted #000000;
  color: Black;
  overflow: visible;
}

/* footnotes */
div.footnotes{
  clear:both;
  border-top: 1px solid #000000;
  padding-left: 1em;
  margin-top: 1em;
}

div.fn{
  font-size:90%;
}

a.fn_top{
  vertical-align:super;
  font-size:80%;
}

a.fn_bot{
  vertical-align:super;
  font-size:80%;
  font-weight:bold;
}

acronym{
  border: 0;
}

/* ---------- inline tables ------------------- */

table.inline {
  font-size: 80%;
  background-color: #ffffff;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline th {
  padding: 3px;
  border: 1px solid #000000;
  border-bottom: 2px solid #000000;
}

table.inline td {
  padding: 3px;
  border: 1px solid #000000;
}

.leftalign{
  text-align: left;
}

.centeralign{
  text-align: center;
}

.rightalign{
  text-align: right;
}

.toc, .footerinc, .header, .bar, .user {display:none}

/* CSS pour les corriges */
.correct {
    display: block;
    margin: 1ex 1em;
    padding: 1ex 1em;
    background-color: #eee;
    border: black 1px solid;
}

.correct h1 {    font-size: 110%; font-weight: bold; font-style: italic; color: black; }

/* CSS pour les notes */

.noteclassic, .noteimportant, .notewarning, .notetip {
  margin: auto;
  width: 80%;
  /* clear: both; */
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 1em;
  padding-left: 70px;
  background-position: 5px 2px;
  background-repeat: no-repeat;
  margin-top: 1ex;
  margin-bottom: 1ex
}
.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url(/lib/tpl/arctic_lmo/images/note.png);
}
 
.noteimportant {
  border: 1px solid red;
  background-color: #fff;
  background-image: url(/lib/tpl/arctic_lmo/images/important.png);
}
 
.notewarning {
  /*border: 1px solid #d99;*/
  background-color: #faa;
  background-image: url(/lib/tpl/arctic_lmo/images/warning.png);
}
 
.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #ff9;
  background-image: url(/lib/tpl/arctic_lmo/images/tip.png);
}

.notetodo {
  border: 1px solid #9d9;
  background-color: #ff9;
  padding: 0.5ex 1em; margin: 1ex 1em;
}

.nodisplay {
  display: none;
}

.noteprof {
  border: 1px solid #6c3;
  background-color: #6f9;
  padding: 0.5ex 1em; margin: 1ex 1em;
}

.notebox {
  border: 1px solid #000;
  background-color: #fff;
  padding: 0.5ex 1em; margin: 1ex 1em;
  text-align: center;
}

/* CSS pour discussion */
div.comment_wrapper {
    margin: 1em auto 1ex auto;
    padding: 0.5ex 1em; 
    background-color: #eee; 
    border: 1px black solid;
    width: 95%;
}

div.hfeed {
    /*border: 1px dashed red; */
    width: 90%;
}

/* CSS pour les blogs */
div.newentry_form {
    display: none;
}

div.hfeed {
    clear: right;
    border: 1px dotted black;
    background-color: #e5e5e5;
    margin: 0px;
    padding: 1em;
    width: 96%;
}

div.hfeed div.hentry {
    border: 1px dotted black;
    background-color: white;
}

div.hentry h3 {
    margin-left: 5px;
    font-size: 110%;
    margin-bottom: 1ex;
    border-bottom: 1px solid #339;
}

div.hentry div.level3 {
    margin-left: 20px;
}

div.entry-content>p {
    text-align: right;
}

div.dokuwiki div.box {
    border: 1px solid #000;
    margin: 0ex;
    padding: 2px 5px;
}

div.dokuwiki div.box h2 {
    margin-left: 0px;
    margin-bottom: 0px;
}

/**
 * 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;
}
