body {
  background: #FFFFFF;
  font-family: verdana, lucida, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: __TexteColor__;
  padding : 0px;
  margin : 0px;
}

div.bandeau {
  background-image : url(theme/img/bg_top.gif); 
  background-repeat : repeat-x; 
  background-position : top;
  width : 100%;
  height : 19px;
  color : #fff;
 
}

div.dokuwiki {
   margin : auto; 
   padding : 0px; 
   width : 960px;
}

div.page {
  float : left;
  clear : right;
  background : #FFFFFF;
  padding : 5px;
  width : 720px;
 }

div.left_sidebar {
  margin  : 0px;
  padding : 5px; 
  border-right : 1px solid __BleuClair__;
  background : #FFFFFF;
  float : left;
  width : 210px;
}

hr {
  border: 0px;
  border-top: 1px solid __BleuClair__;
  text-align:center;
  height: 0px;
}

img {
  border: 0px;
}
/* ---------------- forms ------------------------ */

form {
  border: none;
  margin: 0;
  display: inline;
}

div.searchform {
  margin-bottom:11px !important;
}

label {
  display: block; 
  text-align: right;
  font-weight: bold;
}

label.simple {
  text-align: left;
  font-weight: normal;
}

label input.edit {
  width: 50%;
}

fieldset {
  width: 300px;
  text-align: center;
  border: 1px solid #8cacbb;
  padding: 0.5em;
}

textarea.edit {
  font-family:monospace;
  border: 1px solid #8cacbb;  
  color: #333333;
  background-color: #fdfdfd;
  font-size:11px;
  padding: 3px;
  width:99%;
}

input.edit,select.edit {
  border: 1px solid  #7f9caa;
  height: 18px !important;
  max-height: 18px !important;
  min-height: 18px !important;
  height:14px;
  color: #000;
  background-color: #fdfdfd;
  vertical-align: middle;
  padding: 1px;
  display: inline;
}

input#qsearch_in {
  width:60% !important;
  margin-right:1px;
}

input.missing {
  font-size: 80%;
  border: 1px solid  red;
  height: 18px !important;
  max-height: 18px !important;
  min-height: 18px !important;
  color: #333333;
  background-color: #ffcccc;
  vertical-align: middle;
  padding: 1px;
  display: inline;
}

/* --------- buttons ------------------- */

input.button, button.button{
  border: 1px solid __BleuClair__;
  color: #000;
  background-color: #fdfdfd;
  vertical-align: middle;
  text-decoration:none;
  cursor: pointer;
  font-size:11px;
  height: 18px !important;
  max-height: 18px !important;
  min-height: 18px !important;
  margin: 1px;
  margin-left:0;
  display: inline;
}

div.secedit input.button {
  border: 1px solid  __BleuClair__;
  color: #333333;
  background-color: #fdfdfd;
  vertical-align: middle;
  text-decoration:none;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  cursor: pointer;
  height: 15px !important;
  max-height: 15px !important;
  min-height: 15px !important;
  float:right;
  display: inline;
  margin-top:10px;
  margin-bottom:10px;
}

/* ----------- page navigator ------------- */

div.pagenav {
  margin-top:1em;
}

div.pagenav-prev {
  text-align:right;	
  float:left;
  width:50%
}

div.pagenav-prev input.button {
  margin-right:5px;
}

div.pagenav-next {
  text-align:left;
  float:right;
  width:50%
}

div.pagenav-next input.button {
  margin-left:5px;
}


/* ************* */
/* external link */
/* ************* */

a.urlextern, a.urlextern:visited, a.urlextern:active {
  background : transparent url(theme/img/link_icon.gif) 0px 0px no-repeat;
  padding : 1px 0px 1px 18px;
  color : __Link__;
  text-decoration : none;
  border-bottom : 1px dashed;
}

a.urlextern:hover { 
  color : __LinkHover__;
  border-bottom : 1px dashed;
}

/* ************* */
/* windows share */
/* ************* */

a.windows, a.windows:visited, a.windows:active {
  background : transparent url(theme/img/windows.gif) 0px 1px no-repeat;
  padding : 1px 0px 1px 16px;
  color : __Link__;
  text-decoration : none;
} 

a.windows:hover { 
  text-decoration : underline;
}

/* ************** */
/* interwiki link */
/* ************** */

a.interwiki, a.interwiki:visited, a.interwiki:active {
  background : transparent url(theme/img/interwiki.png) 0px 1px no-repeat;
  padding-left : 16px;
  color : __Link__;
  text-decoration : none;
}

a.interwiki:hover {
  color : __LinkHover__;
  text-decoration : underline;
}

/* *************************** */
/* link to some embedded media */
/* *************************** */

a.media {
  color:__Link__;
  text-decoration:none;
}
a.media:hover {
  color:__LinkHover__;
  text-decoration:underline
}

/* ********** */
/* email link */
/* ********** */

a.mail, a.mail:visited, a.mail:active  {
  background : transparent url(theme/img/mail_icon.gif) 0px 1px no-repeat;
  padding : 1px 0px 1px 16px;
  color : __Link__;
  text-decoration : none;
}

a.mail:hover {
  color : __LinkHover__;
  text-decoration : underline;
}

/* ***************** */
/* existing wikipage */
/* ***************** */

a.wikilink1:link    { color:__Link__; text-decoration:none; }
a.wikilink1:visited { color:__Link__; text-decoration:none; }
a.wikilink1:hover   { color:__LinkHover__; text-decoration:none; }

.page a.wikilink1:link    { color:__Link__; text-decoration:none; border-bottom: 1px dashed; }
.page a.wikilink1:visited { color:__Link__; text-decoration:none; border-bottom: 1px dashed; }
.page a.wikilink1:hover   { color:__LinkHover__; border-bottom: 1px dashed; }

.inline a.wikilink1:link    { color:__Link__; text-decoration:none; border-bottom: 1px dashed; }
.inline a.wikilink1:visited { color:__Link__; text-decoration:none; border-bottom: 1px dashed; }
.inline a.wikilink1:hover   { color:__LinkHover__; border-bottom: 1px dashed; }

/* ********************* */
/* not existing wikipage */
/* ********************* */

a.wikilink2:link    { color:#C40000; text-decoration:none; }
a.wikilink2:visited { color:#C40000; text-decoration:none; }
a.wikilink2:hover   { color:__LinkHover__; text-decoration:none; }

.page a.wikilink2:link    { color:#C40000; text-decoration:none; border-bottom: 1px dashed; }
.page a.wikilink2:visited { color:#C40000; text-decoration:none; border-bottom: 1px dashed; }
.page a.wikilink2:hover   { color:__LinkHover__; border-bottom: 1px dashed;  }


/* ------------- Page elements ----------------- */

div.preview {
  padding: 4px;
  border: 1px dashed #c3c3c3;
}

div.breadcrumbs{
  color: #666666;
  float:left;
  line-height:140%;
  margin-left:2px;
}

span.user{
  color: #AAAAAA;
}

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

img.mediacenter {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}

/* general headline setup */

h1 {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  padding-left: 54px;
  background: #fff url(theme/img/rubrique.gif) no-repeat;
}

h2 {	
  margin-left: 10px;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  padding-left: 54px;
  background: #fff url(theme/img/article.gif) no-repeat;
}

h3 {
  margin-left: 20px;	
  font-family: verdana, lucida, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  color: #F8A800;
}


h4 {
  margin-left: 30px;
  font-size: 11px;
  padding: 0px 0px 0px 14px;
  color: #aaa;
}

h5 {
  margin-left: 40px;
  margin: 0px;
  font-size: 10px;
  line-height: 14px;
  color: #aaa;
}

/* indent different sections */
div.level1 {margin-left: 0px;}
div.level2 {margin-left: 10px;}
div.level3 {margin-left: 20px;}
div.level4 {margin-left: 30px;}
div.level5 {margin-left: 40px;}

/* unordered lists */
ul { 
  color : __TexteColor__;
  list-style-type : square;
  margin-left : 15px;
  line-height : 18px;
  padding : 0px;
  list-style-image : url(theme/img/bullet.gif);
}


/* ordered lists */
ol {
  line-height : 1.5em;
  margin-left : 25px;
  padding : 0;
  color : __TexteColor__;
  font-weight : bold;
  list-style-image : none;
}

/* the list items overriding the ol definition */
.li {
  color : __TexteColor__;
  font-weight : normal;
  
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

li.open {
  list-style-image: url(theme/img/open.gif);
}

li.closed {
  list-style-image: url(theme/img/closed.gif);
}

blockquote {
  border-left: 2px solid  __BleuClair__;
  padding-left: 3px;
  margin-left: 0;
}

/* code blocks by indention */
pre.pre {
  padding: 0.5em;
  border: 1px dashed __BleuClair__;
  color: #333333;
  background-color: #f7f9fa;
  overflow: auto;
}

/* code blocks by code tag */
pre.code {
  padding: 0.5em;
  border: 1px dashed #c3c3c3;
  color: #333333;
  background-color: #fdfdfd;
  overflow: auto !important;
  overflow: scroll;
  width:98%;
  line-height:140%;
}

/* inline code words */
code {}

/* code blocks by file tag */
pre.file {
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: #333333;
  background-color: #dee7ec;
  overflow: auto;
  width:98%;
}

/* inline tables */
table.inline {
  background-color: #FFFFFF;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline th {
  padding: 5px;
  border: 1px solid __BleuFonce__;
  background-color:  __BleuClair__;
}

table.inline td  {
  padding: 5px;
  color : #55798e;
  border: 1px solid __BleuClair__;
}
table.inline td a {
  color : #000;
}
table.inline td a:visited {
  color : #000;
}

table.inline tr:hover {
   background-color: #CCCCCC;
}

.leftalign{
  text-align: left;
}

.centeralign{
  text-align: center;
}

.rightalign{
  text-align: right;
}

/* ---------- table of contents ------------------- */

div.toc {
  margin-left: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  float:right;
  width: 220px;
  font-size: 80%;
  clear:both;
}

div.tocheader {
  color: #FFFFFF;
  padding: 3px;
  border: 1px solid __BleuClair__;
  background-color: __BleuFonce__;
  text-align: left;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

div.toctoggle {
}

div.tocheader img {
  width:0.8em;
  height:0.8em;
  float:right;
  margin-top:0.3em;
  margin-right:3px;
  cursor: pointer;
}

#toc__inside {
  border: 1px solid __BleuClair__;
  background-color: #FFFFFF;
  text-align: left;
  padding-top: 0.1em;
  padding-bottom: 0.7em;
}

ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 0.2em;
}

ul.toc li {
  background: transparent url(theme/img//bullet.gif) 0 0.2em no-repeat;
  padding-left:1.1em;
}

ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

a.toc {
  color: __Link__;
  text-decoration:none;
}

a.toc:hover {
  color: __LinkHover__;
  text-decoration:underline; 
}

/* ---------------------------- Diff rendering --------------------------*/
table.diff { 
  background:#FFF; 
}
td.diff-blockheader {
  font-weight:bold
}
td.diff-header {
  border-bottom: 1px solid #8cacbb;
  font-size:120%;
}
td.diff-addedline {
  background:#ddffdd;
  font-family: monospace;  
  color : #000;
  font-size: 100%;
}
td.diff-deletedline { 
  background:__TexteColor__;
  color : #000;
  font-family: monospace;    
  font-size: 100%;
}
td.diff-context {
  background:#f7f9fa;  
  color : #000;
  font-family: monospace;
  font-size: 100%;
}
span.diffchange { color: red; }

/* --------------------- footnotes -------------------------------- */

div.footnotes{
  clear:both;
  border-top: 1px solid  __BleuClair__;
  padding-left: 1em;
  margin-top: 1em;
}

div.fn{
  font-size:11px;
}

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

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

/* insitu-footnotes */
div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid  __BleuClair__;
  background:  __BleuFonce__;
  text-align: left;
  padding: 4px;
  max-width: 40%;    /* IE's width is handled in javascript */  
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */
* html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
  padding-bottom: 18px;
}

/* --------------- search result formating --------------- */
.search_result{
  margin-bottom: 6px; 
  padding-left: 16px;
  padding-right: 10px;
}

.search_snippet{
  color: __TexteColor__;
  margin-left: 20px;
}

.search_sep{
  color: #000000;
}

.search_hit{
  color: #000000;
  background: __TexteColor__;
}

div.search_quickresult{
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-left: 8px;
  padding-right: 10px;
  background: url(theme/img/hborder.jpg) repeat-x 0px 15px;
}

div.search_quickhits {
  margin-left: 8px;
  float:left;
  background: transparent url(theme/img/bullet.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 8px;
  width: 30%;
}

/* ------------------ Additional ---------------------- */
.footerinc {
  height: 100px;
  margin:10px;
  border:1px solid #c3c3c3;
  background:#436976;
}

.syndication {
  padding:15px;
  padding-top:40px;
}

.footerinc a img {
    /*opacity: 0.5;*/
}

.footerinc a:hover img {
    /*opacity: 1;*/
}

/* ---- Admin --- */

div.acladmin label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

div.acladmin table{
  margin-left: 10%;
  width: 80%;
}

/* ---------- AJAX quicksearch ----------- */

div.ajax_qsearch {
  position:relative;
  left:0;
  width: 100%;
  /*opacity: 0.9;*/
  display:none;

  border: 1px solid #000;
  background: #7f9caa; 
  text-align: left;
  padding: 4px;
}

/* ---------- Spellchecking ------------- */

a.spell_error {
  color: #ff0000;
  text-decoration: underline;
}

div#spell_suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fdfdfd;
  padding: 2px;
  border: 1px solid #000;

  z-index: 2;
}

div#spell_result {
  display:none;
  font-family:monospace;
  border: 1px solid #8cacbb; 
  color: #333333;

  padding: 3px;
  background-color: #f7f9fa;
  overflow: auto;
  z-index: 1;

  /*#fdfdfd-space: pre-wrap;       /* css-3 */
  /*#fdfdfd-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  /*#fdfdfd-space: -pre-wrap;      /* Opera 4-6 */
  /*#fdfdfd-space: -o-pre-wrap;    /* Opera 7 */
  /*word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

span.spell_noerr {
  color: #009933;
}

span.spell_wait {
  color: #0066cc;
}

/* ---------------  Image Details  ----------------- */

div.img_big {
  float: left;
  margin-right: 0.5em;
}

dl.img_tags dt {
  font-weight: bold;
  background-color: #dee7ec;
}
dl.img_tags dd {
  background-color: #f5f5f5;
}

div.imagemeta {
  color: #CCC;
  font-size: 70%;
  line-height: 95%;
}

div.imagemeta img.thumb{
  float:left;
  margin-right: 0.1em;
}

/* -------------- Media Popup ---------------------- */

div.mediaselect-right li, div.uploadform { 
  clear: both;
}

div.mediaedit div.data label{
  display: block;
  text-align: right; 
  width: 20%;
  float: left;
  margin-right: 0.5em;
}

div.mediaedit div.data input, div.mediaedit div.data textarea{
  width: 75%;
  padding: 0.1em;
  margin: 0.1em;
}

div.mediaedit div.data input.button {
  width: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -------------- bottom row --------------- */
#pied_de_page {
	background-image: url(theme/img/bg_bottom.gif); 
	background-repeat:repeat-x; 
	background-position: bottom;
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #666;
	height: 20px;
	
}

.stylefoot {
  display: block;
  border-top: 1px solid __BleuClair__;
  margin-top: 10px;
  font-weight: normal;
  text-align: right;
  margin-left: 10px;
  margin-right: 10px;
}

/* ------------- File Metadata ----------------------- */

div.meta {
  clear: both;
  color: #AAA;
  font-size: 10px;
  text-align: right;
}

div.meta div.user {}

div.meta div.doc {}

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid __BleuClair__;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid __BleuClair__;
  padding: 0.5em;
  width:65%;
}

div.mediaref_head {
  margin-left:0.5em;
}

div.mediaref .search_result {
  padding-left:1em;
}

.mediaref_ref {
  color:#009900;
}

div.mediaref_hidden {
  margin-top:1em;
  text-align:center;
  font-size:1.2em;
  color:#BB0000;
}

div.mediaref_footer {
  margin-top:1em;
  text-align:center;
}

/* ---------------  sidebar ----------------- */

div.left_sidebar h1,
div.left_sidebar h2,
div.left_sidebar h3,
div.left_sidebar h4,
div.left_sidebar h5,
div.left_sidebar h6 {

  font-size : 12px;
  font-weight: bold;
  padding-bottom: 0;
}


/* Menu */

.element
{
	margin: 0px;
	padding: 0px;
	clear: left;
	color: #aaa;
	font-size: 10px;
	line-height: 10px;
}
.element ul {
  list-style-image : url();
  font-weight: bold;
}

.element ul li {
	list-style: disc;
	font-weight: bold;
	color : #AAA;
	line-height: 12px;
}

.element ul li ul li {
	list-style: circle;
}

.element h1 {
	color: #666;
	background: #FFFFFF;
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	margin: 10px 5px 5px 5px;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #C0DAEF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.element a {
    color: #55798e;	
}

.element ul li a:link, 
.element ul li a:visited
{
	text-decoration: none;
	font-weight: bold;
}

.element ul li ul li a:link, 
.element ul li ul li a:visited
{
	text-decoration: none;
	font-weight: normal;
}

.element a:hover,
.element a:active
{
	text-decoration: underline;
	color: #ccc;
}



/**********************************************/
/*                 PUB                        */
/**********************************************/

.pub {
 margin-top: 20px;
 padding-top: 10px;
 width: 480px;
 height: 50px;	
 background: #FFF;
 line-height: 10px;
 -moz-border-radius-topleft: 12px;
 -moz-border-radius-topright: 12px;
 -moz-border-radius-bottomleft: 12px;
 -moz-border-radius-bottomright: 12px;
 border: 1px solid #000;
}




table.archive{
}
td.page{
 width: 400px;	
}