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