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_bug {  background-image: url(/lib/images/interwiki/bug.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: 16px;}a.mf_tgz {  background-image: url(/lib/images/fileicons/tgz.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_htm {  background-image: url(/lib/images/fileicons/htm.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_rpm {  background-image: url(/lib/images/fileicons/rpm.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)}a.mf_odc {  background-image: url(/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/lib/images/fileicons/odt.png)}/**
 * Basic styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

div.clearer {clear: both; line-height: 0; height: 0; overflow:hidden;}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

div.error{
  background: #fcc url(/lib/styles/../images/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0px;
  padding-left: 3em;
}

div.info{
  background: #ccf url(/lib/styles/../images/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
}

div.success{
  background: #cfc url(/lib/styles/../images/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
}

/* image alignment */
.medialeft {
  float: left;
}
.mediaright {
  float: right;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me0  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re4  { color: #009999; }
.code .sc0  { color: #00bbdd; }
.code .sc1  { color: #ddbb00; }
.code .sc2  { color: #009900; }
.code .st0  { color: #ff0000; }
/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 * additional editing by
 * @author Michael Klier <chi@chimeric.de>
 */


/* -------------- top row --------------- */
div.dokuwiki .header {
  height:128px;
  /*border:1px solid #A88B73;*/
  background-color: #816251;
  margin:0 0 0 17px;
  width: 921px; /*ajout*/
  background-image: url(/lib/tpl/templedesmasques/images/fond_entete.jpg); /*ajout*/
  background-repeat: no-repeat; /*ajout*/
}

div.dokuwiki .stylehead {
  margin:0;
}

div.dokuwiki .stylefoot {
  text-align:right;
  /*padding-right:0.8em;*/
  border-top: 1px solid #DFD3C6; /*ajout*/
	margin-bottom: 0.3em; /*ajout*/
}

div.dokuwiki .pagename {
  /*margin-left:7px;*/
  /*margin-top:9px;*/
  /*font-size: 18px;*/
  /*color: #C4AF9D;*/
  /*float:left;*/
	display: none; /*ajout*/
}

div.dokuwiki .pagename a:link, div.dokuwiki .pagename a:visited {
  /*color:#F8F8F8;*/
  /*text-decoration:none;*/
  /*font-size: 18px;*/
}

div.dokuwiki .pagename a:hover, div.dokuwiki .pagename a:active {
  /*color:#F8F8F8;*/
  /*font-size: 18px;*/
}

div.dokuwiki .logo {
  /*font-weight:normal;*/
  /*text-align:right;*/
  /*float:right;*/
  /*margin-right:7px;*/
  /*margin-top:9px;*/
	display: none; /*ajout*/
}

div.dokuwiki .logo a:link, div.dokuwiki .logo a:visited, div.dokuwiki .logo a:hover, div.dokuwiki .logo a:active {
  /*color:#F8F8F8;*/
  /*text-decoration:none;*/
  /*letter-spacing:2pt;*/
  /*font-size:18px;*/
}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  /*border-top:1px solid #DFD3C6;*/
  /*border-bottom:1px solid #DFD3C6;*/
  /*padding-top:0.2em;*/
  /*padding-bottom:0.2em;*/
  /*padding-left:0.1em;*/
  /*padding-right:0.1em;*/
  float:left;
  width:100%;
}

div.dokuwiki .bar-left {
  float:left;
}

div.dokuwiki .bar-right {
  float:right;
}

div.dokuwiki #bar_top { 
  /*padding-left:0.8em;*/ 
  /*padding-right:0.8em;*/ 
  padding-bottom:0.3em;
  /*margin-bottom:0.5em;*/
  /*height:2em;*/
	border-bottom:1px solid #DFD3C6; /*ajout*/
	padding-top:0.3em;
}

div.dokuwiki #bar_bottom {
  /*padding-left:0.8em;*/
  /*padding-right:0.8em;*/
  /*height:2em;*/
	border-top:1px solid #A88B73; /*ajout*/
	margin-top: 1.2em; /*ajout*/
	padding-top:0.3em; /*ajout*/
	padding-bottom:0.3em; /*ajout*/
}

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

div.dokuwiki div.meta {
  color:#A88B73;
  font-size:11px;
	/*font-style: italic; ajout*/
}

div.dokuwiki div.meta div.user {
  display:inline;
}

div.dokuwiki div.meta div.doc{
  display:inline;
}

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

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

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

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

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

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

div.dokuwiki .mediaref_ref {
	color:#A36130;
}

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

div.dokuwiki div.mediaref_footer {
	margin-top:1em;
	text-align:center;
}
/**
 * main layout by
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Anika Henke <henke@cosmocode.de>
 * additional editing by
 * @author Michael Klier <chi@chimeric.de>
 */

/* -------------- general elements --------------- */

body {
  font: 11px Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
  color: #5A3C29;
  margin:0 0 10px 0;
  line-height:150%;
  background:#FFF;
  padding: 0; /*ajout*/
}

/* the document */

div.dokuwiki {
  margin:auto;
  padding:0;
  width: 955px;
  /*border:1px solid #FAFAEF;*/
  background:#FAFAEF;
  background-image: url(/lib/tpl/templedesmasques/images/fond.jpg); /*ajout*/
  background-repeat: repeat-y; /*ajout*/
}

div.dokuwiki div.page {
  margin-left:30px;
  margin-right:30px; 
  text-align: left; /*ajout*/
}

div.dokuwiki div.left_sidebar {
  float:left;
  width:175px;
  padding:100px 5px 50px 10px;
  /*padding-top:0;*/
  /*border-right:1px solid  #DFD3C6;*/
  margin-left: 17px; /*ajout*/
  display: inline; /*ajout*/
  background-image: url(/lib/tpl/templedesmasques/images/fond_menu.jpg); /*ajout*/
  background-repeat: no-repeat; /*ajout*/
}

/* Le sélecteur suivant n'est reconnu que par IE win \*/
* html div.dokuwiki div.left_sidebar{
  width: 195px;   /* seulement pour IE5.x/Win */
  w\idth: 175px;  /* pour les autres IE */
}
/* commentaire obligatoire pour IE mac */

div.dokuwiki div.right_page {
  text-align: left;
  float:right;
  width:710px;
  padding:0 30px 0 0;
  /*margin-left:1em;*/
}

/* Le sélecteur suivant n'est reconnu que par IE win \*/
* html div.dokuwiki div.right_page {
  width: 740px;   /* seulement pour IE5.x/Win */
  w\idth: 710px;  /* pour les autres IE */
}
/* commentaire obligatoire pour IE mac */

div.dokuwiki table {
  font-size:11px;
  padding:0;
  margin:0;
}

div.dokuwiki tr, div.dokuwiki td, div.dokuwiki th {padding:0; margin:0;vertical-align:top;}

div.dokuwiki tr:hover {
  background: #FAF7EF;
  cursor: pointer;
}

div.dokuwiki img {border:0; vertical-align:text-top;}

div.dokuwiki p {padding:0; margin: 0 0 1.0em 0;font-size:11px;}

div.dokuwiki hr {
  border: 0px;
  border-top: 1px solid #A88B73;
  text-align:center;
  height: 0px;
}

div.dokuwiki div.nothing {
  text-align:center;
  margin: 2em;
}

/* ---------------- forms ------------------------ */

div.dokuwiki form {
  border: none;
  margin: 0;
  display: inline;
}

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

div.dokuwiki label.simple {
  display: block;
  text-align: left;
  font-weight: normal;
}

div.dokuwiki label.block input.edit {
  width: 50%;
  font-size:11px;
}

div.dokuwiki fieldset {
  width: 300px;
  text-align: center;
  border: 1px solid #DFD3C6;
  padding: 0.5em;
  margin: auto;
}

div.dokuwiki textarea.edit {
  font-family:monospace;
  border: 1px solid #DFD3C6;  
  color: #5A3C29;
  background-color: #FFF;
  font-size:14px;
  padding: 3px;
  width:100%;
}

div.dokuwiki input.edit, div.dokuwiki select.edit {
  border: 1px solid #DFD3C6;
  color: #5A3C29;
  background-color: #FFF;
  display: inline;
  font-size:11px;
}

div.dokuwiki input.missing {
  border: 1px solid #DFD3C6;
  color: #5A3C29;
  background-color: #FCC;
  margin: 1px;
  display: inline;
  font-size:11px;
}

/* search form */
div.dokuwiki form#dw__search {
  margin-right:0.5em;
}

div.dokuwiki div.left_sidebar form#dw__search {
  margin-bottom: 0.2em;
  margin-right:0; /*ajout*/
  display:block;
}

/* edit form */
div.dokuwiki div.toolbar, div.dokuwiki div#wiki__editbar {
   margin:2px 0;
   text-align: left;
}
div.dokuwiki div#size__ctl {
   float:right;
   width:40px;
   height:2.7em;
}
div.dokuwiki #size__ctl img {
   cursor: pointer;
}
div.dokuwiki div#wiki__editbar div.editButtons {
   float: left;
   padding: 0 1.0em 0.7em 0;
}
div.dokuwiki div#wiki__editbar div.summary {
   float: left;
}
div.dokuwiki .nowrap {
   white-space:nowrap;
}

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

div.dokuwiki input.button, div.dokuwiki button.button{
  border: 1px solid #DFD3C6;  
  color: #5A3C29;
  font-size:11px;
  background-color: #FFF;
  text-decoration:none;
  cursor: pointer;
  margin-left:1px;
}

* html div.dokuwiki input.button, * html div.dokuwiki button.button{
  height:1.6em;
}

div.dokuwiki div.secedit {
  text-align: right;
	border-bottom: 1px dashed #DFD3C6;
}

div.dokuwiki div.secedit input.button {
  border: 1px solid #DFD3C6;
  color: #5A3C29;
  font-size:11px;
  background-color: #FFF;
  text-decoration:none;
  cursor: pointer;
  /*float:right;*/
  display: inline;
	margin-bottom: -1px; /*ajout*/
}

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

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

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

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

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

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

/* --------------- Links ------------------ */

div.dokuwiki a {
  color:#A36130;
  text-decoration:none;
}
div.dokuwiki a:hover {
  color:#C37439;
  text-decoration:underline;
}

div.dokuwiki h1 a, 
div.dokuwiki h2 a, 
div.dokuwiki h3 a, 
div.dokuwiki h4 a, 
div.dokuwiki h5 a, 
div.dokuwiki h1 a:hover, 
div.dokuwiki h2 a:hover, 
div.dokuwiki h3 a:hover, 
div.dokuwiki h4 a:hover, 
div.dokuwiki h5 a:hover {
  color:#5A3C29;
  text-decoration:none;
}

/* external link */
div.dokuwiki a.urlextern:link,
div.dokuwiki a.urlextern:active,
div.dokuwiki a.urlextern:visited {
  background: transparent url(/lib/tpl/templedesmasques/images/link_icon.png) 0px 0px no-repeat;
  padding: 1px 0px 1px 18px;
  color:#A36130;
  text-decoration:none;
}

div.dokuwiki a.urlextern:hover {
  color:#C37439;
  text-decoration:underline;
}

/* windows share */
div.dokuwiki a.windows{
  background: transparent url(/lib/tpl/templedesmasques/images/windows.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color:#A36130;
  text-decoration:none;
} 
div.dokuwiki a.windows:visited {
  color:#A36130;
}
div.dokuwiki a.windows:hover { 
  text-decoration:underline;
  color:#C37439;
}

/* interwiki link (icon are set by dokuwiki) */
div.dokuwiki a.interwiki{
  color: #A36130;
  text-decoration:none;
}
div.dokuwiki a.interwiki:visited {
  color: #A36130;
}
div.dokuwiki a.interwiki:hover {
  color: #C37439;
  text-decoration:underline;
}

/* link to some embedded media */
div.dokuwiki a.media {
  color:#A36130;
  text-decoration:none;
}
div.dokuwiki a.media:hover {
  color:#C37439;
  text-decoration:underline
}

/* email link */
div.dokuwiki a.mail {
  background: transparent url(/lib/tpl/templedesmasques/images/mail_icon.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color:#A36130;
  text-decoration:none;
}
div.dokuwiki a.mail:hover {
  color:#C37439;
  text-decoration:underline;
}

/* existing wikipage */
div.dokuwiki a.wikilink1:link    { color:#A36130; text-decoration:none }
div.dokuwiki a.wikilink1:visited { color:#A36130; text-decoration:none }
div.dokuwiki a.wikilink1:hover   { color:#C37439; text-decoration:underline }

/* not existing wikipage */
div.dokuwiki a.wikilink2:link    { color:#B00; text-decoration:none }
div.dokuwiki a.wikilink2:visited { color:#B00; text-decoration:none }
div.dokuwiki a.wikilink2:hover   { color:#B00; text-decoration:underline }


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

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

div.dokuwiki div.breadcrumbs {
  color: #5A3C29;
  line-height:140%;
  margin-left:0.3em;
  font-size:11px;
}

div.dokuwiki span.user{
  color: #5A3C29;
}

div.dokuwiki li.minor {
  color: #666;
  font-style: italic;
}

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

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

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

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

/* smileys */
div.dokuwiki img.middle {
  vertical-align: middle;
}

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

/* general headline setup */
div.dokuwiki h1, 
div.dokuwiki h2, 
div.dokuwiki h3, 
div.dokuwiki h4, 
div.dokuwiki h5 {
  color: #5A3C29;
  font-family: Verdana, "Lucida Grande",  Lucida, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-left:    0;
  margin-right:   0;
  margin-top:     1em;
  margin-bottom:  0.5em;
  padding-left:   0;
  padding-right:  0;
  padding-bottom:  3px;
  clear: left;
}

/* special headlines */
div.dokuwiki h1 {
	margin-left: 0;
	margin-top: 1px;
	font-size: 1.6em;
	border-bottom:1px solid #724321;
	border-top:1px solid #A88B73;
	padding-top: 0.75em;
	padding-bottom: 1.75em;
	background-image: url(/lib/tpl/templedesmasques/images/pictos_zorai.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-variant: small-caps; /*ajout*/
}
div.dokuwiki h2 {margin-left: 0px; font-size: 1.4em; border-bottom:1px solid #DFD3C6;}
div.dokuwiki h3 {margin-left: 10px; font-size: 1.3em; border-bottom:1px dashed #DFD3C6;}
div.dokuwiki h4 {margin-left: 20px; font-size: 1.2em; border-bottom: none;}
div.dokuwiki h5 {margin-left: 30px; font-size: 1em; border-bottom: none;}

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

/* unordered lists */
div.dokuwiki ul { 
  line-height: 1.5em;
  list-style-type: square;
  color: #A88B73;
  font-size:11px;
  margin: 0 0 0.5em 2em;
  padding: 0;
  list-style-image: none;
}

/* ordered lists */
div.dokuwiki ol {
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 0.5em 2.5em;
  padding: 0;
  color: #A88B73;
  font-weight: bold;
  list-style-image: none;
}

/* the list items overriding the ol definition */
div.dokuwiki .li {
  color: #724321;
  font-weight: normal;
}

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}

div.dokuwiki li.open {
  list-style-image: url(/lib/tpl/templedesmasques/images/open.gif);
}

div.dokuwiki li.closed {
  list-style-image: url(/lib/tpl/templedesmasques/images/closed.gif);
}

div.dokuwiki blockquote {
  font-size:11px;
  border-left: 2px solid #A88B73;
  padding-left: 3px;
  margin-left: 0;
}

/* code blocks by indention */
div.dokuwiki pre.pre {
  padding: 0.5em;
  border: 1px dashed #A88B73;
  color: #5A3C29;
  background-color: #FAF7EF;
  overflow: auto;
}

/* code blocks by code tag */
div.dokuwiki pre.code {
  padding: 0.5em;
  border: 1px dashed #A88B73;
  color: #5A3C29;
  background-color: #FAF7EF;
  overflow: auto;
  line-height:140%;
}

/* inline code words */
div.dokuwiki code {
}

/* code blocks by file tag */
div.dokuwiki pre.file {
  padding: 0.5em;
  border: 1px dashed #A88B73;
  color: #5A3C29;
  background-color: #DFD3C6;
  overflow: auto;
}

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

div.dokuwiki table.inline th {
  padding: 3px;
  border: 1px solid #A88B73;
  background-color: #DFD3C6;
}

div.dokuwiki table.inline td {
  padding: 3px;
  border: 1px solid #A88B73;
}

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

div.dokuwiki div.toc {
  margin-left: 10px;
  margin-bottom: 0.5em;
  margin-top:7em;
  float:right;
  width: 200px;
  clear:both;
}

div.dokuwiki div.tocheader {
  padding: 3px;
  border: 1px solid #A88B73;
  background-color: #FCFCF5;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
  font-size:10px;
}

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

div.dokuwiki #toc__inside {
  border: 1px solid #A88B73;
  background-color: #FCFCF5;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

div.dokuwiki ul.toc {
  font-size:10px;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

div.dokuwiki ul.toc li {
  background: transparent url(/lib/tpl/templedesmasques/images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left:0.4em;
}

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

div.dokuwiki a.toc {
  color: #5A3C29;
  text-decoration:none;
}

div.dokuwiki a.toc:hover {
  color: #C37439;
  text-decoration:underline; 
}

/* ---------------------------- Diff rendering --------------------------*/
div.dokuwiki table.diff { 
  background:#FFF;
  width:100%;
}
div.dokuwiki td.diff-blockheader {font-weight:bold}
div.dokuwiki table.diff th {
  border-bottom: 1px solid #A88B73;
  font-size:11px;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
div.dokuwiki td.diff-addedline {
  background:#DFD;
  font-family: monospace;
  font-size: 11px;
}
div.dokuwiki td.diff-deletedline { 
  background:#FFB;
  font-family: monospace;    
  font-size: 11px;
}
div.dokuwiki td.diff-context {
  background:#FAF7EF;
  font-family: monospace;
  font-size: 11px;
}
div.dokuwiki span.diffchange { color: #B00; }

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

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

div.dokuwiki div.fn{
  font-size:9px;
}

div.dokuwiki a.fn_top{
  vertical-align:super;
  font-size:9px;
  padding-left:2px; /*ajout*/
}

div.dokuwiki a.fn_bot{
  /*vertical-align:super;*/
  font-size:9px;
  /*font-weight:bold;*/
}

/* insitu-footnotes */
.insitu-footnote {
  font-size: 11px;
  line-height: 1.2em;
  border: 1px solid #A88B73;
  background: #DFD3C6;
  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 --------------- */
div.dokuwiki .search_result{
  margin-bottom: 6px;
  padding-left: 16px;
  padding-right: 10px;
}

div.dokuwiki .search_snippet{
  color: #C4AF9D;
  font-size: 11px;
  margin-left: 20px;
}

div.dokuwiki .search_sep{
  color: #000;
}

div.dokuwiki .search_hit{
  color: #000;
  background: #FF9;
}

div.dokuwiki div.search_quickresult{
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-left: 10px;
  padding-right: 10px;
  border-bottom: 1px dashed #A88B73;
}
div.dokuwiki div.search_quickresult h3{
  margin: 0 0 1.0em 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}


div.dokuwiki ul.search_quickhits {
  margin: 0 0 0.5em 1.0em;
}

div.dokuwiki ul.search_quickhits li {
  margin: 0 1.0em 0 1.0em;
  float:left;
  width: 30%;
}

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

/* AJOUT -->| */
div.dokuwiki div.left_sidebar input#qsearch__in,
div.dokuwiki div.right_sidebar input#qsearch__in,
div.dokuwiki div.left_sidebar form#dw__search input.button,
div.dokuwiki div.right_sidebar form#dw__search input.button {
  width:85px;
}
/* |<-- AJOUT */


/* ------------------ Additional ---------------------- */

div.footerinc {
  height:24px;
  margin:0;
  /*border:1px solid #A88B73;*/
  /*background-color: #816251;*/
  /*margin-top:0.5em;*/
	color: #C4AF9D; /*ajout*/
	text-align: right; /*ajout*/
	background:#FFF; /*ajout*/
	background-image: url(/lib/tpl/templedesmasques/images/fond_pied.jpg); /*ajout*/
	background-repeat: no-repeat; /*ajout*/
	padding: 15px 16px 0 16px; /*ajout*/
	font-size: 9px; /*ajout*/
}

div.dokuwiki .syndication {
  /*padding:1.8em;*/
}

div.dokuwiki .footerinc a img {
    opacity: 0.5;
}

div.dokuwiki .footerinc a:hover img {
    opacity: 1;
}

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

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

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

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

div.dokuwiki div.left_sidebar div.ajax_qsearch,
div.dokuwiki div.right_sidebar div.ajax_qsearch {
  position:relative;
  left:0;
  display:none;
  font-size: 11px;
  border: 1px solid #A88B73;
  background: #FAF7EF;
  text-align: left;
  padding: 4px;
  margin-top:0.2em;
}

div.dokuwiki div.ajax_qsearch {
  position:absolute;
  right:100px;
  margin-top:5px;
  width: 164px;
  opacity: 0.9;
  display:none;
  border: 1px solid #A88B73;
  background: #FAF7EF;
  text-align: left;
  padding: 4px;
}

/* --------- Toolbar -------------------- */
div.dokuwiki button.toolbutton{
  background-color: #FFF;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid #DFD3C6;
  cursor: pointer;
}

div.dokuwiki div.picker {
  width: 250px;
  border: 1px solid #DFD3C6;
  background: #DFD3C6;
}

div.dokuwiki button.pickerbutton {
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 11px;
  cursor: pointer;
}

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

div.dokuwiki a.spell_error {
  color: #B00;
  text-decoration: underline;
}

div.dokuwiki div#spell__suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #FFF;
  padding: 2px;
  border: 1px solid #000;
  font-size:11px;
  z-index: 2;
}

div.dokuwiki div#spell__result {
  display:none;
  font-family:monospace;
  border: 1px solid #A88B73; 
  color: #5A3C29;
  font-size:11px;
  padding: 3px;
  background-color: #FAF7EF;
}

div.dokuwiki span.spell_noerr {
  color: #093;
}

div.dokuwiki span.spell_wait {
  color: #06C;
}

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

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

div.dokuwiki dl.img_tags dt {
  font-weight: bold;
  background-color: #C4AF9D;
}
div.dokuwiki dl.img_tags dd {
  background-color: #FAF7EF;
}

div.dokuwiki div.imagemeta {
  color:#666;
  font-size: 11px;
  line-height: 95%;
}

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

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

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

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

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

div.dokuwiki div.mediaedit div.data input.button {
  width: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**
 * extra CSS for arctic-template
 *
 * @author Michael Klier <chi@chimeric.de>
 */

div.dokuwiki div.left_sidebar div.secedit {
    text-align:right;
}

div.dokuwiki div.left_sidebar div.secedit input.button {
    float:none;
    margin:0.1em;
}

div.dokuwiki div.left_sidebar h1,
div.dokuwiki div.left_sidebar h2,
div.dokuwiki div.left_sidebar h3,
div.dokuwiki div.left_sidebar h4,
div.dokuwiki div.left_sidebar h5,
div.dokuwiki div.left_sidebar h6
{
  font-size:11px;
  font-family: Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
  font-weight:bold;
  padding:0;
  padding-top:0.2em;
  padding-left:0.2em;
  margin-top:0.5em;
  border:none;
}

div.dokuwiki div.left_sidebar h1 {
  background:none;
  /*margin:0.2em;*/
  /*padding-left:0.4em;*/
	margin-top: 0; /*ajout*/
	border-bottom: 1px solid #DFD3C6 /*ajout*/
}

div.dokuwiki div.left_sidebar ul {
	margin-top:0;
}

div.dokuwiki div.left_sidebar div.i_sidebar,
div.dokuwiki div.left_sidebar div.m_sidebar,
div.dokuwiki div.left_sidebar div.u_sidebar,
div.dokuwiki div.left_sidebar div.g_sidebar,
div.dokuwiki div.left_sidebar div.ns_sidebar,
div.dokuwiki div.left_sidebar div.bc_sidebar
{
	/*border:1px solid #DFD3C6;*/
	/*padding:0.2em;*/
	/*margin-bottom:0.2em;*/
}

div.dokuwiki div.left_sidebar a.wikilink1:link,
div.dokuwiki div.left_sidebar a.wikilink1:active,
div.dokuwiki div.left_sidebar a.wikilink1:visited,
div.dokuwiki div.left_sidebar a.interwiki:link,
div.dokuwiki div.left_sidebar a.interwiki:active,
div.dokuwiki div.left_sidebar a.interwiki:visited,
div.dokuwiki div.left_sidebar a.urlextern:link,
div.dokuwiki div.left_sidebar a.urlextern:active,
div.dokuwiki div.left_sidebar a.urlextern:visited,
div.dokuwiki div.left_sidebar a.action:link,
div.dokuwiki div.left_sidebar a.action:active,
div.dokuwiki div.left_sidebar a.action:visited
{
  color:#5A3C29;
  background: none; /*ajout*/
  padding-left: 0; /*ajout*/
}

div.dokuwiki div.left_sidebar a.wikilink2:link,
div.dokuwiki div.left_sidebar a.wikilink2:active,
div.dokuwiki div.left_sidebar a.wikilink2:visited
{
  color:#BBB;
}

div.dokuwiki div.left_sidebar a.wikilink2:hover,
div.dokuwiki div.left_sidebar a.wikilink1:hover,
div.dokuwiki div.left_sidebar a.interwiki:hover,
div.dokuwiki div.left_sidebar a.urlextern:hover,
div.dokuwiki div.left_sidebar a.action:hover {
  color:#C37439;
  text-decoration:none;
}#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
/* plugin:configmanager */
#config__manager {margin: 1em;}
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center
}

#config__manager form { }
#config__manager table {margin: 1em 0;}
#config__manager td input.edit {width: 30em;}
#config__manager td select.edit { }
#config__manager td textarea.edit {width: 27.5em; height: 4em;}

#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select {
  background-color: #ccddff;
}

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.default textarea,
#config__manager tr.protected select {
  background-color: #ffcccc;
}

#config__manager td.error  {background-color: red;}

/* end plugin:configmanager */
/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

#plugin__manager h2 { margin-left: 0;}
#plugin__manager form { display: block; margin: 0; padding: 0;}
#plugin__manager legend { display: none;}
#plugin__manager fieldset { width: auto;}
#plugin__manager .button { margin: 0;}
#plugin__manager p, #plugin__manager label { text-align: left;}
#plugin__manager .hidden { display: none;}
#plugin__manager .new { background: #dee7ec;}
#plugin__manager input[disabled] { color: #ccc; border-color: #ccc;}  /* IE won't understand but doesn't require it */

#plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left: 0; text-align: left; }
#plugin__manager .pm_menu { float: left; width: 48%; }
#plugin__manager .pm_info { float: right; width: 50%; }

#plugin__manager .common { }
#plugin__manager .common form { }
#plugin__manager .common fieldset { margin: 0; padding: 0 0 1.0em 0; text-align: left; border: none;}
#plugin__manager .common label { padding: 0 0 0.5em 0;}
#plugin__manager .common input {  }
#plugin__manager .common input.edit { width: 24em; margin: 0.5em;}
#plugin__manager .common .button { }

#plugin__manager .plugins { }
#plugin__manager .plugins form { }
#plugin__manager .plugins fieldset { text-align: right; border-top:0; border-right:0; border-left:0;}
#plugin__manager .plugins .legend { color: black; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0;}
#plugin__manager .plugins .button { width: 5em; font-size: 95%;}

#plugin__manager .pm_info h3 { margin-left: 0; }
#plugin__manager .pm_info dl { margin: 1em 0; padding: 0;}
#plugin__manager .pm_info dt { width: 6em; float: left; clear: left; margin:0; padding: 0;}
#plugin__manager .pm_info dd { margin:0 0 0 7em; padding: 0;}


/* end admin plugin styles */
/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
  margin-top: 2em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
.folder img {
    padding-left: 3px;
    cursor: pointer;
    vertical-align: top;
}

.folded {
    background-color: #FAF7EF;
}

div.folded {
    display: block;
    padding: 0.4em;
    border: 1px dotted #A88B73;
}

span.folded {
    border-bottom: 1px dotted #A88B73;
}/* plugin:box */
div.dokuwiki div.box {
  width: 50%;
  border: 1px solid;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 1em;
  clear: both;
}

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

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

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

div.dokuwiki div.box p.box_title, div.dokuwiki div.box p.box_caption {
  margin: 0;
  padding: 2px 6px;
  line-height: 1.2em;
}

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

div.dokuwiki div.box .box_content {
  margin: 0;
  padding: 6px 6px 0 6px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
}
div.dokuwiki div.box .box_content * {
  font-size: 0.95em;
  line-height: 1.4em;
}

/* floating alignment */

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

/* colours */
/* default */
div.dokuwiki div.box, div.dokuwiki div.box .box_content, div.dokuwiki div.box .xbox, div.dokuwiki div.box .xb1, div.dokuwiki div.box .xb2, div.dokuwiki div.box .xb3, div.dokuwiki div.box .xb4 {
  border-color:  #C4AF9D;
}

div.dokuwiki div.box, div.dokuwiki div.box .xbox, div.dokuwiki div.box .xb1, div.dokuwiki div.box .xb2, div.dokuwiki div.box .xb3, div.dokuwiki div.box .xb4 {
  background: #DFD3C6;
}

div.dokuwiki div.box p.box_title, div.dokuwiki div.box p.box_caption { background: #C4AF9D;}
div.dokuwiki div.box .box_content { background: #FAF7EF;}

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

div.dokuwiki div.box.round {
  background: transparent !important;
}

/* IE fixes for unsupported child selector \*/

* html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  border-color:  #A88B73;
}

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

* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: #C4AF9D;}
* html div.box div.box .box_content { background: #FAF7EF;}

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

/* end plugin:box */
dl {
  padding: 0.1em;
  margin: 0.2em;
}
 
dl > dl {
  margin: 0em 0em 0em 4em;
  border: 0px;
  padding: 0px;
}
 
dt { 
  margin-top: .2em;
  font-weight: bold;
}
 
dt:before {  
  content: "Â» ";
  font-weight: bold;
}
 
dt:after {  
  content: ":";
  font-weight: bold;
  margin-top: 0.2em;
}
 
dd {
  margin-bottom: .2em;
  margin-left: 1.2em;
}