Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
<pre>
*/

 .ns-0 h1 {
   clear: both;
   font-size:300%;
   font-family: "Verdana", "DejaVu Sans", "Segoe UI", "Arial Unicode MS", "Palatino Linotype", "Gentium", "Lucida Sans Unicode","Lucida Grande","Lucida Sans", "Doulos SIL","Charis SIL",sans-serif;
        font-family /**/:inherit;
   
   color:darkslateblue;
   font-weight: bold;
   line-height: 1.1em;
   padding-top: 0.17em;
   padding-bottom: 0.17em;
     }

-----------------------------------------------------------
     Polices de caractères Unicode par défaut
-----------------------------------------------------------
*/

/* le grec polytonique est absent des polices Lucida, Lucida et Arial Unicode ne sont dispo qu'en graisse normale */
#bodyContent {
font-family: "DejaVu Sans", "Segoe UI", "Arial Unicode MS", "Palatino Linotype", "Gentium", "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana, ,"Doulos SIL","Charis SIL",sans-serif;
        font-family /**/:inherit;
}

/* 


*/

/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
.pBody 
{
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 0.8em;
  -moz-border-radius-bottomright: 0.8em;
}
.pBody {
   padding: 0.1em 0.1em;
   -moz-border-radius-topright: 0.8em;
}
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.8em;
  -moz-border-radius-topleft: 0.8em;

}
#content {
  -moz-border-radius-topleft: 0.8em;
  -moz-border-radius-bottomleft: 0.8em;
}

.portlet h5 
{
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.8em;
}
#p-cactions ul li, #p-cactions ul li a 
{  
  -moz-border-radius-topright: 0.8em;
  -moz-border-radius-topleft: 0.8em;
}



.newpage {color:green; font-weight:bold;}
.minoredit {color:gray;}
.minor {color:gray;}

table.diff {
  border: 2px solid #fc6;
}

/* The styles of the new toolbar */

#fiwiki-bottom-toolbar { 
  margin-top:      0em;
  border:          1px solid silver;
  padding:         0.5em;
}

.fiwiki-special-character {
  border-bottom:   1px solid gray;
  border-right:    1px solid gray;
  padding-left:    0.3em;
  padding-right:   0.3em;
  background:      silver;
  font-size:       medium;
  cursor:          pointer;
}

.fiwiki-feature {
  padding:         0.1em;
  background:      #ffd;
  border:          1px solid #aa8;
  font-size:       x-small;
  color:           gray;
  text-decoration: underline;
  cursor:          pointer;
}

#fiwiki-templatetable {
  padding:         0.5em;
  border:          1px solid #aa8;
}



.fiwiki-templatefeature {
  padding:         0.1em;
  background:      #ffd;
  border:          1px solid #aa8;
  font-size:       x-small;
  color:           gray;
  text-decoration: underline;
  cursor:          pointer;
}

#pt-login {
  font-weight: bold;
  font-size: 110%;
}

form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}

/****************************/
/* BEGIN LIGHT BLUE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content {
    background: #F8FCFF; /* a light blue */
}

#content div.thumb {
    border-color: #F8FCFF;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F8FCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li a {
    background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}

/**************************/
/* END LIGHT BLUE SECTION */
/**************************/
/*
</pre>
*/

/* Fi-wiki template table at Mediawiki:Uploadtext */
.tcell0 { font-size:x-small; color:green; font-weight:bold; }
.tcell1 { font-size:x-small; }
.tcell2 { font-size:x-small; }
.uploadtemplate { border:1px solid silver;}



/* edit this file to customize the monobook skin for the entire site */

#my-buttons {
  padding: 0.5em;
}
.buttonlinks a {
  color: black;
  background-color: #ccddee;
  background-image: url('http://upload.wikimedia.org/wikipedia/commons/c/c6/Blending_blue_button_background.png');
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0 0.1em 0.1em 0.1em;
}
.buttonlinks a:hover, .buttonlinks a:active {
  background-color: #bbccdd;
  border-style: inset;
}