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_dokubug {  background-image: url(/lib/images/interwiki/dokubug.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_rar {  background-image: url(/lib/images/fileicons/rar.png)}a.mf_pdf {  background-image: url(/lib/images/fileicons/pdf.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_swf {  background-image: url(/lib/images/fileicons/swf.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_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: 0px;
  height: 0;
  overflow:hidden;
}

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

.hidden {
  display: none;
}

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: 0;
  padding-left: 3em;
  overflow: hidden;
}

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;
  overflow: hidden;
}

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;
  overflow: hidden;
}

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


/* 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;
}
em em.u {
  font-style: italic;
}


/* 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; }
/*
 * 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 form.plugins { }
#plugin__manager .plugins fieldset { color: #000; background: #fff; text-align: right; border-top: none; border-right: none; border-left: none;}
#plugin__manager .plugins fieldset.protected { background: #fdd; color: #000; }
#plugin__manager .plugins fieldset.disabled { background: #e0e0e0; color: #a8a8a8; }

#plugin__manager .plugins .legend { color: #000; background: inherit; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0; clear: none;}
#plugin__manager .plugins .button { font-size: 95%;}

#plugin__manager .plugins fieldset.buttons { border: none;}
#plugin__manager .plugins fieldset.buttons .button { float: left; }

#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; background: none;}

#plugin__manager .plugins .enable { float: left; width: auto; margin-right: 0.5em;}

/* end admin plugin styles */
/* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center;
}

#config__manager fieldset {
  margin: 1em;
  width: auto;
  margin-bottom: 2em;
  background-color: __background_alt__;
  color: __text__;
  padding: 0 1em;
}
#config__manager legend {
    font-size: 1.25em;
}

#config__manager form { }
#config__manager table {
    margin: 1em 0;
    width: 100%;
}

#config__manager fieldset td {
    text-align: left;
}
#config__manager fieldset td.value {
    /* fixed data column width */
    width: 30em;
}
#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 .input,
#config__manager tr input,
#config__manager tr textarea,
#config__manager tr select {
  background-color: #fff;
  color: #000;
}

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

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.protected textarea,
#config__manager tr.protected select,
#config__manager tr.protected .selection {
  background-color: #ffcccc!important;
  color: #000 !important;
}

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

#config__manager .selection {
  width: 14.8em;
  float: left;
  margin: 0 0.3em 2px 0;
}

#config__manager .selection label {
  float: right;
  width: 14em;
  font-size: 90%;
}

/* IE6 correction */
* html #config__manager .selection label {
  padding-top: 2px;
}

#config__manager .selection input.checkbox {
  padding-left: 0.7em;
}

#config__manager .other {
  clear: both;
  padding-top: 0.5em;
}

#config__manager .other label {
  padding-left: 2px;
  font-size: 90%;
}

/* end plugin:configmanager */
/* 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;
}
#user__manager table {
  margin-bottom: 1em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
/******************************************************************************/
/*                                  GENERAL                                   */
/******************************************************************************/
html { 
	height: 100%; 
	margin: 0;
	padding: 0;
}
body {
	margin: 6em 70px 1em 70px;
	padding: 10px;
}
form {
	margin: 0;
	padding: 0;
}
/************************************ IMG *************************************/
img.illustration {
	vertical-align: baseline;
}
/********************************* DEFINITION *********************************/
dl {
	margin: 0;
}
dl dt {
	margin: .5em 0 0 0;
}
dl dd {
	margin: 0 0 0 1em;
}
dl dd.date {
	float: left;
	height: 2.5em;
	line-height: 2.5em;
	width: 6em;
	margin-right: 1em;
}
/******************************************************************************/
/*                                   HEADER                                   */
/******************************************************************************/
#header {
	height: 0;
}
#header #avoid {
	position: absolute;
	top: 0;
	right: 5px;
}
#header #avoid ul {
	margin: 0;
	padding: 0;
}
#header #avoid ul li {
	display: inline;
}
#header #banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 166px;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 150px;
	margin: 0;
}
/******************************************************************************/
/*                                    MENU                                    */
/******************************************************************************/
#menu {
	margin: 0;
	height: 3em;
	padding: 0 0 0 70px;
}
#menu ul {
	margin: 0;
	padding: 0;
	height: 3em;
}
#menu ul li {
	float: left;
	line-height: 3em;
}
#menu ul li a {
	padding: .8em 1.5em;
}
/******************************************************************************/
/*                                  SUBMENU                                   */
/******************************************************************************/
#submenu {
	margin: 5px 0 0 0;
	height: 2em;
	padding: 0 0 0 70px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	height: 2em;
}
#submenu ul li {
	float: left;
	line-height: 2em;
}
#submenu ul li a {
	padding: .3em 1.5em;
	font-size: 1em;
}
#submenu ul.children {
	display: none;
	position: absolute;
	margin: 0;
}
#submenu ul li:hover ul.children {
	display: block;	
}
#submenu #search {
	float: right;
	padding: 0 5px 0 30px;
	height: 2em;
	line-height: 2em;
}
#submenu #search p {
	margin: 0;
}
#submenu #search input {
	font-size: 1em;
	padding: 0;
}
#submenu #search input[type=text] {
	padding: 0 5px 0 5px;
	width: 8em;
}
#submenu #search input[type=submit] {
	display: none;
}
#submenu #qsearch_out {
	display: none;
	position: absolute;
	z-index: 200;
	right: 80px;
	padding: .5em;
}
#submenu #qsearch_out ul {
	padding: 0;
	display: block;
	height: auto;
}
#submenu #qsearch_out li {
	padding: 0;
	display: block;
	float: none;
	line-height: normal;
}
#submenu #qsearch_out li a {
	padding: 0;
}
/******************************************************************************/
/*                                    BODY                                    */
/******************************************************************************/
#body {
	margin: 0;
	/*overflow: hidden;*/
}
#body #content {
	margin-right: 16em;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
}
#body.nosidebar #content {
	margin-right: 0;
}
/*********************************** HEADER ***********************************/
#body h1, #body h2, #body h3, #body h4, #body h5 {
	clear: left;
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a {
	padding: 0 !important;
}
#body h2 {
	margin: 1em 0 0 0;
}
#body h3 {
	margin: .5em 0 0 0;
}
#body h4 {
	margin: .5em 0 0 0;
}
#body h5 {
	margin: .5em 0 0 0;
}
/********************************** SUBTITLE **********************************/
#body .subtitle{
	margin: 0;
	padding: .3em;
}
/********************************* PARAGRAPH **********************************/
#body p {
	margin: .5em 0 0 0;
}
/********************************* BLOCKQUOTE *********************************/
#body blockquote {
	margin: 0 .5em 1em .5em;
	padding: .5em .5em .5em 25px;
}
/********************************* TRACKBACKS *********************************/
#body #trackbacks {
	margin-top: 3em;
}
/********************************* COMMENTLIST ********************************/
#body #commentlist {
	padding: 0;
	margin: 0;
}
#body #commentlist li {
	margin: 0 0 .5em 0;
}
#body table {
	margin: .5em 0;
	border-spacing: 0;
	border-collapse: collapse;
}
/******************************************************************************/
/*                                   SIDEBAR                                  */
/******************************************************************************/
#sidebar {
	float: right;
	padding: 1em 0 0 20px;
	width: 15em;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
}
#sidebar .panel {
	margin-bottom: 1em;
}
#sidebar h2 {
	margin: 0 !important;
	padding: .2em .5em !important;
}
#sidebar ul {
	margin: 0;
	padding: 5px 0;
}
/******************************************************************************/
/*                                    TOC                                     */
/******************************************************************************/
div.toc {
	clear: right;
	float: right;
	padding: 1em 0 0 20px;
	width: 15em;
	margin-right: -16em;
}
div.toc .tocheader {
	margin: 0;
	padding: .2em .5em;
}
div.toc #tocinside {
	margin: 0;
	padding: 5px 0;
}
div.toc #tocinside ul{
	margin: 0;
	padding: 0;
}
div.toc #tocinside ul ul{
	margin-left: 1em;
}
/******************************************************************************/
/*                                   FOOTER                                   */
/******************************************************************************/
#footer {
	clear: both;
	margin: 1em 0 0 0;
	padding: .5em 0 0 0;
}
#footer p img {
	vertical-align: bottom;
}
#footer p {
	margin: 0;
}/******************************************************************************/
/*                                  GENERAL                                   */
/******************************************************************************/
* { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}
html { 
	background: #DFDFC7 url(/lib/tpl/neolaoresources2/images/background.png) repeat-x;
	color: #fff;
}
body {
	background: #fff;
	color: #000;
	border: solid 1px #000000;
}
/********************************** ACRONYM ***********************************/
acronym { cursor: help; }
/************************************ IMG *************************************/
img {
	border: none;
}
img.illustration {
	border: solid 2px #ccc;
}
img.illustration:hover {
	border: solid 2px #A10000;
}
/************************************* A **************************************/
a[href], a.internal, a.wikilink1 {
	background: url(/lib/tpl/neolaoresources2/images/link_internal.gif) no-repeat .2em .2em;
	padding-left: 16px;
	text-decoration: underline;
	color: #ca8d31;
	background-color: inherit;
}
a img {
	margin-left: -16px;
	vertical-align: bottom !important;
}
a:hover {
	text-decoration: underline;
	color: #A10000;
	background-color: inherit;
}
a:visited {
	color: #803507;
	background-color: inherit;
}
a:visited:hover {
	color: #A10000;
	background-color: inherit;
}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
}
a.external, a.urlextern, a.interwiki {
	background: url(/lib/tpl/neolaoresources2/images/link_external.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
a.internalbad, a.wikilink2 { 
	color: #f00;
	background: url(/lib/tpl/neolaoresources2/images/link_error.gif) no-repeat .1em .1em;
	background-color: inherit;
	padding-left: 16px;
}
a.comments {
	background: url(/lib/tpl/neolaoresources2/images/link_comments.gif) no-repeat .2em .2em !important;
	padding-left: 16px;
}
a.category {
	background: url(/lib/tpl/neolaoresources2/images/link_category.gif) no-repeat .2em .2em !important;
	padding-left: 16px;
}
a.archives {
	background: url(/lib/tpl/neolaoresources2/images/link_archives.png) no-repeat .2em .2em;
	padding-left: 16px;
}
a.rss {
	background: url(/lib/tpl/neolaoresources2/images/link_rss.png) no-repeat .2em .2em;
	padding-left: 16px;
}
a.mail a.mail, a[href^="mailto:"] {
	background: url(/lib/tpl/neolaoresources2/images/link_mail.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
a.external:visited, a.urlextern:visited, a.interwiki:visited, a.internal:visited, a.wikilink1:visited {
	background: url(/lib/tpl/neolaoresources2/images/link_visited.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
a[href^="http:"] {
	background: url(/lib/tpl/neolaoresources2/images/link_external.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
a[href^="http:"]:visited {
	background: url(/lib/tpl/neolaoresources2/images/link_visited.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
a[href^="http:"] img {
	margin-left: -16px;
	vertical-align: bottom;
}
pre a, .footnotes a, a[href^="#"] {
	background-image: none !important;
	padding-left: 0 !important;
	text-decoration: none !important;
	background-color: inherit;
}

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

div.footnotes {
  clear: both;
  border-top: 1px solid __border__;
  background-color: __background_other__;
  padding-left: 1em;
  margin-top: 1em;
}

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

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

a.fn_bot {
  clear: both;
  border-top: 1px solid __border__;
  background-color: __background_other__;
  padding-left: 1em;
  margin-top: 1em;
  vertical-align: super;
  font-size: 80%;
  font-weight: bold;
}

/* insitu-footnotes */
div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #000000;
  background-color: #dfdfc7;
  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;
}


/************************************ EM **************************************/
em { 
	color: #666; 
	background-color: inherit;
}
/********************************* TEXTAREA ***********************************/
textarea { 
	font-family: "Courier New",Courier,monospace; 
	font-size: 1em;
}
/********************************* SUP, SUB ***********************************/
sup, sub { font-size: .7em; }
/********************************* DEFINITION *********************************/
dl dt {
	color: #86875f;
	background: #fff;
	font-weight: bold;
}
dl dt a {
	color: #86875f;
	background: #fff;
}
dl dd.date {
	border-right: solid 1px #ccc;
}
/*********************************** TABLE ************************************/
table {
	border: solid 1px #999;
}
table th { 
	border: solid 1px #999; 
	background-color: #eee;
	color: inherit;
	padding: 2px 5px 2px 5px; 
}
table td {
	border: solid 1px #ccc;
	padding: 2px 5px 2px 5px;
}
/*
Ca génère une erreur de validation
table td.rightalign { text-align: right; }
table td.centeralign { text-align: center; }
table td.leftalign { text-align: left; }
*/
table tr:hover { 
	background-color: #ffffe5; 
	color: inherit;
}
/************************************ CODE ************************************/
pre { 
	overflow: auto; 
	border: solid 1px #a5a3af;
}

pre * { 
	font-size: 1em; 
	font-family: "Courier New",Courier,monospace; 
}
pre.code, pre.php, pre.actionscript, pre.css, pre.html4strict, pre.javascript, pre.bash, pre.xml, pre.xul, pre.xbl, pre.rdf, pre.ini, pre.mysql, pre.sqlite, pre.ruby, pre.xsl { 
	background: #fffff5 url(/lib/tpl/neolaoresources2/images/code.png) no-repeat;
	color: inherit;
	padding: 21px 2px 2px 4px; 
	font-family: "Courier New",Courier,monospace;
	border-left: solid 2px #a5a3af;
}
pre.php { background-image: url(/lib/tpl/neolaoresources2/images/codephp.png); }
pre.actionscript { background-image: url(/lib/tpl/neolaoresources2/images/codeactionscript.png); }
pre.css { background-image: url(/lib/tpl/neolaoresources2/images/codecss.png); }
pre.html4strict { background-image: url(/lib/tpl/neolaoresources2/images/codehtml.png); }
pre.javascript { background-image: url(/lib/tpl/neolaoresources2/images/codejavascript.png); }
pre.bash { background-image: url(/lib/tpl/neolaoresources2/images/codebash.png); }
pre.xml { background-image: url(/lib/tpl/neolaoresources2/images/codexml.png); }
pre.xul { background-image: url(/lib/tpl/neolaoresources2/images/codexul.png); }
pre.xbl { background-image: url(/lib/tpl/neolaoresources2/images/codexbl.png); }
pre.xsl { background-image: url(/lib/tpl/neolaoresources2/images/codexsl.png); }
pre.rdf { background-image: url(/lib/tpl/neolaoresources2/images/coderdf.png); }
pre.ini { background-image: url(/lib/tpl/neolaoresources2/images/codeini.png); }
pre.mysql { background-image: url(/lib/tpl/neolaoresources2/images/codemysql.png); }
pre.sqlite { background-image: url(/lib/tpl/neolaoresources2/images/codesqlite.png); }
pre.ruby { background-image: url(/lib/tpl/neolaoresources2/images/coderuby.png); }

pre .br0	{ color: #6c6 !important; background-color: inherit; }
pre .co1	{ color: #808080 !important; font-style: normal !important; background-color: #f0f0f0 !important; }
pre .co2	{ color: #808080 !important; font-style: normal !important; background-color: #f0f0f0 !important; }
pre .coMULTI	{ color: #808080 !important; font-style: normal !important; background-color: #f0f0f0 !important; }
pre .es0	{ color: #009 !important; font-weight: normal !important; background-color: inherit; }
pre .kw1	{ color: #990 !important; font-weight: bold !important; background-color: inherit; }
pre .kw2	{ color: #666 !important; font-weight: bold !important; background-color: inherit; }
pre .kw3	{ color: #66a !important; font-weight: bold !important;background-color: inherit; }
pre .kw4	{ color: #933 !important; background-color: inherit; }
pre .kw5	{ color: #77f !important; background-color: inherit; }
pre .me0	{ color: #060 !important; background-color: inherit; }
pre .nu0	{ color: #c6c !important; background-color: inherit; }
pre .re0	{ color: #77f !important; background-color: inherit; }
pre .re1	{ color: #77f !important; background-color: inherit; }
pre .re2	{ color: #77f !important; background-color: inherit; }
pre .re4	{ color: #099 !important; background-color: inherit; }
pre .sc0	{ color: #0bd !important; background-color: inherit; }
pre .sc1	{ color: #db0 !important; background-color: inherit; }
pre .sc2	{ color: #090 !important; background-color: inherit; }
pre .st0	{ color: #00f !important; background-color: inherit; }
code {
	color: inherit;
	background-color: #fffff5; 
	border: 1px dotted #8cacbb; 
	font-size: 1em; 
	font-family: "Courier New",Courier,monospace; 
}
/******************************************************************************/
/*                                   HEADER                                   */
/******************************************************************************/
#header #avoid ul li, #header #avoid ul li a {
	background: #980000;
	font-size: .9em;
}
#header #avoid ul li {
	color: #fff;
	background: inherit;
}
#header #avoid ul li:before {
	background: transparent;
	content: " | ";
}
#header #avoid ul li:first-child:before {
	content: "";
}
#header #avoid ul li a {
	background: #980000;
	color: #fff;
	background: inherit;
	text-decoration: none;
}
#header #avoid ul li a:hover {
	color: #fff;
	background: inherit;
}
#header #banner{
	background: url(/lib/tpl/neolaoresources2/images/avatar.png) no-repeat;
}
#header a {
	background: transparent;
	padding: 0;
}
#header h1{ 
	color: #990000;
	background: inherit;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
/******************************************************************************/
/*                                    MENU                                    */
/******************************************************************************/
#menu {
	background: #800000 url(/lib/tpl/neolaoresources2/images/menu_background.jpg) repeat-x;
	color: #fff;
}
#menu ul{
	list-style: none;
	border-left: solid 2px #fff;
}
#menu ul li {
	background: #800000;
	border-right: solid 2px #fff;
	color: #fff;
}
#menu ul li.selected {
	background: #990000;
	color: #fff;
}
#menu ul li.selected:hover {
	background: #C90000;
	color: #fff;
}
#menu ul li:hover {
	background: #A90000;
	color: #fff;
}
#menu ul li a {
	color: #fff;
/*	background: #800000 url(/lib/tpl/neolaoresources2/images/menu_a.png) repeat-x;*/
	background: #800000 ;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	background: #C90000;
}
#menu ul li.selected a {
	color: #fff;
/*	background: #A90000 url(/lib/tpl/neolaoresources2/images/submenu_a.png) repeat-x;*/
	background: #A90000 ;
	font-weight: bold;
}
#menu ul li.selected a:hover {
	color: #fff;
	background: #C00000;
}
/******************************************************************************/
/*                                  SUBMENU                                   */
/******************************************************************************/
#submenu {
	background: #990000 url(/lib/tpl/neolaoresources2/images/submenu_background.jpg) repeat-x;
	color: #fff;
}
#submenu ul{
	list-style: none;
	border-left: solid 2px #fff;
}
#submenu ul li {
	background: #A90000;
	border-right: solid 2px #fff;
	color: #fff;
}
#submenu ul li.selected {
	border-bottom: solid 5px #000000;
	color: #fff;
	background: #E94000;
}
#submenu ul li:hover {
	background: #C94000;
	color: #fff;
}
#submenu ul li a {
	color: #fff;
/*	background: #B90000 url(/lib/tpl/neolaoresources2/images/submenu_a.png) repeat-x;*/
	background: #E94000 ;
	text-decoration: none;
	font-variant: small-caps;
}
#submenu ul li.selected a {
	font-weight: bold;
}
#submenu ul li a:hover {
	color: #fff;
	background: #D06B00;
}
#submenu ul.children {
	border: solid 1px #fff;
}
#submenu #search {
	border-left: solid 2px #fff;
	background: #7a0000 url(/lib/tpl/neolaoresources2/images/search.gif) no-repeat 1em;
	color: #fff;
}
#submenu #search label{
	font-variant: small-caps;
	display: none;
}
#submenu #search label:after{
	content: "\0000a0:";
}
#submenu #search input[type=text] {
	border: none;
	background: #B00000;
	color: #666;
}
#submenu #search input[type=text]:focus {
	background: #fff;
	color: #000;
}
#submenu #qsearch_out {
	color: #990000;
	background: #fff;
	border: solid 1px #990000;
}
#submenu #qsearch_out li {
	background: #fff;
	color: #990000;
}
#submenu #qsearch_out li a {
	background: #fff;
	color: #990000;
}
/******************************************************************************/
/*                                    BODY                                    */
/******************************************************************************/
#body {
	border: solid 1px #fff;
}
/*********************************** HEADER ***********************************/
#body h1, #body h2, #body h3, #body h4, #body h5, #body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a {
	font-family: Georgia, "Times New Roman", serif;
	background-image: none !important;
	text-decoration: none !important;
}
#body h1 {
	font-size: 2em;
	color: #980000;
	background: #fff;
	border-bottom: solid 1px #980000;
}
#body h1 a {
	font-size: 1em;
	color: #980000;
	background: #fff;
}
#body h2 {
	font-size: 1.8em;
	color: #990000;
	background: #fff;
	border-bottom: solid 1px #990000;
}
#body h2 a {
	font-size: 1em;
	color: #990000;
	background: #fff;
}
#body h2 a:hover {
	color: #7a0000;
	background: #fff;
	text-decoration: none;
}
#body h3 {
	color: #6d0000;
	background: #fff;
	font-size: 1.5em;
	font-weight: normal;
}
#body h3 a {
	color: #6d0000;
	background: #fff;
	font-size: 1em;
}
#body h3 a:hover {
	color: #7d0000;
	background: #fff;
	text-decoration: underline;
}
#body h4 {
	color: #500000;
	background: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
#body h4 a {
	color: #500000;
	background: #fff;
	font-size: 1em;
}
#body h4 a:hover {
	color: #600000;
	background: #fff;
	text-decoration: underline;
}
#body h5 {
	color: #500000;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
#body h5 a {
	color: #500000;
	background: #fff;
	font-size: 1em;
}
#body h5 a:hover {
	color: #600000;
	background: #fff;
	text-decoration: underline;
}
/********************************** SUBTITLE **********************************/
#body .subtitle {
	font-size: .8em;
	border-bottom: dotted 1px #ccc;
}
#body .subtitle a {
	font-size: 1em;
}
/********************************* BLOCKQUOTE *********************************/
#body blockquote {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 3px #ccc;
	background-image: url(/lib/tpl/neolaoresources2/images/blockquote.png);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	color: #333;
}
/********************************* COMMENTLIST ********************************/
#body #commentlist {
	list-style: none;
}
#body #commentlist li {
	border: solid 1px #A05757;
	padding: .5em;
}
#body .meta {
	font-size: .8em;
	border-top: dotted 1px #ccc;
}
#body .meta a {
	font-size: 1em;
}
#body ul {
	list-style: url(/lib/tpl/neolaoresources2/images/arrow.gif);
}
/******************************************************************************/
/*                                   SIDEBAR                                  */
/******************************************************************************/
#sidebar {
	/*background: #fff url(/lib/tpl/neolaoresources2/images/sidebar_bg.gif) repeat-y;*/
	color: #000;
	background: #fff;
}
#sidebar .panel {
	border: solid 1px #990000;
}
#sidebar h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #990000;
	color: #fff;
	font-size: 1em;
	font-variant: small-caps;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul.archives li a, #sidebar #archives ul li a {
	background: url(/lib/tpl/neolaoresources2/images/link_archives.png) no-repeat .2em .2em;
	padding-left: 16px;
}
#sidebar ul.links li a, #sidebar #links ul li a {
	background: url(/lib/tpl/neolaoresources2/images/link_external.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
/******************************************************************************/
/*                                   FOOTER                                   */
/******************************************************************************/
#footer {
	border-top: solid 2px #ccc;
}
#footer p {
	font-size: .8em;
}
#footer p a strong {
	font-weight: normal;
	font-size: 1em;
}
#footer p a {
	text-decoration: none;
	font-size: 1em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a img {
	border: solid 1px #fff;
}
#footer a:hover img {
	border: solid 1px #980000;
}
/*
Je surcharge le style inclu d'office par dokuwiki parce qu'il n'est pas valide
*/

div.clearer { 
	line-height: 0px;
}
div.error{
	color: inherit;
}

div.info{
	color: inherit;
}

div.success{
	color: inherit;
}

/* syntax highlighting code */
.code .br0	{ color: #66cc66; background-color: inherit; }
.code .co1	{ color: #808080; font-style: italic; background-color: inherit; }
.code .co2	{ color: #808080; font-style: italic; background-color: inherit; }
.code .coMULTI	{ color: #808080; font-style: italic; background-color: inherit; }
.code .es0	{ color: #000099; font-weight: bold; background-color: inherit; }
.code .kw1	{ color: #b1b100; background-color: inherit; }
.code .kw2	{ color: #000000; font-weight: bold; background-color: inherit; }
.code .kw3	{ color: #000066; background-color: inherit; }
.code .kw4	{ color: #993333; background-color: inherit; }
.code .kw5	{ color: #0000ff; background-color: inherit; }
.code .me0	{ color: #006600; background-color: inherit; }
.code .nu0	{ color: #cc66cc; background-color: inherit; }
.code .re0	{ color: #0000ff; background-color: inherit; }
.code .re1	{ color: #0000ff; background-color: inherit; }
.code .re2	{ color: #0000ff; background-color: inherit; }
.code .re4	{ color: #009999; background-color: inherit; }
.code .sc0	{ color: #00bbdd; background-color: inherit; }
.code .sc1	{ color: #ddbb00; background-color: inherit; }
.code .sc2	{ color: #009900; background-color: inherit; }
.code .st0	{ color: #ff0000; background-color: inherit; }

/* DOKUWIKI LEVELS */
#body h1 { margin-left: 0em; }
div.level1 { margin: 1em 0 0 0; }
#body h2 { margin-left: 1em; }
div.level2 { margin: 1em 0 0 2em; }
#body h3 { margin-left: 2em; }
div.level3 { margin: 1em 0 0 3em; }
#body h4 { margin-left: 3em; }
div.level4 { margin: 1em 0 0 4em; }
#body h5 { margin-left: 4em; }
div.level5 { margin: 1em 0 0 5em; }

#dw__register fieldset{
	text-align: center;
}
#dw__register fieldset label {
	display: block;
	text-align: right;
}



#toc__header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #A00000;
	color: #fff;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
}
#toc__header img {
	display: none;
}
#toc__inside {
	border: solid 1px #A00000;
}
#toc__inside ul {
	margin: .2em .2em .2em 1.5em;
	padding: 0;
}
#toc__inside a {
	background: url(/lib/tpl/neolaoresources2/images/link_internal.gif) no-repeat .2em .2em;
	padding-left: 16px;
}
