/* <source lang="css"> */

/***************************************/
/*  Style de l’interface par défaut    */
/***************************************/

/***************************************/
/*  Titres de section                  */
/***************************************/

/* Affichage particulier des sections de langue (espace principal des articles)
  -> d’après [[Wiktionnaire:Projet conventions/Titres de Langues]] */
.ns-0 h2 {
   clear: both;
   border-bottom: solid 1px #000000;
   border-top: solid 1px #000000;
   border-left: solid 1px #aaaaaa;
   border-right: solid 1px #aaaaaa;
   background: #EEEEFF;
   padding: 0.5em 0.5em 0.5em 0.5em;
   margin-top:1em;
   margin-bottom:0.5em;
   font-weight:bold;
   font-size:125%;
     }

/* Soulignement léger pour les sous-parties */
h3
{ 
   clear: both;
   border-bottom: dotted 1px #aaa;
}

h4, h5, h6
{ 
   border-bottom: dotted 1px #ddd;
}

/***************************************/
/*  Définitions, exemples, citations   */
/***************************************/
/* Coloration blanche de base des définitions, exemples, etc. */
/* Définitions # (ou ## ?) */
.ns-0 ol li, .ns-0 ol li li { background-color: #FFFFFF; }

/* Exemples #* (ou ##* ou #** ?) */
.ns-0 ol li ul,
.ns-0 ol li li ul,
.ns-0 ol li ul ul { background-color: #FFFFFF; }

/* Liens discrets dans les exemples */
.ns-0 #bodyContent ol li ul a,
.ns-0 #bodyContent ol li li ul a,
.ns-0 #bodyContent ol li ul ul a { 
    color:#000090;
    background:none !important;
    padding:0;
}

/* Pas de couleur pour les liens des exemples sans article */
.ns-0 #bodyContent ol li ul a.new,
.ns-0 #bodyContent ol li li ul a.new,
.ns-0 #bodyContent ol li ul ul a.new { 
    color:#000000;
    background:none !important;
    padding:0;
}

/* Alignement des citations sur plusieurs lignes */
.ns-0 ol li dl dd ul li { margin-bottom:0 ; margin-top:0.2em; }
.ns-0 ol li dl dd ul { margin-left: 1.5em ; }
.ns-0 ol li dl dd dl dd { margin-left: 1.5em ; margin-bottom:0 ; }
.ns-0 ol li dl dd dl { margin-top:0 ; margin-bottom:0.2em; }

/* Écartement des définitions entre elles */
.ns-0 ol li, .ns-0 ol li ol li { margin-bottom: 0.8em ; }

/***************************************/
/*        Liens                        */
/***************************************/
/* sans soulignement de lien */
:link { text-decoration: none; }
:visited { text-decoration: none; }

/* Liens externes en rouge (seulement avec la classe rougelinks) */
#bodyContent .rougelinks a {
        background: none !important;
        color: #ba0000;
        padding: 0;
}

/***************************************/
/*  Style des sources des citations    */
/***************************************/
.source {
 font-size: 0.85em;
}

/********************************************************/
/* Illustrations en médaillon comme les images          */
/********************************************************/
.illustration-texte {
 background: #FFF2DD;
 border: 1px solid #AAA;
 padding: 0.5em;
 margin: 0.5em;
 font-size: 0.85em;
 text-align: left;
}

.illustration-couleur {
 width: 80px;
 height: 80px;
 border: 1px solid black ;
 margin-left:auto ;
 margin-right:auto ;
 margin-top: 5px;
}

/*****************************************/
/* Table jaune                           */
/*****************************************/
table.table-jaune {
 border: 1px solid #AAA ;
 text-align: center ;
 border-collapse: collapse ;
 background: #FFF ;
}

/* Titre */
table.table-jaune caption {
 background: #ffffaa;
 font-weight: bold;
 border: 1px solid #AAA ;
 padding: 0.2em ;
}

/* Titres de colonnes */
table.table-jaune th {
 padding: 0.2em ;
 background: #FFFFCC ;
 border: 1px solid #AAA ;
}

/* Cellule */
table.table-jaune td {
 padding: 0.3em ;
 background: #FFF ;
 border: 1px solid #AAA ;
}

/*****************************************/
/* Numérotation différenciée des listes  */
/*****************************************/
/* Niveau 1 : chiffres arabes */
.ns-0 ol { list-style-type: decimal ; }
.ns-0 ol ul { list-style-type: square ; }

/* Niveau 2 : lettres alphabétiques majuscules */
.ns-0 ol ol { list-style-type: lower-alpha ; }
.ns-0 ol ol ul { list-style-type: square ; }

/* Niveau 3 : chiffres romains minuscules */
.ns-0 ol ol ol { list-style-type: lower-roman ; }
.ns-0 ol ol ol ul { list-style-type: square ; }


/*****************************************/
/* Boites déroulantes des articles       */
/*****************************************/
.boite {
 border: 1px solid #aaa;
 overflow: auto;
}

.boite table {
 background: transparent;
 border-spacing: 0em;
 width: 100%;
 text-align:left;
 background:#F7F8FF;
}

.boite .NavFrame {
 clear: both;
 background:transparent;
 border: 0 ;
}

.boite .NavHead {
 text-align: left;
 padding-left: 0.5em;
}

/**********************************/
/*    Sections des articles       */
/**********************************/
/* Test : n'afficher le lien de modification des sections que pour les sections de langue (niveau 2) */
.ns-0 h3 span.editsection { display:none }
.ns-0 h4 span.editsection { display:none }
.ns-0 h5 span.editsection { display:none }
.ns-0 h6 span.editsection { display:none }

/**********************************/
/*  Style des tables de flexions  */
/**********************************/
table.flextable {
 clear: right;
 float: right;
 margin: 0.5em;
 margin-right: 0;
 background: #FFFFFF;
 text-align: center;
 border-collapse: collapse;
}

/* Titres de colonnes */
table.flextable th {
 padding: 0.2em ;
 background: #EEEEFF ;
 border: 1px solid #AAAACC;
}

/* Cacher la case en haut à gauche */
table.flextable th.notopleft {
 background: none ;
 border: 0;
}

/* Cacher une case quelconque */
table.flextable .invisible {
 background: none ;
 border: 0;
}

/* Titres à gauche du tableau */
table.flextable .titre {
 padding: 0.3em ;
 background: #EEEEFF ;
 border: 1px solid #AAAACC;
 font-weight: bold;
}

/* Sous-titres du tableau */
table.flextable .sous-titre {
 padding: 0.3em ;
 background: #FAFAFF ;
 border: 1px solid #AAAACC;
 font-weight: bold;
}

/* Cellule normale du tableau */
table.flextable td {
 padding: 0.3em ;
 background: #FFFFFF;
 border: 1px solid #AAAACC;
}

/* Adjacence de contenus dans les flextables */
table.flextable .colle-gauche {
 border-left:0;
 text-align:left;
 padding-left:0;
}

table.flextable .colle-droite {
 border-right:0;
 text-align:right;
 padding-right:0;
}

/*********/
/*  API  */
/*********/
.API {
 font-family: DejaVu Sans,Segoe UI,Segoe UI Symbol,Lucida Grande,Arial Unicode MS,Lucida Sans Unicode,Charis SIL,Doulos SIL,Gentium,GentiumAlt,Adobe Pi Std,Code2000,Chrysanthi Unicode,TITUS Cyberbit Basic,Bitstream Cyberbit,Hiragino Kaku Gothic Pro,Matrix Unicode,sans-serif ;
}

/****************************/
/*  Sous les modifications  */
/****************************/

/* Style de la boîte à outils */
.mw-editTools {
 border: 1px solid #aaa ;
}

/* Style de la boîte à outils déroulante */
#specialcharsets {
 background-color:#FFE;
 border: 1px solid #aaa ;
}

/* Colonnes pour la liste des modèles */
.templatesUsed {
 font-size:smaller ;
}

.templatesUsed ul {
 -moz-column-count:3;
}

.hiddencats {
 font-size:smaller ;
}

.hiddencats ul {
 -moz-column-count:2;
}

/*************************/
/*   Style des articles  */
/*************************/
/* Suppression des numéros dans le sommaire */
.ns-0 .toclevel-2 span.tocnumber,
.ns-0 .toclevel-3 span.tocnumber,
.ns-0 .toclevel-4 span.tocnumber,
.ns-0 .toclevel-5 span.tocnumber { display:none; }

/******************************************************/
/* Icônes des AdQ interwiki                           */
/******************************************************/
li.AdQ { list-style-image:url("http://upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }

/*****************************************/
/* Liens des projets Wikimedia           */
/*****************************************/
#liens_wikimedia td {
 background:#EEE;
 border:1px solid #AAA;
 background: #EEF;
 padding:0.3em;
}


/*****************************************/
/* ne pas afficher les groupes vides     */
/* des statistiques                      */
/*****************************************/
tr.statistics-group-zero {
 display: none;
}

/*****************************************/
/* Styles de bandeaux                    */
/*****************************************/
table#article_de_qualite {
  clear:both;
  width: 80% ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 1em;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  background: #FFFFEE;
}

table#article_de_qualite td {
  padding:0.5em;
}


/***************************************************************************/
/*  Style des systèmes d'écriture                                          */
/* D'après http://fr.wikipedia.org/wiki/Utilisateur:Verdy_p/polices.css    */
/* par [[Utilisateur:Verdy_p]]                                             */
/* - Écriture tifinagh : ajouter DejaVu Sans et Ebrima (2009-12-26)        */
/***************************************************************************/
/* écriture latine étendue : langue vietnamienne */
.script-Latn,
.lang-vi {
 font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture grecque : langues grecque moderne, grecque polytonique */
.script-Grek,
.lang-el, .lang-grc {
 font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', 'Everson Mono Unicode', sans-serif;
}

/* Écriture copte : langue copte */
.script-Copt,
.lang-cop {
 font-family: 'Ifao N Copte', 'MPH 2B Damase', 'Segoe UI', 'Code2000', 'FreeSans', 'Everson Mono Unicode', sans-serif;
}

/* Écriture cyrillique : langues bulgare, macédonienne, mongole, russe, serbe, ukrainienne */
.script-Cyrl,
.lang-bg, .lang-mk, .lang-mn, .lang-ru, .lang-sr, .lang-uk {
 font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture arménienne */
.script-Armn,
.lang-hy {
 font-family: 'Segoe UI', 'Sylfaen', 'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écritures géorgiennes */
.script-Geor, .script-Geok,
.lang-ka {
 font-family: 'Sylfaen', 'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture hébreue */
.script-Hebr,
.lang-he, .lang-arc-Hebr {
 font-family: 'Tahoma', 'Levenim MT', 'David', 'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture arabe */
.script-Arab,
.lang-ar, .lang-fa, .lang-ps, .lang-ur, .lang-arc-Arab {
 font-family: Tahoma, Arial Unicode MS, Code2000, Traditional Arabic, sans-serif;
 font-size: 125%;
}

/* Écriture syriaque */
.script-Syrc,
.lang-arc, .lang-arc-Syrc {
 font-family: 'Estrangelo Edessa',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture thâna : langue dhivéhie */
.script-Thaa,
.lang-dv {
 font-family: 'Mv Boli',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tifinagh : langues berbères */
.script-Tfng,
.lang-ber, .lang-tmh {
 font-family: 'Ebrima', 'DejaVu Sans', 'Hapax Berbère', 'MPH 2B Damase', sans-serif;
}

/* Écriture thaïe */
.script-Thai,
.lang-th {
line-height: 1.4;
 font-family: 'Leelawadee',
              'Tahoma', 'BPG Classic Medium', 'Cordia New', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture dévanagarie : langues hindie, népalaise */
.script-Deva,
.lang-hi, .lang-ne {
 font-family: 'Mangal', 'Chandas',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture bengalie : langues assamaise, bengalie*/
.script-Beng,
.lang-as, .lang-bn {
 font-family: 'Rupali', 'SolaimanLipi',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture gourmoukhie : panjabi */
.script-Gurm,
.lang-ks, .lang-gu {
 font-family: 'Raavi',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture goudjaratie */
.script-Gujr,
.lang-gj {
 font-family: 'Shruti',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tamoule */
.script-Taml,
.lang-ta {
 font-family: 'Latha',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture télougoue */
.script-Telu,
.lang-te {
 font-family: 'Gautami',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture kannara */
.script-Knda,
.lang-kn {
 font-family: 'Tunga',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture malayalam */
.script-Mylm,
.lang-ml {
 font-family: 'Kartika',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture oryia */
.script-Orya,
.lang-or {
 font-family: 'Kalinga',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture singhalaise */
.script-Sinh,
.lang-si {
 font-family: 'Iskoola Pota',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture khmère */
.script-Khmr,
.lang-km {
 font-family: 'MoolBoran', 'DaunPenh', 'CDT Khmer',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture laotienne */
.script-Laoo,
.lang-lo {
 font-family: 'DokChampa', 'Saysettha OT',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture limboue */
.script-Limb,
.lang-lif {
 font-family: 'MPH 2B Damase', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tibétaine */
.script-Tibt,
.lang-bd, .lang-dz {
 font-family: 'Microsoft Himalaya', 'Tibetan Machine Uni',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture éthiopienne : amharique, tigrigna */
.script-Ethi,
.lang-am, .lang-tgn {
 font-family: 'Nyala', 'Ethiopia Jiret',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tchérokie */
.script-Cher,
.lang-chr {
 font-family: 'Plantagenet Cherokee',
              'AfSans', 'AfPaiNutaaq', 'Pigiarniq',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture syllabaire aborigène canadienne unifiée (SACU) */
.script-Cans,
.lang.iu {
 font-family: 'Euphemia', 'Aboriginal Sans',
              'AfSans', 'AfPaiNutaaq', 'Pigiarniq',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écritures coréennes (hangûle + hanja) */
.script-Kore, .script-Hang,
.lang-ko {
 font-family: 'Malgun Gothic', 'Gulim', 'SimSun',
              'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Meiryo', 'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Microsoft YaHei',
              'SimHei',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écritures japonaises */
.script-Jpan, .script-Hira, .script-Kana, .script-Hrkt,
.lang-ja {
 font-family: 'Meiryo', 'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Microsoft YaHei',
              'SimHei',
              'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Malgun Gothic', 'Gulim', 'SimSun',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture idéographique han traditionnelle */
.script-Hant,
.lang-zh-Hant {
 font-family: 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Microsoft YaHei',
              'SimHei',
              'Meiryo',
              'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Malgun Gothic', 'Gulim', 'SimSun',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture idéographique han simplifiée */
.script-Hans, .script-Hani,
.lang-zh, .lang-zh-Hans {
 font-family: 'Microsoft YaHei',
              'SimHei',
              'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Meiryo',
              'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Malgun Gothic', 'Gulim', 'SimSun',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/***************************************************************************/

/***************************/
/*  Palette de navigation  */
/***************************/
/* Importation de la palette de navigation de de: */

div.BoxenVerschmelzen, div.NavFrame {
     margin:0px;
     padding:2px;
     border:1px solid #AAAAAA;
     text-align:center;
     border-collapse:collapse;
     overflow: auto;
     font-size:95%;
}

div.BoxenVerschmelzen div.NavFrame {
     border-style:none;
     border-style:hidden;
}

div.NavFrame + div.NavFrame {
     border-top-style:none;
     border-top-style:hidden;
}

div.NavPic {
     background-color:#FFFFFF;
     margin:0px;
     padding:2px;
     float:left;
}

div.NavFrame div.NavHead {
     height:1.6em;
     font-weight:bold;
     font-size:100%;
     background-color:#EFEFEF;
}

div.NavFrame p {
     font-size:100%;
}

div.NavFrame div.NavContent {
     font-size:100%;
}

div.NavFrame div.NavContent p {
     font-size:100%;
}

div.NavEnd {
     margin:0px;
     padding:0px;
     line-height:1px;
     clear:both;
}

/* Style boîte d’ouverture de session */
form#userlogin {
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

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

/***************************/
/*    Boîte déroulante     */
/***************************/
/* Standard Navigationsleisten : boîte déroulante */

div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.NavToggle {

   font-size: x-small;
   float:right;

}

/*************************************/
/* Boîtes de l’accueil communautaire */
/*************************************/
/* Style des boîtes de l’accueil */
.boite-accueil-haut
{
  background-color: #C8D8FF; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
  font-weight: bold; 
  border: 1px solid #AAAAAA; 
  padding-bottom: 2px; 
  padding-left: 2px; 
  padding-top: 2px;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}

/*************************************/
/*   Tableau gris : wikitable        */
/*************************************/
table.wikitable {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}

/*****************************************/
/*  Prononciations audio sur une ligne   */
/*****************************************/
#ogg_player_1, #ogg_player_1 div,
#ogg_player_2, #ogg_player_2 div,
#ogg_player_3, #ogg_player_3 div,
#ogg_player_4, #ogg_player_4 div
#ogg_player_5, #ogg_player_5 div,
#ogg_player_6, #ogg_player_6 div,
#ogg_player_7, #ogg_player_7 div,
#ogg_player_8, #ogg_player_8 div
#ogg_player_9, #ogg_player_9 div,
#ogg_player_10, #ogg_player_10 div {
	width : 30px !important ;
	display : inline ;
}


/* DÉBUT DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"
    Fonctionnement du [[Modèle:Cadre à onglets]]
    Modèle implanté par User:Peleguer de http://ca.wikipedia.org
    Actualisé par User:Joanjoc de http://ca.wikipedia.org
    Traduction et adaptation User:Antaya de http://fr.wikipedia.org 
    Couleurs pour le [[Modèle:Cadre à onglets]] 
 
Configuration des couleurs par défaut 
Couleurs utilisées; 1; 8080ff 2; 9f9fff 3; c4c4ff 4; ddddff 5; eaeaff */
 
.mbBouton {
  background-color: #ddddff; 
  border: 0.15em solid #000000;
  border-color: #eaeaff #c4c4ff #9f9fff #eaeaff;
  -moz-border-radius: .5em .5em 0em 0em; /* NE VALIDE PAS AU w3c VALIDATOR */
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;}
 
.mbBouton a,
.mbBouton strong {
  background: none !important;
  color:#8080ff !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mbBouton a:hover,
.mbBouton strong:hover {
  color: black !important;
  text-decoration: underline !important;}
 
.mbBoutonSel {
  background-color: #9f9fff; /* 2 */
  border: 0.15em solid #000000;
  border-color: #c4c4ff #8080ff #9f9fff #c4c4ff;  /* 3 1 2 3 */
  -moz-border-radius: .5em .5em 0em 0em;
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;}
 
.mbBoutonSel a {
  background: none !important;
  color:white !important;
  cursor: default;
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mbContenu {
  background-color: #f8f8ff;
  border: 0.2em solid #9f9fff; /* 2 */
  border-color: #9f9fff #8080ff #8080ff #9f9fff ; /* 2 1 1 2 */
  -moz-border-radius: 0em .5em .5em 0em;
  padding: 1em;
  position: static;  }
 
.mbOnglet {
  background-color: #f8f8ff;
  border-color: #8080ff #c4c4ff #c4c4ff #8080ff; /* 1 3 3 1 */  width: 100%;
}
 
/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */
 
.mbLilas .mbBouton {
 background-color: #d0b0ff; /* 4 */
 border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 2 5 */}
 
.mbLilas .mbBouton a,
.mbLilas .mbBouton strong {
  color:#8080ff !important;  /* 1 */
  font-size:90%}
 
.mbLilas .mbBouton a:hover,
.mbLilas .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbLilas .mbBoutonSel {
  background-color: #9070c0; /* 2 */
  border-color: #b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */}
 
.mbLilas .mbContenu {
  background-color: #f5fffa;
  border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */}
 
.mbLilas .mbOnglet {
  background-color: #f5fffa;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */}
 
 
/* Configuration du Vert 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 
.mbVert .mbBouton {
 background-color: #a5e085; /* 4 */
 border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}
 
.mbVert .mbBouton a,
.mbVert .mbBouton strong {
  color:#60b030 !important;  /* 1 */
  font-size:90%}
 
.mbVert .mbBouton a:hover,
.mbVert .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbVert .mbBoutonSel {
  background-color: #75c045; /* 2 */
  border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}
 
.mbVert .mbContenu {
  background-color: #f5fffa;
  border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
 
.mbVert .mbOnglet {
  background-color: #f5fffa;
  border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
 
 
/* Configuration du Bleu 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 
.mbBleu .mbBouton {
 background-color: #a7c1e6; /* 4 */
 border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}
 
.mbBleu .mbBouton a,
.mbBleu .mbBouton strong {
  color:#3379de !important;  /* 1 */
  font-size:90%}
 
.mbBleu .mbBouton a:hover 
.mbBleu .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbBleu .mbBoutonSel {
  background-color: #5b8dd6; /* 2 */
  border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}
 
.mbBleu .mbContenu {
  background-color: #f0f8ff;
  border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
 
.mbBleu .mbOnglet {
  background-color: #f0f8ff;
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
 
 
/* Configuration du Orange 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 
.mbOrange .mbBouton {
 background-color: #ffbd7f; /* 4 */
 border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}
 
.mbOrange .mbBouton a,
.mbOrange .mbBouton strong {
  color:#ff820e !important;  /* 1 */
  font-size:90%}
 
.mbOrange .mbBouton a:hover 
.mbOrange .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbOrange .mbBoutonSel {
  background-color: #ff9d42; /* 2 */
  border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}
 
.mbOrange .mbContenu {
  background-color: #ffeedd; /* 6 */
  border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
 
.mbOrange .mbOnglet {
  background-color: #ffeedd; /* 6 */
  border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
 
/* Configuration du Gris 1;666666 2;868686 3;9f9f9f 4;b9b9b9 5;cfcfcf */
 
.mbGris .mbBouton {
 background-color: #b9b9b9; /* 4 */
 border-color: #cfcfcf #9f9f9f #868686 #cfcfcf;  /* 5 3 2 5 */}
 
.mbGris .mbBouton a,
.mbGris .mbBouton strong {
  color:#666666 !important;  /* 1 */
  font-size:90%}
 
.mbGris .mbBouton a:hover 
.mbGris .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbGris .mbBoutonSel {
  background-color: #868686; /* 2 */
  border-color: #9f9f9f #666666 #868686 #9f9f9f;  /* 3 1 2 3 */}
 
.mbGris .mbContenu {
  background-color: #fffce8;
  border-color: #868686 #666666 #666666 #868686; /* 2 1 1 2 */}
 
.mbGris .mbOnglet {
  background-color: #fffce8;
  border-color: #666666 #9f9f9f #9f9f9f #666666; /* 1 3 3 1 */}
 
 
/* Configuration du Jaune 1;aa8800 2;eabb00 3;ffd52b 4;ffe16a 5;ffeeaa */
 
.mbJaune .mbBouton {
 background-color: #ffe16a; /* 4 */
 border-color: #ffeeaa #ffd52b #eabb00 #ffeeaa;  /* 5 3 2 5 */}
 
.mbJaune .mbBouton a,
.mbJaune .mbBouton strong {
  color:#aa8800!important;  /* 1 */
  font-size:90%}
 
.mbJaune .mbBouton a:hover 
.mbJaune .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbJaune .mbBoutonSel {
  background-color: #eabb00; /* 2 */
  border-color: #ffd52b #aa8800 #eabb00 #ffd52b;  /* 3 1 2 3 */}
 
.mbJaune .mbContenu {
  background-color: #fffce8;
  border-color: #eabb00 #aa8800 #aa8800 #eabb00; /* 2 1 1 2 */}
 
.mbJaune .mbOnglet {
  background-color: #fffce8;
  border-color: #aa8800 #ffd52b #ffd52b #aa8800; /* 1 3 3 1 */}
 
 
/* Configuration du Rouge 1;993300 2;ca4200 3;ff6215 4;ff9b6a 5;ffc6aa */
 
.mbRouge .mbBouton {
 background-color: #ff9b6a; /* 4 */
 border-color: #ffc6aa #ff6215 #ca4200 #ffc6aa;  /* 5 3 2 5 */}
 
.mbRouge .mbBouton a,
.mbRouge .mbBouton strong {
  color:#993300!important;  /* 1 */
  font-size:90%}
 
.mbRouge .mbBouton a:hover 
.mbRouge .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbRouge .mbBoutonSel {
  background-color: #ca4200; /* 2 */
  border-color: #ff6215 #993300 #ca4200 #ff6215;  /* 3 1 2 3 */}
 
.mbRouge .mbContenu {
  background-color: #fffce8;
  border-color: #ca4200 #993300 #993300 #ca4200; /* 2 1 1 2 */}
 
.mbRouge .mbOnglet {
  background-color: #fffce8;
  border-color: #993300 #ff6215 #ff6215 #993300; /* 1 3 3 1 */} 
/* ^^^ plus de 50 classes */
 
/*FIN DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"*/


// Importé de [[es:MediaWiki:Common.css]] pour tester [[MediaWiki:Onlyifsystem.js]]
/*InterProject */
.interProject {
    display:none;
    clear: both;
    border-top: 2px dotted #aaa;
    margin-top: 2em;

/* </source> */