h3{
text-align : center;
color:#008000;
font-size: 20px; 
font-weight: normal
}
.color1, .color1 a {
   background-color: #FFCC00;
   color:            Black;
}

.color2 {
   background-color: #FFFFFF;
color:            Black;

}
#wikia_logo {
   background-image: url(http://images2.wikia.nocookie.net/cherisy/fr/images/b/bf/Indy_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/cherisy/fr/images/b/bf/Indy_wikia_logo.png', sizingMethod='crop');
}


.headerMenu, .headerMenu a {
   background-color: #FFFF99;
   color:            Black;
   -moz-opacity:     .95;
   opacity:          .95;
}
<!-- Fond du logo Cherisy-->
#background_strip {
   background-color: #FFFF99;
}

<!-- Custom des écrans intégrés -->
<!-- Entête -->
.widget dt {
   background-color: #FFCC00;
}
<!-- Fond écran -->
.widget {
   background-color: #FFFF99;
}
<!--Fond des liens vers les pages spéciales -->
#link_box {
   background-color: #FFCC00;
}
.CadrePortail{
text-align : center;
 padding: 4px; 
 border: 4px solid #009900;
background:#FFCC00;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
.Sous-CadrePortail{
vertical-align : center;
text-align : center;
border: 3px solid #009900;
background:#FFFF99;
color:#008000;
font-weight:normal;
font-size:180%;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
.CellulePortail{
text-align : left;
background-color:#FFFF99;
border-top: 1px solid #009900;
border-bottom: 1px solid #009900;
border-left: 1px solid #009900;
border-right: 1px solid #009900;
}
.OngletCellulePortail{
text-align : center;
background-color:#FFFF99;
border: 1px solid #009900;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
font-size: 100%; 
font-weight: normal
}
.CadreMessage{
text-align : center;
 padding: 4px; 
 border: 4px solid #009900;
background:#FFFF99;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}

.CadreInfo{
text-align : center;
 border: 0px;
background:#FFFF99;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
/* WIKITABLE */
 
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
 
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}
 
table.wikitable th, table.wikitable td {
 border:1px #AAA solid;
 padding:.3em;
}
 
table.wikitable th, .wikitable_header {
 background:#F2F2F2;
 text-align:center;
}
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */
 
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche {
 float:left;
 margin:0 1em 1em 0;
}
 
table.droite {
 float:right;
 margin:0 0 1em 1em;
}
 
table.centre {
 margin:1em auto;
}
 
/* SPORTTABLE */
 
/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
   Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
table.sporttable { /* monobookocentré debut */
 margin:1em 1em 1em 0;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}
 
table.sporttable th, table.sporttable td {
 border:1px #AAA solid;
 padding:.2em;
}
 
table.sporttable th {
 font-weight:bold;
} /* monobookocentré fin */
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
}
/* edit this file to customize the monobook skin for the entire site */
 
/*
== Styles ==
 
 <pre> */
 
/* --- GÉNÉRAL --- */
 
#content {
  text-align: justify;
}
 
body.ns-104 {
  text-align: justify; 
}
body.ns-104 p{
  text-indent: 2em
}
 
/* suppression des numéros dans le sommaire */
span.tocnumber { display:none;}
 
 
/* classe verse : utiliser avec <poem> pour les textes en vers */
 
.verse {
  text-align: left;
  margin:0px auto;
  padding-left: 2em;
}
.verse p { text-indent: 0em
}
.verse pre {
  background-color: #ffffff;
  font-family: sans-serif;
  line-height: 150%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
}
 
/* classe prose : utiliser text */
 
.prose {
  width: 33em;
  text-align: justify;
  margin:0px auto;
}
.prose p {
  text-indent: 2em
}
 
 
/* --- CLASSES ACTIVES --- */
 
/* classe text : colonne centrée de texte avec indentation */
 
.text {
  width: 33em;
  text-align: justify;
  margin:0px auto;
}
.text p {
  text-indent: 2em;
}
.text pre {
  background-color: #ffffff;
  font-family: sans-serif;
  line-height: 150%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
}
 
/* classe centertext : colonne centrée de texte sans indentation */
 
.centertext {
  width: 33em;
  text-align: justify;
  margin:0px auto;
}
.centertext p {
  text-indent: 0em;
}
 
/* classe lefttext : colonne de texte à gauche avec indentation */
 
.lefttext {
  width: 33em;
  text-align: justify;
  margin-left: 5em;
}
.lefttext p {
  text-indent: 2em
}
 
/* classe titre */
 
.titre {
  padding: 2em;
  background: #F0F0E0;
  border: 1px solid #808080;
}
 
/* --- NAMESPACE PAGE --- */
 
.pagetext {
  width: 33em;
  text-align: justify;
}
.pagetext p {
  text-indent: 2em
}
.pagetext blockquote {
  margin: 0.5em 0em;
}
 
 
/* --- MISE EN FORME --- */
 
/* Texte en petites majuscules */
.romain {
  text-transform:lowercase;
  font-variant:small-caps;
}
 
/* Texte avec une majuscule à la première lettre ce chaque mot */
.personnage
{
  text-transform:lowercase;
  text-transform:capitalize;
  font-weight:bold;
  color:#228022;
  font-variant:small-caps;
}
 
.lignecapitale:first-line
{
font-variant:small-caps;
font-size:120%;
text-align: justify;
}
 
/* Classe vocabulaire : Modèle V (liens vers Wiktionnaire) */
.vocabulaire { color : #000000; } /* noir, comme le texte général, par défaut */
.vocabulaire a:link {color:black;} /* pour IE */
 
/* Classe encyclopedie : Modèle W (liens vers Wikipédia) */
.encyclopedie { color : #000000; } /* noir, comme le texte général, par défaut */
.encyclopedie a:link {color:black;} /* pour IE */
 
 
/*</pre>
 
== Espaces wikisources ==
 
<pre>*/
/*
 '0': 'Article', '1' : 'Discuter'
 '2': 'Utilisateur', '3' : 'Discussion utilisateur'
 '4': 'Wikisource', '4' : 'Discussion Wikisource'
 '6': 'Image', '5' : 'Discuter Image'
 '8': 'MediaWiki', '9' : 'Discussion MediaWiki'
 '10': 'Modèle', '10' : 'Discuter Modèle'
 '12': 'aide', '13' : 'Discuter Aide'
 '14': 'categorie' '15' : 'Discuter Catégorie'
 '100': 'Transwiki' '101' : 'Transwiki Catégorie'
*/
 
 
/* Couleur par défaut */
#content { background : white; }  /* blanc */
#p-cactions li { background : white; }
#p-cactions li a { background : white; }
 
/* Couleur de fond des articles */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages de discussion des articles */
.ns-1 * #content { background : white; }
.ns-1 * #p-cactions li { background : white; }
.ns-1 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages Utilisateur */
.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages de discussion Utilisateur */
.ns-3 * #content { background : white; }
.ns-3 * #p-cactions li { background : white; }
.ns-3 * #p-cactions li a { background : white; }
 
/* Couleur de fond pages Wikisource  */
.ns-4 * #content { background : white; }
.ns-4 * #p-cactions li { background : white; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }
 
/* Couleur de fond des pages de discussion Wikisource */
.ns-5 * #content { background : white; }
.ns-5 * #p-cactions li { background : white; }
.ns-5 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages Image */
.ns-6 * #content { background : white; }
.ns-6 * #p-cactions li { background : white; }
.ns-6 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages de discussion Image */
.ns-7 * #content { background : white; }
.ns-7 * #p-cactions li { background : white; }
.ns-7 * #p-cactions li a { background : white; }
 
/* Couleur de fond pages MediaWiki  */
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }
 
/* Couleur de fond des pages de discussion MediaWiki */
.ns-9 * #content { background : white; }
.ns-9 * #p-cactions li { background : white; }
.ns-9 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages Modèle */
.ns-10 * #content { background : white }
.ns-10 * #p-cactions li { background : white }
.ns-10 * #p-cactions li a { background : white }
 
/* Couleur de fond des pages de discussion Modèle */
.ns-11 * #content { background : white; }
.ns-11 * #p-cactions li { background : white; }
.ns-11 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages Aide */
.ns-12 * #content { background : white; }
.ns-12 * #p-cactions li { background : white; }
.ns-12 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages de discussion Aide */
.ns-13 * #content { background : white; }
.ns-13 * #p-cactions li { background : white; }
.ns-13 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages Catégorie */
.ns-14 * #content { background : white; }
.ns-14 * #p-cactions li { background : white; }
.ns-14 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages de discussion Catégorie */
.ns-15 * #content { background : white; }
.ns-15 * #p-cactions li { background : white; }
.ns-15 * #p-cactions li a { background : white; }
 
/* Couleur de fond des pages Transwiki */
.ns-100 * #content { background : #EEFFEE; }
.ns-100 * #p-cactions li { background : #EEFFEE; }
.ns-100 * #p-cactions li a { background : #EEFFEE; }
 
/* Couleur de fond des pages Discussion Transwiki */
.ns-101 * #content { background : #F5FFEE; }
.ns-101 * #p-cactions li { background : #F5FFEE; }
.ns-101 * #p-cactions li a { background : #F5FFEE; }
 
 
/*Niveaux de qualité des pages affichées dans un index*/ 
.quality4 {
        background:#90ff90;
}
 
.quality3 {
        background:#ffe867;
}
 
.quality2 {
        background:#b0b0ff;
}
 
.quality1 {
        background:#ffa0a0;
}
 
 
/*</pre>*/