/* 
==Main==
[[Image:li_grafik.gif|right]]
<pre> */
/* KK FJ -- Dunkelblau: #29363E*/
table, tbody, tr, td, p, li, body, pre, textarea {
	border-color: #D34411;
}
body, .editsection {
	color: #182024 !important;
}
body {
	padding: 0px;
	margin: 0px;
	background: #29363E;
	overflow: auto;
	font-weight: normal;
	font-stretch: wider;
	font-variant: normal;
	letter-spacing: 0;
}
#bodyContent p, .xhtml #content p {
  margin: 0 0 8px 0px;
}
ul li {
	list-style-image: url(/mediawiki/skins/images-fj/li_grafik.gif);
}
ol li {
	list-style-image: none;
}

body, textarea, .editsection {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* </pre>

==Titre==
ttt

ttt
===ttt===
ttt

ttt
====tttt====
ttt

ttt
=====ttttt=====
ttt

ttt
======tttttt======
ttt
<pre> */
@font-face {
  src: url(/mediawiki/skins/Wonkers.ttf);
/*  src: local("Wonkers"),
       url(/mediawiki/skins/Wonkers.ttf) format("truetype");*/
  font-family: Wonkers;
/*  font-style:  italic, bold, normal;*/
/*  panose-1: 2 4 5 2 5 4 5 9 3 3;
  font-family: Alabama, serif;
  font-weight:   300, 400, 500;
  font-style:  italic, oblique;*/
}
h1, h2, h3 {
  font-family: Wonkers, sans;
  font-weight: normal;
}
caption {
  text-align: center;
}
h1.firstHeading {
  margin-top: 10px;
  margin-bottom: 8px;
}
h1 {
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 250%;
}
.csc-header {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 185%;
}
h2 {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 185%;
}
h3 {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 160%;
}
h4, #blog-menu h2 {
  margin-top: 9px;
  margin-bottom: 3px;
  font-size: 130%;
}
h5 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 120%;
}
h6 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 110%;
}
h1 + h1, h1 + h2, h1 + h3, h2 + h2, h2 + h3, h2 + h5, h3 + h3, h3 + h4, h3 + h5, h4 + h4, h4 + h5, h4 + h5, h5 + h5, h5 + h6, h6 + h6,
h1 + a + h1, h1 + a + h2, h1 + a + h3, h2 + a + h2, h2 + a + h3, h2 + a + h5, h3 + a + h3, h3 + a + h4, h3 + a + h5, h4 + a + h4, h4 + a + h5, h4 + a + h5, h5 + a + h5, h5 + a + h6, h6 + a + h6 {
  margin-top: 0px;
}

.firstHeading {
  margin-bottom: 6px;
}
#toctitle h2 {
  margin-top: 0px;
}

#news h5, h1, h2, h3, h4, h5, h6, caption, .searchmatch {
  color: #B33603;
}
.searchmatch {
  font-weight: bold;
}
 /* </pre>

===Liens===
[[QL]]
[[Quartier Libre]]
<pre> */
a {
  color: #B33603;
}
a.new {
  color: #0055FF !important;
}
a [href="http://www.phpmyvisites.net/"] {
  display: none;
}
/* 
</pre>
====Special URL====
[[Image:External.png|right]]
[[Image:link_icon.gif|right]]
[[Image:mail_icon.gif|right]]
[[Image:news_icon.png|right]]
[[Image:file_icon.gif|right]]
[[Image:discussionitem_icon.gif|right]]
<pre>
*/
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
    background: url("/mediawiki/images/mw/uploads/4/44/External.png") center right no-repeat;
    padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
    background: url("/mediawiki/skins/monobook/link_icon.gif") center right no-repeat;
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    background: url("/mediawiki/skins/monobook/mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
    background: url("/mediawiki/skins/monobook/news_icon.png") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    background: url("/mediawiki/skins/monobook/file_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
    background: url("/mediawiki/skins/monobook/discussionitem_icon.gif") center right no-repeat;
    padding-right: 18px;
}
/* </pre>

==Boites deroulantes==
{{enrouler|titre=Titre|text=Text}}
<pre> */
div.NavFrame {
  border: 1px solid #d34511;
  background-color: #ffe8a9;
}
div.NavFrame div.NavContent {
  border-top: 1px solid #d34511;
}

/* </pre>



==Menu==
<pre> 
.layouttop a, .menu-top a {
  size: 15px;
}

.layouttop a {
  color: #D34411 !important;
}
.layouttop a:hover, .menu-top a:active {
  color: #000000 !important;
}

.menu-top a {
  color: #FFC730 !important;
}
.menu-top a:hover, .menu-top a:active {
  color: #000000 !important;
}

</pre>

==Autre==
<pre> */
fieldset {
    border: 1px solid #D34411;
}
hr {
    border-color:#D34411;
}
/* 
</pre>

==Tableaux==
<pre>
*/
table[border ="1"], table[border ="1"] td, table[border ="1"] th {
  border: 1px solid #d34511;
  background-color: #ffe8a9;
}
.border1, table.border1 td, table.border1 th {
  border: 1px solid #d34511;
  background-color: #ffe8a9;
}
/* 
</pre>

==Gallery==
<pre>
*/
div.gallerybox div.thumb {
  background-color: #ffe8a9;
}
table.gallery td {
    vertical-align: top;
}
/* 
</pre>



==Galerie, ...==
<pre>
.redirectText {
    font-size: 150%;
    margin: 5px;
}

.printfooter {
    display: none;
}

.not-patrolled {
    background-color: #ffa;
}
div.patrollink {
    font-size: 75%;
    text-align: right;
}
span.newpage, span.minor, span.searchmatch {
    font-weight: bold;
}
span.unpatrolled {
    font-weight: bold;
    color: red;
}

span.searchmatch {
    color: red;
}
.sharedUploadNotice {
    font-style: italic;
}

span.updatedmarker {
    color: black;
    background-color: #0f0;
}
span.newpageletter {
    font-weight: bold;
    color: black;
}
span.minoreditletter {
    color: black;
    background-color: #c5ffe6;
}

table.gallery {
    margin: 2px;
    padding: 2px;
    background-color: white;
}

table.gallery tr {
    vertical-align: top;
}

table.gallery td {
    vertical-align: top;
    background-color: #f9f9f9;
    border: solid 2px white;
}

div.gallerybox {
    margin: 2px;
    width:  150px;
}

div.gallerybox div.thumb {
    text-align: center;
    margin: 2px;
}

div.gallerytext {
    font-size: 94%;
    padding: 2px 4px;
}

span.comment {
    font-style: italic;
}

span.changedby {
    font-size: 95%;
}

.previewnote {
    text-align: center;
    color: #cc0000;
}
.editExternally {
    border: 1px solid gray;
    background-color: #ffffff;
    padding: 3px;
    margin-top: 0.5em;
    float: left;
    font-size: small;
    text-align: center;
}
.editExternallyHelp {
    font-style: italic;
    color: gray;
}

li span.deleted {
    text-decoration: line-through;
    color: #888;
    font-style: italic;
}

.toggle {
    margin-left: 2em;
    text-indent: -2em;
}
/* 
</pre>


==Js pref toc==
<pre>
*/
#preftoc {
    float: left;
    width: 13em;
}
#preftoc li {
    margin-right: 1.0em;
}
#preftoc li.selected {
    border: 2px dashed #D34411;
    padding: 2px;
}
#preftoc a,
#preftoc a:active {
    display: block;
/*    color: #0014a6;*/
}
#prefcontrol {
    clear: both;
    float: left;
    margin-top: 1em;
}
div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}
fieldset.operaprefsection {
    margin-left: 15em;
}

/*
</pre>

==Formulaires==
<pre>
*/
input[type ="submit"], input[type ="reset"] {
  color: #182024;
  background-color: #d36b46;
  border: 1px solid #a6360e;
}
input[type ="text"], textarea, input[type ="password"], select {
  background-color: #ffe8a9;
  border: 1px solid #c39925;
  color: #9d330d;
}
/*
</pre>

==Content==
<pre> */
/* </pre>


===C-Wiki===
====Autre Sub====
<pre> */
#siteSub {
    display:none;
}
#contentSub {
  text-align:left;
  margin: -0.7em 0 1.5em 5em;
}
#contentSub .subpages  {
  font-size: 110%;
  color: #B33603;
  border: 2px solid #B33603;
  border-top-width: 0px;
  padding: 1px 4px;
  padding-top: 0px;
/*  border-radius: 7px;*/
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
}
/* </pre>

====User notification thing====
<pre>
*/
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
}
#siteNotice {
    text-align: center;
    font-size: 95%;
    padding: 0 .9em;
}
#siteNotice p {
    margin: 0;
    padding: 0;
}
.error {
    color: red;
    font-size: larger;
}
/* currently unused, intended to be used by a metadata box
in the bottom-right corner of the content area */
.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 1em 0;
    line-height: 1.5em;
}
.documentByLine {
    text-align: right;
    font-size: 90%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

/* 
</pre>
====Category====
<pre>
*/
#catlinks {
  border: 1px solid #d34511;
  background-color: #ffe8a9;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 0px;
  margin-top: 1em;
  margin-bottom: 0.3em;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
#catlinks *, .catlinks, .catlinks * {
  padding: 0px;
  margin: 0px;
}
/* 
</pre>

====Images====
<pre>
*/
div.floatright, table.floatright {
    clear: right;
    float: right;
    margin: 0 0 .5em .5em;
    border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    margin: 0 2em .5em 0;
    border: 0;
}
div.floatleft p { font-style: italic; }
/* 
</pre>

====Thumbnails====
<pre>
*/
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: transparent;
    border: none !important;
    width: auto;
}
div.thumb div {
    border: 1px solid #d34511;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
/*    overflow: hidden;*/
}
div.thumb div a img {
/*    border: 1px solid #d34511;*/
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
  clear: right;
  float: right;
  border-width: .5em 0 .5em .5em;
  margin: .5em 0 .2em .5em;
}
div.tleft {
  float: left;
  border-width: .5em .5em 0.5em 0em;
  margin: .5em 2em .3em 0;
}

.hiddenStructure {
    display: none;
}
img.tex {
    vertical-align: middle;
}
span.texhtml {
    font-family: serif;
}

/* 
</pre>

====Emulate center====
<pre>
*/
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}
/* 
</pre>
====Table standards====
<pre>
*/
table.rimage {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.toccolours {
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}
div.townBox {
    float: right;
    background: white;
    margin-left: 1em;
    padding: .3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 .3em;
    font-size: 96%;
}
div.townBox dl dt {
    background: none;
    margin: .4em 0 0;
}
div.townBox dl dd {
    margin: .1em 0 0 1.1em;
    background-color: #f3f3f3;
}
/*
</pre>

====Edit views etc====
<pre>
*/
.special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
    color: gray;
}
#pagehistory span.user {
    margin-left: 1.4em;
    margin-right: .4em;
}
#pagehistory span.minor {
    font-weight: bold;
}
#pagehistory li {
    border: 1px solid white;
}
#pagehistory li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaa;
}
.plainlinks {
  margin-top: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #D34411;;
  padding: 2px;
}
/*
</pre>

====Diff rendering====
<pre>
*/
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
}
td.diff-addedline {
    background: #cfc;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffa;
    font-size: smaller;
}
td.diff-context {
    background: #eee;
    font-size: smaller;
}
span.diffchange {
    color: red;
    font-weight: bold;
}
/*
</pre>

====Disable interwiki styling====
<pre>
*/
#bodyContent a.extiw,
#bodyContent a.extiw:active {
    background: none;
    padding: 0;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}
/*
</pre>

====Classes for EXIF data display====
<pre>
*/
table.metadata {
    font-size: 0.8em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

table.metadata caption {
    font-weight: bold;
}

table.metadata th {
    font-weight: normal;
}

table.metadata td {
    padding: 0.1em;
}

table.metadata {
    border: none;
    border-collapse: collapse;
}

table.metadata td, table.metadata th {
    text-align: center;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

table.metadata th {
    background-color: #f9f9f9;
}

table.metadata td {
    background-color: #fcfcfc;
}
/*
</pre>
====Filetoc====
<pre>
*/
ul#filetoc {
  text-align: center;
  border: 1px solid #d34511;
  border-collapse: collapse;
  background-color: #ffe8a9;
  padding: 5px;
  font-size: 95%;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
}

#filetoc li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    padding-right: 2em;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
    margin-right: 0.33em;
}
/* 
</pre>

====Classes for article validation====
<pre>
*/

table.revisionform_default {
    border: 1px solid #000000;
}

table.revisionform_focus {
    border: 1px solid #000000;
    background-color:#00BBFF;
}

tr.revision_tr_default {
    background-color:#EEEEEE;
}

tr.revision_tr_first {
    background-color:#DDDDDD;
}

p.revision_saved {
    color: green;
    font-weight:bold;
}

#mw_trackbacks {
    border: solid 1px #bbbbff;
    background-color: #eeeeff;
    padding: 0.2em;
}
/*
</pre>
====Content styles====
<pre>
*/
#toc,
.toc {
  border: 1px solid #d34511;
  background-color: #ffe8a9;
  padding: 5px;
  font-size: 95%;
  clear: right;
  float: right;
  margin: 0 0 .5em .5em;
}
#toc h2,
.toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
/*    font-weight: bold; */
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
  text-align: center;
  margin-bottom:0.6em;
}
#toc ul,
.toc ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}
#toc li, .toc li {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 3px 0;
}
#toc ul ul,
.toc ul ul {
    margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
    font-size: 94%;
}
.tocnumber {
  width: 2em;
}
/* 
</pre>

====Allmessages table====
<pre>
*/

#allmessagestable * {
  margin: 0px;
  padding: 0px;
}

#allmessagestable {
  margin-top: 1em;
}

#allmessagestable td, #allmessagestable th {
  vertical-align: middle;
}

#allmessagestable th {
  padding: 0.3em;
}

#allmessagestable td {
  line-height: 0%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#allmessagestable td + td, #allmessagestable tr.new td {
  line-height: 100%;
}

#allmessagestable td {
  white-space: pre;
}

#allmessagestable th {
  background-color: #b2b2ff;
}

#allmessagestable tr.orig {
  background-color: #ffe2e2;
}

#allmessagestable tr.new {
  background-color: #e2ffe2;
}

#allmessagestable tr.def {
  background-color: #f0f0ff;
}
/* </pre>

==BAO==
<!-- 
  color: #3b4a6b;
  color: #689ec4;
  color: #589f65;
  color: #d2864c; 
#c5dff1; ?
-->
<pre> */
body.BAO {
  background-color: #fff;
  text-align:center;
  padding: 5px 5px 50px 5px;
}
body.BAO form table {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.BAO td.forminput {	 
  width: 300px;	 
}
body.BAO table, body.BAO tbody, body.BAO tr, body.BAO td, body.BAO p, body.BAO li, body.BAO body, body.BAO pre, body.BAO textarea, body.BAO hr {
  border-color: #589f65;
}
body.BAO hr {
  width: 80%;
}
body.BAO input[type ="submit"], body.BAO input[type ="reset"] {
  color: #b0cfe4;
  background-color: #3b4a6b;
  border: 2px solid #c5dff1;
  font-weight: bold;
  padding: 4px 8px;
}
body.BAO input[type ="text"], body.BAO textarea, body.BAO input[type ="password"], body.BAO select, body.BAO table[border ="1"] td, body.BAO table[border ="1"] th {
  background-color: #c5dff1;
  border: 2px solid #589f65;
  color: #000;
}
body.BAO a {
  color: #d2864c;
}
body.BAO h1, body.BAO h2, body.BAO h3 {
  font-family: sans;
  font-weight: bold;
}
body.BAO h1 {
  color: #d2864c;
}
body.BAO h2 {
  color: #d2864c;
}
body.BAO h3 {
  color: #d2864c;
}
body.BAO h4 {
  color: #d2864c;
}
body.BAO h1 {
  margin-top: 30px;
  margin-bottom: 15px;
}
body.BAO h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.BAO h3 {
  margin-top: 12px;
}
body.BAO h1.firstHeading {
  margin-top: 10px;
  display: none;
}
body.BAO .firstHeading {
  margin-bottom: 12px;
}
/* 
</pre>
*/