MediaWiki:Common.css : Différence entre versions

De X-Wing 2.0 - Le wiki des figurines
Aller à : navigation, rechercher
(Page créée avec « Reset italic styling set by user agent : cite, dfn { font-style: inherit; } Straight quote marks for <q> : q { quotes: '"' '"' "'" "'"; } /* Avoid collis... »)
 
 
(23 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Reset italic styling set by user agent */
+
/**
cite, dfn {
+
* Cette page contrôle l'apparence pour tous les skins. Les
    font-style: inherit;
+
* modifications devant s'appliquer à l'apparence Monobook
 +
* seulement doivent aller dans [[MediaWiki:Monobook.css]].
 +
*/
 +
 
 +
/* <nowiki> */
 +
 
 +
/* Aspect des tags de filtrage dans les modifications récentes. */
 +
.mw-tag-markers {
 +
font-style: italic;
 +
font-size: 90%;
 
}
 
}
  
/* Straight quote marks for <q> */
+
/* Masquage du sous-titre des RC */
q {
+
.mw-special-Recentchanges .mw-specialpage-summary {
    quotes: '"' '"' "'" "'";
+
display: none;
 
}
 
}
  
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
+
/* Redirections sur [[Special:AllPages]], [[Special:PrefixIndex]] et [[Special:EditWatchlist]]. */
blockquote {
+
.allpagesredirect > a,
    overflow: hidden;
+
.watchlistredir > a {
    margin: 1em 0;
+
color: #0b0;
    padding: 0 40px;
 
 
}
 
}
  
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
+
/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
strong.selflink {
+
.history-size,
    font-weight: 700;
+
.mw-whatlinkshere-tools {
 +
font-size: 80%;
 
}
 
}
  
/* Consistent size for <small>, <sub> and <sup> */
+
/* Affichage des coordonnées géo à côté du titre, pour tous les skins. */
small {
+
#coordinates {
    font-size: 85%;
+
margin-right: 1em;
 +
}
 +
#coordinates_osm {
 +
font-size: 110%;
 +
box-shadow: 0 0 5px #c0c0f0;
 +
border-radius: 5px;
 +
margin-left: 7px;
 +
padding: 3px;
 +
background-color: #e0e0e0;
 
}
 
}
.mw-body-content sub,
+
#coordinates_osm:hover {
.mw-body-content sup,
+
box-shadow: 0 0 5px #a0a0c0;
span.reference /* for Parsoid */ {
+
background-color: #b0b0b0;
    font-size: 80%;
 
 
}
 
}
  
/* Same spacing for indented and unidented paragraphs on talk pages */
+
/* Décoration des titres de sous-chapitre. */
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;}
+
#mw-content-text h3 {
 +
border-bottom: dotted 1px #aaa;
 +
}
 +
#mw-content-text h4,
 +
#mw-content-text h5,
 +
#mw-content-text h6 {
 +
border-bottom: dotted 1px #ddd;
 +
}
  
/* Main page fixes */
+
/* rewritePageH1bis() du Common.js, pour [[Modèle:Aide contextuelle]] et plusieurs inlinages du modèle dans des messages système
#interwiki-completelist {
+
  n'affiche pas le lien avant son déplacement via JavaScript, pour ne pas avoir de FOUC */
    font-weight: bold;
+
#helpPage {
 +
display: none;
 
}
 
}
  
/* Reduce page jumps by hiding collapsed/dismissed content */
+
/* Sous-titre ([[Modèle:Sous-titre]]) */
.client-js .mw-special-Watchlist #watchlist-message,
+
h1 #sous_titre_h1 {
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
+
display: block;
    display: none;
+
font-size: 0.7em;
 +
line-height: 1.3em;
 +
margin: 0.2em 0 0.1em 0.5em;
 +
}
 +
/* Masque le texte avant que JavaScript le déplace au bon endroit */
 +
.client-js #mw-content-text #sous_titre_h1 {
 +
display: none;
 
}
 
}
  
/* Tone down 'Changed since last visit' colors */
+
/* Met en italique, et met en romain les italiques imbriqués */
span.updatedmarker {
+
.italique {
    background-color: transparent;
+
font-style: italic;
    color: #006400;
+
}
 +
.italique i {
 +
font-style: normal;
 
}
 
}
  
/* Edit window toolbar */
+
/* Balises source, pre, code */
#toolbar {
+
pre {
    height: 22px;
+
overflow-x: auto;
    margin-bottom: 6px;
+
}
 +
/* Exception pour l'espace de nom MediaWiki (NS 8) pour les fichiers *.js et *.css */
 +
.ns-8 pre {
 +
overflow-x: visible;
 
}
 
}
  
/* Hide charinsert base for those not using the gadget */
+
/* Balise abbr discrète */
#editpage-specialchars {
+
abbr.abbr {
    display: none;
+
text-decoration: none; /* Firefox, Chrome */
 +
border-bottom: 0;  /* IE */
 
}
 
}
  
/* Highlight linked elements (such as clicked references) in blue */
+
/* Balise dfn (instance d'un terme défini) */
body.action-info .mw-body-content :target,
+
dfn {
.citation:target {
+
font-style: normal;
    background-color: #DEF; /* Fallback */
+
font-weight: bold;
    background-color: rgba(0, 127, 255, 0.133);
 
 
}
 
}
 
+
i > dfn {
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
+
font-style: italic;
.citation {
 
    word-wrap: break-word;
 
 
}
 
}
  
/* For linked citation numbers and document IDs, where the number need not be shown
+
/* [[Modèle:Nobr]] */
  on a screen or a handheld, but should be included in the printed version */
+
.nowrap {
@media screen, handheld {
+
white-space: nowrap;
    .citation .printonly {
 
        display: none;
 
    }
 
 
}
 
}
  
/* Make the list of references smaller */
+
/* Pages [[Spécial:Modifications récentes]], [[Spécial:Suivi des liens]], voir [[MediaWiki:Recentchangestext]] */
ol.references,
+
.rcoptions {
div.reflist,
+
clear: both;
div.refbegin {
+
margin: 0 0 2px 0;
    font-size: 90%;           /* Default font-size */
+
padding: 0 0.5em;
    margin-bottom: 0.5em;
+
border: 1px solid #ddddf7;
 +
border-left: 10px solid #ddddf7;
 +
background-color: #fff;
 
}
 
}
div.refbegin-100 {
+
.rcoptions hr {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
+
clear: both;
 
}
 
}
div.reflist ol.references {
+
fieldset.rcoptions {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
+
padding-bottom: 0.5em;
    margin-bottom: 0;          /* Avoid double margin when nested in div.reflist */
 
    list-style-type: inherit; /* Enable custom list style types */
 
 
}
 
}
  
/* Ensure refs in table headers and the like aren't bold or italic */
+
/* Apparence de [[MediaWiki:Noarticletext]] */
sup.reference {
+
.noarticletext {
    font-weight: normal;
+
background: #f9f9f9;
    font-style: normal;
+
margin-top: 1em;
 +
padding: 5px;
 +
border: 1px solid #aaa;
 +
border-right: 2px solid #aaa;
 +
border-bottom: 2px solid #aaa;
 
}
 
}
  
/* Allow hidden ref errors to be shown by user CSS */
+
/* Workaround à cause de [[MediaWiki:Searchmenu-new]]
span.brokenref {
+
  qui ferme prématurémént son conteneur "p.mw-search-createlink" */
    display: none;
+
.mw-searchresults-has-iw .mw-search-createlink {
 +
float: none;
 
}
 
}
  
/* Hanging indentation for Template:Refbegin */
+
/* Formulaire des pages d'historique */
.refbegin-hanging-indents > ul {
+
#mw-history-search {
list-style-type: none;
+
border-color: #aaa;
margin-left: 0;
 
}
 
.refbegin-hanging-indents > ul > li,
 
.refbegin-hanging-indents > dl > dd {
 
margin-left: 0;
 
padding-left: 3.2em;
 
text-indent: -3.2em;
 
list-style: none;
 
 
}
 
}
  
/* Reset top margin for lists embedded in columns */
+
/* Largeur minimale du cadre des miniatures d'images */
div.columns {
+
.thumbinner {
    margin-top: 0.3em;
+
min-width: 100px;
}
 
div.columns dl,
 
div.columns ol,
 
div.columns ul {
 
    margin-top: 0;
 
 
}
 
}
  
/* Avoid elements from breaking between columns */
+
/* Place un damier de vérification en arrière-plan dans la page de description
.nocolbreak,
+
  de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
div.columns li,
+
#file img {
div.columns dd dd {
+
background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png");
    -webkit-column-break-inside: avoid;
 
    page-break-inside: avoid;
 
    break-inside: avoid-column;
 
 
}
 
}
  
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
+
/* Barre d'outils */
.flowlist ul {
+
.mw-toolbar-editbutton img {
    overflow-x: hidden;
+
border-top: 1px solid #eee !important;
    margin-left: 0;
+
border-bottom: 1px solid #eee !important;
    padding-left: 1.6em;
 
 
}
 
}
.flowlist ol {
+
.mw-toolbar-editbutton:hover img {
    overflow-x: hidden;
+
border-top: 1px solid black !important;
    margin-left: 0;
+
border-bottom: 1px solid black !important;
    padding-left: 3.2em;
 
 
}
 
}
.flowlist dl {
+
.ns-0 #mw-editbutton-signature {
    overflow-x: hidden;
+
display: none;
 
}
 
}
  
/* Style for horizontal lists (separator following item).
+
/* Fond gris pour les pages protégées en modification */
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
+
#wpTextbox1[readonly],
  @revision 8 (2016-05-21)
+
#wpTextbox1[readonly] + .ui-resizable > .ace_editor {
  @author [[User:Edokter]]
+
background: #eee;
*/
 
.hlist dl,
 
.hlist ol,
 
.hlist ul {
 
    margin: 0;
 
    padding: 0;
 
 
}
 
}
/* Display list items inline */
+
 
.hlist dd,
+
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
.hlist dt,
+
  (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.hlist li {
+
.plainlinksneverexpand a.external.text:after,
    margin: 0;
+
.plainlinksneverexpand a.external.autonumber:after {
    display: inline;
+
display: none !important;
 
}
 
}
/* Display nested lists inline */
+
/* Supprimer la flèche de lien externe pour ces liens. */
.hlist.inline,
+
.plainlinksneverexpand a {
.hlist.inline dl,
+
background: none !important;
.hlist.inline ol,
+
padding: 0 !important;
.hlist.inline ul,
 
.hlist dl dl, .hlist dl ol, .hlist dl ul,
 
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 
.hlist ul dl, .hlist ul ol, .hlist ul ul {
 
    display: inline;
 
 
}
 
}
/* Hide empty list items */
+
 
.hlist .mw-empty-li {
+
/* Réserver un contenu à l'impression (display rétabli dans MediaWiki:Print.css)
    display: none;
+
  utilisé pour les entrées de ref group. */
 +
.printcssonly {
 +
display: none;
 
}
 
}
/* Generate interpuncts */
+
 
.hlist dt:after {
+
/* Bandeau des brouillons problématique avec l'éditeur visuel. */
    content: ": ";
+
.ve-init-target .user-draft-header {
 +
  display: none;
 
}
 
}
.hlist dd:after,
+
 
.hlist li:after {
+
/* Message-système des sous-pages de discussion. Classe .fieldsetlike etc.
    content: " · ";
+
  pour permettre la réutilisation de ces styles. */
    font-weight: bold;
+
.fieldsetlike {
 +
text-align: center;
 +
border: 1px solid #aaa;
 +
margin: 1em 0;
 +
padding: 0 0 0.4em 0;
 
}
 
}
.hlist dd:last-child:after,
+
.fieldsetlike .legendlike {
.hlist dt:last-child:after,
+
margin-top: -0.8em;
.hlist li:last-child:after {
 
    content: none;
 
 
}
 
}
/* Add parentheses around nested lists */
+
.fieldsetlike .legendtextlike {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
+
padding: 0 8px;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
+
background: white;
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
 
    content: " (";
 
    font-weight: normal;
 
 
}
 
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
+
.fieldsetlike ul {
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
+
list-style-type: none;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
+
margin: 0;
    content: ")";
 
    font-weight: normal;
 
 
}
 
}
/* Put ordinals in front of ordered list items */
+
.fieldsetlike li {
.hlist ol {
+
display: inline;
    counter-reset: listitem;
+
white-space: nowrap;
 
}
 
}
.hlist ol > li {
+
.fieldsetlike li:not(:last-child):after {
    counter-increment: listitem;
+
content: '\a0- ';
 
}
 
}
.hlist ol > li:before {
+
#talkpageheader li {
    content: " " counter(listitem) "\a0";
+
color: #707070;
 
}
 
}
.hlist dd ol > li:first-child:before,
+
 
.hlist dt ol > li:first-child:before,
+
/* Catégories cachées */
.hlist li ol > li:first-child:before {
+
#mw-hidden-catlinks {
    content: " (" counter(listitem) "\a0";
+
font-size: 0.85em;
 
}
 
}
  
/* Unbulleted lists */
+
/* Personnalisation de l'apparence des liens vers les pages d'homonymie. */
.plainlist ol,
+
.homonymie {
.plainlist ul {
+
padding-left: 2em;
    line-height: inherit;
+
padding-bottom: 0.5em;
    list-style: none none;
+
margin-bottom: 0.5em;
    margin: 0;
+
margin-top: -0.5em;
 +
background: white;
 +
font-style: italic;
 +
border-bottom: 1px #aaa solid;
 
}
 
}
.plainlist ol li,
+
.homonymie + .homonymie {
.plainlist ul li {
+
margin-top: calc(-0.5em - 1.05px); /* masque bordures adjacentes : -margin-bottom - (1px + léger excédent) */
    margin-bottom: 0;
 
 
}
 
}
  
/* Default style for navigation boxes */
+
/* Bandeau label et icônes des AdQ/BA à côté des liens interlangues et
.navbox {                    /* Navbox container style */
+
  dans les modèles {{Q}} et {{B}}. */
    box-sizing: border-box;
+
li.AdQ,
    border: 1px solid #a2a9b1;
+
li.LdQ,
    width: 100%;
+
li.PdQ,
    clear: both;
+
li.badge-featuredarticle,
    font-size: 88%;
+
li.badge-featuredlist,
    text-align: center;
+
li.badge-featuredportal {
    padding: 1px;
+
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png");
    margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
 
 
}
 
}
.navbox .navbox {
+
li.BA,
    margin-top: 0;            /* No top margin for nested navboxes */
+
li.badge-goodarticle {
 +
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/8/86/Icone_BA.png");
 
}
 
}
.navbox + .navbox {
+
 
    margin-top: -1px;         /* Single pixel border between adjacent navboxes */
+
/* Classe pour afficher un icône de haut-parleur à gauche des liens audio.
 +
  Utilisé par [[Modèle:Prononciation]], importé de WP:en. */
 +
.prononciation > a {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat;
 +
padding-left: 15px;
 +
font-size: smaller;
 
}
 
}
.navbox-inner,
+
 
.navbox-subgroup {
+
/* [[Modèle:Indication de langue]] et [[Modèle:Lien]]. */
    width: 100%;
+
.indicateur-langue,
 +
.indicateur-format {
 +
font-family: monospace;
 +
font-weight: bold;
 +
font-size: small;
 +
font-style: normal;
 
}
 
}
.navbox-group,
+
 
.navbox-title,
+
/* [[Modèle:Colonnes]] et [[Modèle:Début de colonnes]]. */
.navbox-abovebelow {
+
.colonnes > ol, .colonnes > ul {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
+
margin-top: 0;
    line-height: 1.5em;
 
    text-align: center;
 
 
}
 
}
th.navbox-group {            /* Group style */
+
 
    white-space: nowrap;
+
/* Compensation du style précédent */
    /* @noflip */
+
.colonnes {
    text-align: right;
+
margin-top: 0.3em;
 
}
 
}
.navbox,
+
 
.navbox-subgroup {
+
/* Évitons de couper les éléments de listes sur plusieurs colonnes */
    background: #fdfdfd;     /* Background color */
+
.colonnes li,
 +
.references-small li{
 +
-webkit-column-break-inside: avoid;
 +
page-break-inside: avoid;
 +
break-inside: avoid-column;
 
}
 
}
.navbox-list {
+
 
    line-height: 1.5em;
+
/* Taille et famille des polices pour les écritures non-latines.
    border-color: #fdfdfd;    /* Must match background color */
+
  Voir aussi [[modèle:Langue]]. */
 +
:lang(grc),
 +
:lang(el) { /* Écriture grecque : moderne (monotonique), ancien (polytonique) */
 +
font-family: 'Arial Unicode MS', 'DejaVu Sans', Athena, Gentium, 'Palatino Linotype', 'Lucida Sans Unicode', 'Lucida Grande', Code2000, sans-serif;
 
}
 
}
/* cell spacing for navbox cells */
+
:lang(th) { /* Écriture thaïe */
tr + tr > .navbox-abovebelow,
+
font-family: 'Segoe UI', Tahoma, sans-serif;
tr + tr > .navbox-group,
+
}
tr + tr > .navbox-image,
+
 
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
+
/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
    border-top: 2px solid #fdfdfd; /* Must match background color */
+
.romain {
 +
text-transform: lowercase;
 +
font-variant: small-caps;
 
}
 
}
.navbox th,
+
 
.navbox-title {
+
/* Affichage des petites capitales, voir [[modèle:Petites capitales]]. */
    background: #ccccff;     /* Level 1 color */
+
.petites_capitales {
 +
font-variant: small-caps;
 
}
 
}
.navbox-abovebelow,
+
 
th.navbox-group,
+
/* Taille et alignement des formules mathématiques. */
.navbox-subgroup .navbox-title {
+
.texhtml {
    background: #ddddff;     /* Level 2 color */
+
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
 +
font-size: 118%;
 +
line-height: 1;
 +
white-space: nowrap;
 +
-webkit-font-feature-settings: "lnum", "tnum"; /* Chorme 47, Opera 33 */
 +
-webkit-font-kerning: none; /* safari 9, ios safari 9 */
 +
font-feature-settings: "lnum", "tnum", "kern" 0; /* ie11 edge 13 */
 +
font-variant-numeric: lining-nums tabular-nums;  /* firefox 42+ */
 +
font-kerning: none;                             /* firefox, Chrome, Opera */
 
}
 
}
.navbox-subgroup .navbox-group,
+
.texhtml .texhtml {
.navbox-subgroup .navbox-abovebelow {
+
font-size: 100%;
    background: #e6e6ff;     /* Level 3 color */
 
 
}
 
}
.navbox-even {
+
img.tex.center {
    background: #f7f7f7;     /* Even row striping */
+
width: auto;
 +
display: block;
 +
margin: 0 auto;
 
}
 
}
.navbox-odd {
+
img.tex.left {
    background: transparent; /* Odd row striping */
+
display: block;
 +
margin-left: 1.6em;
 
}
 
}
.navbox .hlist td dl,
+
 
.navbox .hlist td ol,
+
/* Lien souligné, modèle projet jeu vidéo */
.navbox .hlist td ul,
+
.annoncelabel:hover {
.navbox td.hlist dl,
+
     text-decoration: underline;
.navbox td.hlist ol,
 
.navbox td.hlist ul {
 
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
 
 
}
 
}
  
/* Default styling for Navbar template */
+
/* Change la couleur des liens, pour les fonds colorés sombres ; limité aux
.navbar {
+
  espaces de nom de discussions, projets (ns-102), portails (ns-100), pages
    display: inline;
+
  utilisateur (ns-2), et espace Wikipédia (ns-4 : Bistro...). */
    font-size: 88%;
+
body.ns-2 .lienClair a,
    font-weight: normal;
+
body.ns-4 .lienClair a,
 +
body.ns-100 .lienClair a,
 +
body.ns-102 .lienClair a,
 +
body.ns-talk .lienClair a {
 +
color: #a0a0a0;
 
}
 
}
.navbar ul {
+
body.ns-2 .lienClair a:hover,
    display: inline;
+
body.ns-4 .lienClair a:hover,
    white-space: nowrap;
+
body.ns-100 .lienClair a:hover,
 +
body.ns-102 .lienClair a:hover,
 +
body.ns-talk .lienClair a:hover {
 +
color: #a0a0a0;
 +
text-decoration: underline;
 
}
 
}
.mw-body-content .navbar ul {
+
body.ns-2 .lienClair a:visited,
    line-height: inherit;
+
body.ns-4 .lienClair a:visited,
 +
body.ns-100 .lienClair a:visited,
 +
body.ns-102 .lienClair a:visited,
 +
body.ns-talk .lienClair a:visited {
 +
color: #b9b9b9;
 
}
 
}
.navbar li {
+
 
    word-spacing: -0.125em;
+
/* Lien vers une ébauche */
 +
a.stub {
 +
color: #339900;
 
}
 
}
.navbar.mini li abbr[title] {
+
a.stub:visited {
  font-variant: small-caps;
+
color: #336600;
  border-bottom: none;
 
  text-decoration: none;
 
  cursor: inherit;
 
 
}
 
}
/* Navbar styling when nested in infobox and navbox */
+
 
.infobox .navbar {
+
/* Références : éviter une trop grande réduction de taille de caractères
    font-size: 100%;
+
  dans certaines configurations. */
 +
.references small {
 +
font-size: 1em !important;
 
}
 
}
.navbox .navbar {
+
 
    display: block;
+
/* Par défaut, cacher les crochets autour des notes. */
    font-size: 100%;
+
.cite_crochet {
 +
display: none;
 
}
 
}
.navbox-title .navbar {
+
 
    /* @noflip */
+
/* Pour que « Note 1 » ne soit ni en gras, ni en italique. */
    float: left;
+
sup.reference {
    /* @noflip */
+
font-weight: normal;
    text-align: left;
+
font-style: normal;
    /* @noflip */
 
    margin-right: 0.5em;
 
 
}
 
}
  
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
+
/* Éviter d'obtenir un interlignage de taille variable. */
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
+
.reference,
.collapseButton {
+
.exposant {
    /* @noflip */
+
vertical-align: text-top;
    float: right;
+
position: relative;
    font-weight: normal;
+
font-size: 0.8em;
    /* @noflip */
+
top: -5px;
    margin-left: 0.5em;
 
    /* @noflip */
 
    text-align: right;
 
    width: auto;
 
 
}
 
}
  
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
+
.reference-text sup {
.mw-parser-output .mw-collapsible-toggle {
+
vertical-align: text-top;
    font-weight: normal;
+
position: relative;
    /* @noflip */
+
font-size: 0.75em;
    text-align: right;
+
top: -0.1em;
    padding-right: 0.2em;
 
    padding-left: 0.2em;
 
 
}
 
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
+
.reference {
/* @noflip */
+
padding-left: 1px;
float: left;
 
/* @noflip */
 
    text-align: left;
 
 
}
 
}
  
/* Infobox template style */
+
/* Diminution décalage, en raison du line-height réduit dans .infobox_v2 */
.infobox {
+
.infobox_v2 .reference {
    border: 1px solid #a2a9b1;
+
top: -2px;
    border-spacing: 3px;
 
    background-color: #f8f9fa;
 
    color: black;
 
    /* @noflip */
 
    margin: 0.5em 0 0.5em 1em;
 
    padding: 0.2em;
 
    /* @noflip */
 
    float: right;
 
    /* @noflip */
 
    clear: right;
 
    font-size: 88%;
 
    line-height: 1.5em;
 
 
}
 
}
.infobox caption {
+
 
    font-size: 125%;
+
small.cachelinks,
    font-weight: bold;
+
small.cachelinks a {
    padding: 0.2em;
+
color: #36b;
    text-align: center;
 
 
}
 
}
.infobox td,
+
 
.infobox th {
+
/* Numérotations différentes des appels de notes. */
    vertical-align: top;
+
.references-small.lower-alpha ol {
    /* @noflip */
+
list-style-type: lower-alpha;
    text-align: left;
 
}
 
.infobox.bordered {
 
    border-collapse: collapse;
 
 
}
 
}
.infobox.bordered td,
+
.references-small.lower-greek ol {
.infobox.bordered th {
+
list-style-type: lower-greek;
    border: 1px solid #a2a9b1;
 
 
}
 
}
.infobox.bordered .borderless td,
+
.references-small.decimal ol,
.infobox.bordered .borderless th {
+
.references-small.lower-alpha ol ol,
    border: 0;
+
.references-small.lower-greek ol ol {
 +
list-style-type: decimal;
 
}
 
}
  
.infobox.sisterproject {
+
/* Répartition égale des références sur plusieurs colonnes :
    width: 20em;
+
  pas d'espace supplémentaire en haut de première colonne */
    font-size: 90%;
+
.references-small ol {
 +
margin-top: 0;
 
}
 
}
  
.infobox.standard-talk {
+
/* Compensation du style précédent */
    border: 1px solid #c0c090;
+
.references-small {
    background-color: #f8eaba;
+
margin-top: 0.3em;
}
 
.infobox.standard-talk.bordered td,
 
.infobox.standard-talk.bordered th {
 
    border: 1px solid #c0c090;
 
 
}
 
}
  
/* styles for bordered infobox with merged rows */
+
/* Mise en surbrillance de l'ouvrage cliqué pour faciliter la navigation,
.infobox.bordered .mergedtoprow td,
+
  comme fait déjà MediaWiki pour les notes et références. */
.infobox.bordered .mergedtoprow th {
+
.ouvrage:target {
    border: 0;
+
background: #eaf3ff;
    border-top: 1px solid #a2a9b1;
 
    /* @noflip */
 
    border-right: 1px solid #a2a9b1;
 
 
}
 
}
  
.infobox.bordered .mergedrow td,
+
/* Cadre pour [[Modèle:Références nombreuses]] */
.infobox.bordered .mergedrow th {
+
.reference-cadre {
    border: 0;
+
height: 30em;
    /* @noflip */
+
overflow: auto;
    border-right: 1px solid #a2a9b1;
+
padding: 3px;
 +
border: 1px solid #AAA;
 
}
 
}
  
/* Styles for geography infoboxes, eg countries,
+
/* Ligne de tableau dans « Informations sur la page » */
  country subdivisions, cities, etc.            */
+
body.action-info tr:target {
.infobox.geography {
+
background: #eaf3ff;
    border-collapse: collapse;
 
    line-height: 1.2em;
 
    font-size: 90%;
 
 
}
 
}
  
.infobox.geography  td,
+
/* Style des modèles [[modèle:Référence nécessaire]] et [[modèle:Citation nécessaire]]. */
.infobox.geography  th {
+
span.need_ref {
    border-top: 1px solid #a2a9b1;
+
border-bottom: 1px solid #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
 
 
}
 
}
.infobox.geography .mergedtoprow td,
+
div.need_ref {
.infobox.geography .mergedtoprow th {
+
border: 1px solid #aaa;
    border-top: 1px solid #a2a9b1;
+
padding: 0.5em;
    padding: 0.4em 0.6em 0.2em 0.6em;
 
 
}
 
}
  
.infobox.geography .mergedrow td,
+
/* Référence présente */
.infobox.geography .mergedrow th {
+
span.ref:hover {
    border: 0;
+
border-bottom: 1px solid #aaa;
    padding: 0 0.6em 0.2em 0.6em;
 
 
}
 
}
  
.infobox.geography .mergedbottomrow td,
+
/* Gestion automatique de l'ISBN par MediaWiki. */
.infobox.geography .mergedbottomrow th {
+
.mw-magiclink-isbn {
    border-top: 0;
+
white-space: nowrap;
    border-bottom: 1px solid #a2a9b1;
 
    padding: 0 0.6em 0.4em 0.6em;
 
 
}
 
}
  
.infobox.geography .maptable td,
+
/* Mode d'affichage par défaut des données dans l'espace référence. */
.infobox.geography .maptable th {
+
.BibList {
    border: 0;
+
display: block;
    padding: 0;
+
}
 +
.WikiNorme,
 +
.BibTeX,
 +
.ISBD,
 +
.ISO690,
 +
.specialBib {
 +
display: none;
 
}
 
}
  
/* Normal font styling for table row headers with scope="row" tag */
+
/* Style de { , } entre les références */
.wikitable.plainrowheaders th[scope=row] {
+
.cite_virgule {
    font-weight: normal;
+
padding-left: 0;
    /* @noflip */
+
padding-right: 1px;
    text-align: left;
 
 
}
 
}
  
/* Lists in data cells are always left-aligned */
+
/* Boites et messages */
.wikitable td ul,
+
div.boite-a-droite {
.wikitable td ol,
+
display: table;
.wikitable td dl {
+
clear: right;
    /* @noflip */
+
float: right;
    text-align: left;
+
margin: 1em 0 1em 1em;
 +
width: 20em;
 +
position: relative; /* Pour les images manuelles */
 +
border-style: solid;
 +
border-width: 1px;
 +
padding: 4px;
 +
text-align: left;
 +
}
 +
.boite-sans-fond {
 +
border-color: #aaa; /* Comme boite-grise */
 
}
 
}
/* ...unless they also use the hlist class */
+
.boite-grise { /* Similaire au bandeau de catégorie */
.toc.hlist ul,
+
border-color: #aaa;
#toc.hlist ul,
+
background-color: #f9f9f9;
.wikitable.hlist td ul,
 
.wikitable.hlist td ol,
 
.wikitable.hlist td dl {
 
    text-align: inherit;
 
 
}
 
}
  
/* Icons for medialist templates [[Template:Listen]],
+
/* Types de boites */
  [[Template:Multi-listen_start]], [[Template:Video]],
+
.bandeau-article,
  [[Template:Multi-video_start]] */
+
.bandeau-discussion,
div.listenlist {
+
.bandeau-simple,
    background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
+
.bandeau-systeme,
    background-size: 30px;
+
.bandeau-section{
    padding-left: 40px;
+
border-style: solid;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
.bandeau-article {
 +
border-width: 1px 1px 1px 10px;
 +
font-size: 0.9em;
 +
line-height: 1.25em;
 +
padding: 0.5em 1em;
 +
margin: 0.8em 10%;
 +
}
 +
.bandeau-systeme {
 +
clear: both;
 +
border-width: 2px;
 +
padding: 0.5em 1em;
 +
margin: 0.8em 3%;
 +
}
 +
.bandeau-simple {
 +
clear: both;
 +
border-width: 1px;
 +
padding: 0.5em 1em;
 +
margin: 0.8em auto;
 +
}
 +
.bandeau-discussion {
 +
border-width: 1px;
 +
border-radius: 10px;
 +
padding: 0.2em 0.5em;
 +
margin: 0.8em 7%;
 +
}
 +
@media (max-width: 981px) {
 +
.bandeau-discussion {
 +
margin: 0.8em 4%;
 +
}
 +
}
 +
div.bandeau-section { /* Pour le [[modèle: Article détaillé]] et autres */
 +
display: block;
 +
font-size: 0.95em;
 +
border-width: 1px 0;
 +
padding: 0.2em 0.5em 0.1em 0;
 +
margin: 0.3em 0 0.7em 2em;
 +
}
 +
.bandeau-centrer{
 +
display: table;
 +
width: 100%;
 +
text-align: center;
 +
}
 +
.bandeau-cell {
 +
display: table-cell;
 +
vertical-align: middle;
 +
}
 +
.bandeau-cell p:last-child {
 +
margin-bottom: 0;
 
}
 
}
  
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
+
/* Style des bandeaux d'articles. Voir [[Wikipédia:Prise de décision/Changement de style des messages d'avertissement]]. */
table.mw-hiero-table td {
+
.bandeau-niveau-grave {
    vertical-align: middle;
+
border-color: #aa0044;
 +
background-color: #ffcccc;
 
}
 
}
 
+
.bandeau-niveau-modere {
/* Style rules for media list templates */
+
border-color: #ff8822;
div.medialist {
+
background-color: #ffeedd;
    min-height: 50px;
+
}
    margin: 1em;
+
.bandeau-niveau-ebauche,
    /* @noflip */
+
.bandeau-niveau-information {
    background-position: top left;
+
border-color: #77ccff;
    background-repeat: no-repeat;
+
background-color: #fbfbfb;
 
}
 
}
div.medialist ul {
+
.bandeau-simple.bandeau-niveau-information,
    list-style-type: none;
+
.bandeau-discussion.bandeau-niveau-information { /* Dérive de la classe vectorbox */
    list-style-image: none;
+
border-color: #a7d7f9;
    margin: 0;
+
background-color: #f5faff;
 
}
 
}
div.medialist ul li {
+
.bandeau-niveau-detail, /* Voir [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]] */
    padding-bottom: 0.5em;
+
.bandeau-section.bandeau-niveau-information {
 +
border-color: #e7e7e7;
 +
background-color: #fdfdfd;
 
}
 
}
div.medialist ul li li {
+
.bandeau-niveau-neutre {
    font-size: 91%;
+
border-color: #aaa;
    padding-bottom: 0;
+
background: #f9f9f9;
 
}
 
}
  
/* Change the external link icon to an Adobe icon for all PDF files
+
.bandeau {
  in browsers that support these CSS selectors, like Mozilla and Opera */
+
text-align: left;
div#content a[href$=".pdf"].external,
+
margin: 8px 10% 12px;
div#content a[href*=".pdf?"].external,
+
border-style: solid;
div#content a[href*=".pdf#"].external,
+
border-width: 1px 1px 1px 10px;
div#content a[href$=".PDF"].external,
+
padding: 2px 10px;
div#content a[href*=".PDF?"].external,
 
div#content a[href*=".PDF#"].external,
 
div#mw_content a[href$=".pdf"].external,
 
div#mw_content a[href*=".pdf?"].external,
 
div#mw_content a[href*=".pdf#"].external,
 
div#mw_content a[href$=".PDF"].external,
 
div#mw_content a[href*=".PDF?"].external,
 
div#mw_content a[href*=".PDF#"].external {
 
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
 
    /* @noflip */
 
    padding-right: 18px;
 
 
}
 
}
 
+
.bandeau table {
/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
+
background-color: transparent;
div.columns-2 div.column {
+
}
    /* @noflip */
+
.bandeau-icone {
    float: left;
+
vertical-align: middle;
    width: 50%;
+
text-align: center;
    min-width: 300px;
+
width: 45px;
 +
/* @noflip */
 +
padding-right: 1em;
 +
}
 +
.bandeau-titre {
 +
font-size: 1.1em;
 +
line-height: 1.4em;
 
}
 
}
div.columns-3 div.column {
+
.bandeau-texte {
    /* @noflip */
+
font-size: 0.9em;
    float: left;
+
line-height: 1.2em;
    width: 33.3%;
 
    min-width: 200px;
 
 
}
 
}
div.columns-4 div.column {
+
.bandeau-problemes-multiples .bandeau-niveau-information, .bandeau-problemes-multiples .bandeau-niveau-modere, .bandeau-problemes-multiples .bandeau-niveau-grave {
    /* @noflip */
+
background: none !important;
    float: left;
+
border: none !important;
    width: 25%;
 
    min-width: 150px;
 
 
}
 
}
div.columns-5 div.column {
+
.bandeau-problemes-multiples .bandeau {
    /* @noflip */
+
margin: 0 !important;
    float: left;
+
border-top: 1px solid grey !important;
    width: 20%;
+
border-bottom: 1px solid grey !important;
    min-width: 120px;
 
 
}
 
}
 
+
.bandeau-problemes-multiples .NavContent {
/* Messagebox templates */
+
background: none !important;
.messagebox {
+
padding-top: 0 !important;
    border: 1px solid #a2a9b1;
+
padding-bottom: 0 !important;
    background-color: #f8f9fa;
+
border-top: 1px solid grey !important;
    width: 80%;
+
border-bottom: 1px solid grey !important;
    margin: 0 auto 1em auto;
+
margin-left: 2em !important;
    padding: .2em;
+
margin-right: 2em !important;
 
}
 
}
.messagebox.merge {
+
.bandeau-ebauche-problemes-multiples .bandeau-niveau-ebauche {
    border: 1px solid #c0b8cc;
+
margin-bottom: 0 !important;
    background-color: #f0e5ff;
 
    text-align: center;
 
 
}
 
}
.messagebox.cleanup {
+
.bandeau-ebauche-problemes-multiples .bandeau-problemes-multiples {
    border: 1px solid #9f9fff;
+
margin-top: 0 !important;
    background-color: #efefff;
 
    text-align: center;
 
 
}
 
}
.messagebox.standard-talk {
+
.bandeau-ebauche-problemes-multiples .bandeau-niveau-ebauche .bandeau-texte {
    border: 1px solid #c0c090;
+
display: none;
    background-color: #f8eaba;
 
    margin: 4px auto;
 
 
}
 
}
/* For old WikiProject banners inside banner shells. */
+
.bandeau-ebauche-problemes-multiples-niveau-grave .bandeau-niveau-ebauche {
.mbox-inside .standard-talk,
+
border-color: #aa0044 !important;
.messagebox.nested-talk {
+
background-color: #ffcccc !important;
    border: 1px solid #c0c090;
 
    background-color: #f8eaba;
 
    width: 100%;
 
    margin: 2px 0;
 
    padding: 2px;
 
 
}
 
}
.messagebox.small {
+
.bandeau-ebauche-problemes-multiples-niveau-modere .bandeau-niveau-ebauche {
    width: 238px;
+
border-color: #ff8822 !important;
    font-size: 85%;
+
background-color: #ffeedd !important;
    /* @noflip */
 
    float: right;
 
    clear: both;
 
    /* @noflip */
 
    margin: 0 0 1em 1em;
 
    line-height: 1.25em;
 
 
}
 
}
.messagebox.small-talk {
+
.bandeau-ebauche-problemes-multiples-niveau-information .bandeau-niveau-ebauche {
    width: 238px;
+
border-color: #77ccff !important;
    font-size: 85%;
+
background-color: #fbfbfb !important;
    /* @noflip */
 
    float: right;
 
    clear: both;
 
    /* @noflip */
 
    margin: 0 0 1em 1em;
 
    line-height: 1.25em;
 
    background: #F8EABA;
 
 
}
 
}
  
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
/* Styles pour les bannières */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
+
 
    border: none;
+
.topbanner {
    /* @noflip */
+
position: relative;
    padding: 0.25em 0.9em;     /* 0.9em left/right */
+
overflow: hidden;
    width: 100%;               /* Make all mboxes the same width regardless of text length */
+
max-width: 1800px;
 +
height: auto;
 
}
 
}
td.mbox-image {               /* The left image cell */
+
.topbanner img {
    border: none;
+
max-width: 100%;
    /* @noflip */
+
height: auto;
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
 
    text-align: center;
 
 
}
 
}
td.mbox-imageright {           /* The right image cell */
+
.topbanner-box {
    border: none;
+
position: absolute;
    /* @noflip */
+
z-index: 2;
    padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
+
margin-top: 1.5em;
    text-align: center;
+
color: white;
 +
width: 50%;
 +
min-width: 20em;
 +
left: 2%;
 +
text-align: left;
 
}
 
}
td.mbox-empty-cell {          /* An empty narrow cell */
+
.topbanner .name {
    border: none;
+
position: absolute;
    padding: 0;
+
z-index: 2;
    width: 1px;
+
margin: 0.6em 0 0 0.4em;
 +
padding: 8px 7px;
 +
font-size: 2.2em;
 +
background: rgb(16,16,16);
 +
background: rgba(0,0,0,0.5);
 +
border-radius: 4px;
 +
color: white;
 +
white-space: nowrap;
 +
line-height: 0.9em;
 
}
 
}
  
/* Article message box styles */
+
/* Petites icônes */
table.ambox {
+
.indentation,    /* pas d'image correspondante */
    margin: 0 10%;                 /* 10% = Will not overlap with other elements */
+
.loupe,          /* loupe, voir le [[modèle:Article détaillé]] */
    border: 1px solid #a2a9b1;
+
.general,        /* flèche pour le [[modèle:Article principal]] */
    /* @noflip */
+
.accessibilite,  /* symbole handicap, pour le [[modèle:Encart]] */
    border-left: 10px solid #36c; /* Default "notice" blue */
+
.etoile-or,
    background: #fbfbfb;
+
.etoile-argent,
 +
.categorie,      /* symbole du [[modèle:Catégorie principale]] */
 +
.biblio,          /* livres pour le [[modèle:Sources de section]] */
 +
.recyclage,      /* symbole du [[modèle:Section à recycler]] */
 +
.archives,        /* symbole d'archivage */
 +
.sons,            /* pour le [[modèle:Média externe]] */
 +
.videos,          /* pour le [[modèle:Média externe]] */
 +
.incomplet,      /* cône de chantier pour le [[modèle:Section vide ou incomplète]] */
 +
.sources,        /* livre ouvert du [[modèle:Section à sourcer]] */
 +
.important,      /* triangle rouge : mise en garde */
 +
.en-travaux,      /* triangle jaune : en construction */
 +
.information,
 +
.conflit-edition,
 +
.incubator,
 +
.extension,      /* extensions MediaWiki */
 +
.wikispecies,
 +
.metawiki,
 +
.wikiversity,
 +
.wikipedia,
 +
.wikibooks,
 +
.wikinews,
 +
.wikiquote,
 +
.wikisource,
 +
.commons,
 +
.wikimedia,
 +
.wiktionary,
 +
.wikidata,
 +
.wikivoyage,
 +
.wwwmediawiki {
 +
background-repeat: no-repeat;
 +
line-height: 1.5em;
 +
text-indent: 23px;
 +
display: inline-block;
 +
}
 +
.loupe {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png");
 +
background-position: 2px 3px;
 +
}
 +
.general {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Nuvola_apps_download_manager2-70%25.svg/15px-Nuvola_apps_download_manager2-70%25.svg.png");
 +
background-position: 2px 3px;
 +
}
 +
.accessibilite {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Gnome-preferences-desktop-accessibility.svg/18px-Gnome-preferences-desktop-accessibility.svg.png");
 +
background-position: 2px 0;
 +
}
 +
.etoile-or {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Fairytale_bookmark_gold.png/19px-Fairytale_bookmark_gold.png");
 +
background-position: 1px 1px;
 +
}
 +
.etoile-argent {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Fairytale_bookmark_silverstar.svg/19px-Fairytale_bookmark_silverstar.svg.png");
 +
background-position: 1px 1px;
 +
}
 +
.categorie {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/34/Nuvola_apps_kpager.svg/21px-Nuvola_apps_kpager.svg.png");
 +
background-position: 0 0;
 +
}
 +
.biblio {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Books-aj.svg_aj_ashton_01.svg/20px-Books-aj.svg_aj_ashton_01.svg.png");
 +
background-position: 2px 2px;
 +
}
 +
.recyclage {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Recycle002.svg/20px-Recycle002.svg.png");
 +
background-position: 1px 1px;
 +
}
 +
.archives {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/21px-Filing_cabinet_icon.svg.png");
 +
background-position: 0 1px;
 +
}
 +
.conflit-edition {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Human-emblem-important-blue-128.png/12px-Human-emblem-important-blue-128.png");
 +
background-position: 0 3px;
 +
text-indent: 16px;
 +
line-height: 1.3em;
 
}
 
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
+
.sons {
    margin-top: -1px;
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Nuvola_apps_arts.png/18px-Nuvola_apps_arts.png");
 +
background-position: 1px 1px;
 
}
 
}
.ambox th.mbox-text,
+
.videos {
.ambox td.mbox-text {            /* The message body cell(s) */
+
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.svg/18px-Nuvola_apps_kaboodle.svg.png");
    padding: 0.25em 0.5em;      /* 0.5em left/right */
+
background-position: 1px 1px;
 
}
 
}
.ambox td.mbox-image {          /* The left image cell */
+
.incomplet {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Fairytale_waring.png/16px-Fairytale_waring.png");
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
+
background-position: 2px 3px;
 
}
 
}
.ambox td.mbox-imageright {      /* The right image cell */
+
.sources {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Question_book-4.svg/20px-Question_book-4.svg.png");
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
+
background-position: 1px 4px;
 
}
 
}
 
+
.important {
table.ambox-notice {
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Nuvola_apps_important.svg/19px-Nuvola_apps_important.svg.png");
    /* @noflip */
+
background-position: 1px 2px;
    border-left: 10px solid #36c;   /* Blue */
 
 
}
 
}
table.ambox-speedy {
+
.en-travaux {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Under_contruction_icon-yellow.svg/20px-Under_contruction_icon-yellow.svg.png");
    border-left: 10px solid #b32424;   /* Red */
+
background-position: 1px 2px;
    background: #fee7e6;                   /* Pink */
 
 
}
 
}
table.ambox-delete {
+
.information {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Information_icon_with_gradient_background.svg/19px-Information_icon_with_gradient_background.svg.png");
    border-left: 10px solid #b32424;   /* Red */
+
background-position: 1px 2px;
 
}
 
}
table.ambox-content {
+
.incubator {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Incubator-logo.svg/15px-Incubator-logo.svg.png");
    border-left: 10px solid #f28500;   /* Orange */
+
background-position: 1px 1px;
 
}
 
}
table.ambox-style {
+
.extension {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/21px-MediaWiki-notext.svg.png");
    border-left: 10px solid #fc3;   /* Yellow */
+
background-position: 0 4px;
 
}
 
}
table.ambox-move {
+
.wikispecies {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/17px-Wikispecies-logo.svg.png");
    border-left: 10px solid #9932cc;   /* Purple */
+
background-position: 1px 0;
 
}
 
}
table.ambox-protection {
+
.wikisource {
    /* @noflip */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/17px-Wikisource-logo.svg.png");
    border-left: 10px solid #a2a9b1;       /* Gray-gold */
+
background-position: 1px 1px;
 
}
 
}
 
+
.wikipedia {
/* Image message box styles */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/19px-Wikipedia-logo.png");
table.imbox {
+
background-position: 1px 0;
    margin: 4px 10%;
 
    border-collapse: collapse;
 
    border: 3px solid #36c;    /* Default "notice" blue */
 
    background: #fbfbfb;
 
 
}
 
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
+
.wikibooks {
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/19px-Wikibooks-logo.svg.png");
    display: block;         /* Fix for webkit to force 100% width.  */
+
background-position: 1px 1px;
 
}
 
}
.mbox-inside .imbox {      /* For imboxes inside other templates. */
+
.metawiki {
    margin: 4px;
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/18px-Wikimedia_Community_Logo.svg.png");
 +
background-position: 1px 1px;
 
}
 
}
 
+
.wikiversity {
table.imbox-notice {
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/20px-Wikiversity-logo.svg.png");
    border: 3px solid #36c;   /* Blue */
+
background-position: 0 2px;
 
}
 
}
table.imbox-speedy {
+
.wiktionary {
    border: 3px solid #b32424;    /* Red */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Wiktionary-logo.svg/20px-Wiktionary-logo.svg.png");
    background: #fee7e6;             /* Pink */
+
background-position: 0 1px;
 
}
 
}
table.imbox-delete {
+
.wikinews {
    border: 3px solid #b32424;    /* Red */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/20px-Wikinews-logo.svg.png");
 +
background-position: 0 5px;
 
}
 
}
table.imbox-content {
+
.wikiquote {
    border: 3px solid #f28500;    /* Orange */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/16px-Wikiquote-logo.svg.png");
 +
background-position: 2px 1px;
 
}
 
}
table.imbox-style {
+
.commons {
    border: 3px solid #fc3;   /* Yellow */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
 +
background-position: 3px 0;
 
}
 
}
table.imbox-move {
+
.wikimedia {
    border: 3px solid #9932cc;    /* Purple */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/20px-Wikimedia-logo.svg.png");
 +
background-position: 0 0;
 
}
 
}
table.imbox-protection {
+
.wikidata {
    border: 3px solid #a2a9b1;      /* Gray-gold */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/22px-Wikidata-logo.svg.png");
 +
background-position: 0 5px;
 
}
 
}
table.imbox-license {
+
.wikivoyage {
    border: 3px solid #88a;      /* Dark gray */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/20px-Wikivoyage-Logo-v3-icon.svg.png");
    background: #f7f8ff;         /* Light gray */
+
background-position: 1px 1px;
 
}
 
}
table.imbox-featured {
+
.wwwmediawiki {
    border: 3px solid #cba135;    /* Brown-gold */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/20px-MediaWiki-notext.svg.png");
 +
background-position: 1px 3px;
 
}
 
}
  
/* Category message box styles */
+
/* Grosses icônes */
table.cmbox {
+
.grosse-icone {
    margin: 3px 10%;
+
display: table-cell;
    border-collapse: collapse;
+
vertical-align: middle;
    border: 1px solid #a2a9b1;
+
padding-left: 60px;
    background: #DFE8FF;   /* Default "notice" blue */
+
background-repeat: no-repeat;
 +
background-position: left center;
 +
text-indent: 0; /* Certaines icones ont une version « en ligne ». */
 +
height: 48px;
 
}
 
}
  
table.cmbox-notice {
+
.grosse-icone.etoile-or {
    background: #D8E8FF;    /* Blue */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Fairytale_bookmark_gold.png/40px-Fairytale_bookmark_gold.png");
 
}
 
}
table.cmbox-speedy {
+
.grosse-icone.etoile-argent {
    margin-top: 4px;
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Fairytale_bookmark_silverstar.svg/40px-Fairytale_bookmark_silverstar.svg.png");
    margin-bottom: 4px;
 
    border: 4px solid #b32424;    /* Red */
 
    background: #FFDBDB;          /* Pink */
 
 
}
 
}
table.cmbox-delete {
+
.grosse-icone.archives {
    background: #FFDBDB;    /* Red */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/48px-Filing_cabinet_icon.svg.png");
 
}
 
}
table.cmbox-content {
+
.grosse-icone.ancienne-version {
    background: #FFE7CE;    /* Orange */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/46px-Clock_and_warning.svg.png");
 
}
 
}
table.cmbox-style {
+
.grosse-icone.maintenance {
    background: #FFF9DB;    /* Yellow */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Tools_nicu_buculei_01.svg/46px-Tools_nicu_buculei_01.svg.png");
 
}
 
}
table.cmbox-move {
+
.grosse-icone.protection-admin {
    background: #E4D8FF;    /* Purple */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Crystal_Clear_action_lock1.png/46px-Crystal_Clear_action_lock1.png");
 
}
 
}
table.cmbox-protection {
+
.grosse-icone.semi-protection {
    background: #EFEFE1;   /* Gray-gold */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Crystal_Clear_action_half_lock.png/46px-Crystal_Clear_action_half_lock.png");
 +
}
 +
.grosse-icone.roue-dentee {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_run.png/46px-Crystal_Clear_action_run.png");
 +
}
 +
.grosse-icone.conflit-edition {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Passage_pieton_rouge.png/46px-Passage_pieton_rouge.png");
 +
}
 +
.grosse-icone.titre-protege {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/System-lock-screen.svg/46px-System-lock-screen.svg.png");
 +
}
 +
.grosse-icone.gros-warning {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Octagon_delete.svg/46px-Octagon_delete.svg.png");
 +
}
 +
.grosse-icone.attention {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Ambox_content.png");
 +
}
 +
.grosse-icone.information {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c8/Ambox_notice.png");
 +
}
 +
.grosse-icone.ebauche {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Nuvola_apps_kedit.svg/46px-Nuvola_apps_kedit.svg.png");
 
}
 
}
  
/* Other pages message box styles */
+
/* Styles par défaut pour les bandeaux en haut des articles. Voir
table.ombox {
+
  [[Projet:Charte graphique/Harmonisation des messages d'avertissement]]
    margin: 4px 10%;
+
  et [[Wikipédia:Prise de décision/Harmonisation des messages d'avertissement]]. */
    border-collapse: collapse;
+
/* Classe pour toutes les alertes. */
    border: 1px solid #a2a9b1;       /* Default "notice" gray */
+
.alerte {
    background: #f8f9fa;
+
padding: 0.11em;
 +
background: #ffd;
 +
margin-bottom: 0.4em;
 +
font-style: italic;
 +
}
 +
/* Classe supplémentaire pour les alertes graves. */
 +
.grave {
 +
border: 1px solid #f96;
 
}
 
}
  
table.ombox-notice {
+
/* Styles des « messagebox » standard. */
    border: 1px solid #a2a9b1;       /* Gray */
+
.messagebox {
 +
border: 1px solid #aaa;
 +
background: #f9f9f9;
 +
width: 80%;
 +
margin: 0 auto 1em auto;
 +
padding: 0.2em;
 +
text-align: justify;
 
}
 
}
table.ombox-speedy {
+
.messagebox.standard-talk {
    border: 2px solid #b32424;   /* Red */
+
border: 1px solid #c0c090;
    background: #fee7e6;             /* Pink */
+
background: #f8eaba;
 
}
 
}
table.ombox-delete {
+
 
    border: 2px solid #b32424;   /* Red */
+
.vectorbox {
 +
width: 85%;
 +
background: #f5faff;
 +
border: 1px solid #a7d7f9;
 +
border-radius: 10px;
 +
margin: 0 auto 1em auto;
 
}
 
}
table.ombox-content {
+
 
    border: 1px solid #f28500;   /* Orange */
+
/* Boîtes utiles sur les pages d'aide (exemple : [[Aide:Note#Exemples]]). */
 +
.exemple {
 +
margin: 0.5em;
 +
padding: 0.5em;
 +
border: dashed 1px #add8e6;
 +
background: #fff;
 
}
 
}
table.ombox-style {
+
 
    border: 1px solid #fc3;    /* Yellow */
+
/* Standardisation de quelques messages systèmes :
 +
  * class="mw-alerte" : bandeaux d'alerte comme [[MediaWiki:Editinginterface]].
 +
  * class="mw-toolbox" : boîtes à outils comme sur [[MediaWiki:Sp-contributions-footer]]. */
 +
 
 +
/* Suppression du message avertissant du lag de 1 seconde dans la liste de suivi. */
 +
.mw-lag-warn-normal {
 +
display: none;
 
}
 
}
table.ombox-move {
+
 
    border: 1px solid #9932cc;   /* Purple */
+
/* Messages d'alerte */
 +
.mw-alerte {
 +
width: 100%;
 +
clear: both;
 +
background: #faebd7;
 +
border: 2px solid #ff8c00;
 
}
 
}
table.ombox-protection {
+
 
    border: 2px solid #a2a9b1;       /* Gray-gold */
+
/* Boîtes à outils */
 +
.mw-toolbox {
 +
font-size: 90%;
 +
background: #f8f8f8;
 +
border: 1px solid #b8b8b8;
 +
padding: 0.25em 1em;
 +
clear: both;
 
}
 
}
  
/* Talk page message box styles */
+
/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
table.tmbox {
+
div.NavFrame {
    margin: 4px 10%;
+
padding: 2px;
    border-collapse: collapse;
+
border: 1px #aaa;
    border: 1px solid #c0c090;   /* Default "notice" gray-brown */
+
text-align: center;
    background: #f8eaba;
+
border-collapse: collapse;
 +
font-size: 95%;
 
}
 
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
+
div.NavPic {
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
+
padding: 2px;
    width: 100%;                 /* For Safari and Opera */
+
float: left;
 +
}
 +
div.NavFrame div.NavHead {
 +
font-weight: bold;
 +
background: #efefef;
 
}
 
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
div.NavEnd {
    line-height: 1.5em;         /* also "nested", so reset styles that are  */
+
height: 0;
    font-size: 100%;             /* set in "mbox-small" above.                */
+
clear: both;
 
}
 
}
  
table.tmbox-speedy {
+
/* Styles de [[Modèle:Méta palette de navigation]]. */
    border: 2px solid #b32424;   /* Red */
+
table.navbox {
    background: #fee7e6;             /* Pink */
+
background: #f9f9f9;
 +
border: 1px solid #aaa;
 +
clear: both;
 +
font-size: 89%;
 +
margin: 1em 0 0;
 +
padding: 2px;
 +
text-align: center;
 +
width: 100%;
 
}
 
}
table.tmbox-delete {
+
table.navbox-subgroup {
    border: 2px solid #b32424;   /* Red */
+
background: transparent;
 +
border: 0;
 +
margin: -3px;
 +
padding: 0;
 +
text-align: center;
 +
width: calc(100% + 6px);
 
}
 
}
table.tmbox-content {
+
th.navbox-title {
    border: 2px solid #f28500;   /* Orange */
+
background: #ccf;
 +
padding-left: 1em;
 +
padding-right: 1em;
 
}
 
}
table.tmbox-style {
+
th.navbox-group {
    border: 2px solid #fc3;   /* Yellow */
+
background: #ddf;
 +
vertical-align: middle;
 +
width: 150px;
 +
padding-left: 1em;
 +
padding-right: 1em;
 
}
 
}
table.tmbox-move {
+
th.navbox-group + td.navbox-list,
    border: 2px solid #9932cc;   /* Purple */
+
table.navbox-subgroup td.navbox-list {
 +
text-align: left;
 
}
 
}
table.tmbox-protection,
+
td.navbox-even {
table.tmbox-notice {
+
background: #f0f0ff;
    border: 1px solid #c0c090;   /* Gray-brown */
+
}
 +
table.navbox-subgroup td.navbox-even {
 +
background: transparent;
 +
}
 +
td.navbox-banner {
 +
background: #ddf;
 +
vertical-align: middle;
 +
padding-left: 1em;
 +
padding-right: 1em;
 +
}
 +
tr.navboxHidden {
 +
display: none;
 +
}
 +
@media (max-width: 981px) {
 +
td.navbox-image {
 +
display: none;
 +
}
 
}
 
}
  
/* Disambig and set index box styles */
+
/* Modèle de palettes groupées, [[Modèle:Palette]]. */
table.dmbox {
+
div.navbox-container {
    clear: both;
+
border: 1px solid #aaa;
    margin: 0.9em 1em;
+
margin-top: 1em;
    border-top: 1px solid #ccc;
+
}
    border-bottom: 1px solid #ccc;
+
div.navbox-container table.navbox {
    background: transparent;
+
border: 0;
 +
margin: 0;
 
}
 
}
  
/* Footer and header message box styles */
+
/* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */
table.fmbox {
+
.navboxToggle,
    clear: both;
+
.NavToggle {
    margin: 0.2em 0;
+
font-size: 90%;
    width: 100%;
+
font-weight: normal;
    border: 1px solid #a2a9b1;
+
float: right !important;
    background: #f8f9fa;     /* Default "system" gray */
+
min-width: 6em;
 
}
 
}
table.fmbox-system {
+
 
    background: #f8f9fa;
+
/* Styles pour [[Modèle:Section déroulante début]] */
 +
.client-js .titre-section-deroulante,
 +
.client-js .titre-section-deroulante.mw-collapsible-toggle-expanded {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/f/f1/MediaWiki_Vector_skin_action_arrow.svg") left center no-repeat;
 +
}
 +
.client-js .titre-section-deroulante.mw-collapsible-toggle-collapsed {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/0/03/MediaWiki_Vector_skin_right_arrow.svg") left center no-repeat;
 +
}
 +
 
 +
/* Styles pour [[Modèle:Animation]] */
 +
.diaporamaControl img {
 +
background-color: white;
 +
border: 1px solid #ddd;
 
}
 
}
table.fmbox-warning {
+
.diaporamaControl .ScrollBar {
    border: 1px solid #bb7070;  /* Dark pink */
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Round_Edge.png/5px-Round_Edge.png");
    background: #ffdbdb;       /* Pink */
+
background-position: top;
 +
background-repeat: repeat-x;
 
}
 
}
table.fmbox-editnotice {
+
.diaporamaControl .ScrollBarContainer {
    background: transparent;
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Round_Edge_bis.png/5px-Round_Edge_bis.png");
 +
background-position: top;
 +
background-repeat: repeat-x;
 
}
 
}
/* Div based "warning" style fmbox messages. */
+
.diaporama .magnify {
div.mw-warning-with-logexcerpt,
+
display: none;
div.mw-lag-warn-high,
 
div.mw-cascadeprotectedwarning,
 
div#mw-protect-cascadeon,
 
div.titleblacklist-warning,
 
div.locked-warning {
 
    clear: both;
 
    margin: 0.2em 0;
 
    border: 1px solid #bb7070;
 
    background: #ffdbdb;
 
    padding: 0.25em 0.9em;
 
 
}
 
}
/* Div based "system" style fmbox messages.
+
.diaporama select {
  Used in [[MediaWiki:Readonly lag]]. */
+
font-size: 12px;
div.mw-lag-warn-normal,
+
vertical-align: middle;
div.fmbox-system {
+
margin-left: 0.5em;
    clear: both;
 
    margin: 0.2em 0;
 
    border: 1px solid #a2a9b1;
 
    background: #f8f9fa;
 
    padding: 0.25em 0.9em;
 
 
}
 
}
  
/* These mbox-small classes must be placed after all other
+
/* Classe pour tableaux standards, légèrement grisés. */
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
+
.wikitable th[scope=row] {
  they override "table.ambox + table.ambox" above. */
+
text-align: left;
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
 
    /* @noflip */
 
    clear: right;
 
    /* @noflip */
 
    float: right;
 
    /* @noflip */
 
    margin: 4px 0 4px 1em;
 
    box-sizing: border-box;
 
    width: 238px;
 
    font-size: 88%;
 
    line-height: 1.25em;
 
 
}
 
}
html body.mediawiki .mbox-small-left {  /* For the "small=left" option. */
+
 
    /* @noflip */
+
/* Alignement du tableau : flottant à droite ou à gauche, ou centré.
    margin: 4px 1em 4px 0;
+
  On peut aligner à droite ou à gauche sans flottement en ajoutant
    box-sizing: border-box;
+
  le [[modèle:Clr]] en bas du tableau, ou en précisant style="float:none"
    overflow: hidden;
+
  dans l'en-tête du tableau. */
    width: 238px;
+
table.gauche,
    border-collapse: collapse;
+
table.left {
    font-size: 88%;
+
float: left;
    line-height: 1.25em;
+
margin: 0 1em 1em 0;
 
}
 
}
 
+
table.droite,
/* Style for compact ambox */
+
table.right {
/* Hide the images */
+
float: right;
.compact-ambox table .mbox-image,
+
margin: 0 0 1em 1em;
.compact-ambox table .mbox-imageright,
 
.compact-ambox table .mbox-empty-cell {
 
    display: none;
 
 
}
 
}
/* Remove borders, backgrounds, padding, etc. */
+
table.centre,
.compact-ambox table.ambox {
+
table.center {
    border: none;
+
margin: 1em auto;
    border-collapse: collapse;
 
    background: transparent;
 
    margin: 0 0 0 1.6em !important;
 
    padding: 0 !important;
 
    width: auto;
 
    display: block;
 
 
}
 
}
body.mediawiki .compact-ambox table.mbox-small-left {
+
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
    font-size: 100%;
+
table.wikitable[align=center] {
    width: auto;
+
margin: 1em auto;
    margin: 0;
 
 
}
 
}
/* Style the text cell as a list item and remove its padding */
+
/* Annule propriétés issues de ".center" dans le /resources/src/mediawiki.legacy/oldshared.css */
.compact-ambox table .mbox-text {
+
table.center {
    padding: 0 !important;
+
width: auto;        /* annule width: 100%; */
    margin: 0 !important;
+
text-align: inherit; /* annule text-align: center; */
 
}
 
}
.compact-ambox table .mbox-text-span {
+
 
    display: list-item;
+
/* Workaround pour les captions ridiculement étroits quand table repliée */
    line-height: 1.5em;
+
table.mw-collapsible:not(.centre):not(.center) > caption {
    list-style-type: square;
+
white-space: nowrap;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
 
 
}
 
}
.skin-vector .compact-ambox table .mbox-text-span {
+
/* Méthode différente pour les tables centrées (corrige aussi le centrage erroné avec firefox) */
    list-style-type: disc;
+
table.mw-collapsible.centre, table.mw-collapsible.center {
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
+
min-width: 60%;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
 
 
}
 
}
/* Allow for hiding text in compact form */
+
/* Système différent pour écrans étroits, au cas où le caption dépasserait en largeur */
.compact-ambox .hide-when-compact {
+
@media (max-width: 981px) {
    display: none;
+
table.mw-collapsible:not(.centre):not(.center) > caption {
 +
white-space: normal;
 +
}
 +
table.mw-collapsible {
 +
width: 100%;
 +
float: none;
 +
}
 
}
 
}
  
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
+
/* Classe pour substituer l'attribut obsolète cellpadding=0 */
div.noarticletext {
+
table.nocellpadding > * > tr > td,
    border: none;
+
table.nocellpadding > * > tr > th {
    background: transparent;
+
padding: 0;
    padding: 0;
 
 
}
 
}
  
/* Hide (formatting) elements from screen, but not from screenreaders */
+
/* Classes permettant d'alterner les couleurs de ligne dans les
.visualhide {
+
  tableaux selon le nombre de lignes d'en-tête :
    position: absolute;
+
  * .alternance si nombre impair ou .alternance2 si nombre pair.
    left: -10000px;
+
  * .sortable : les tableaux triables nécessitent d'inverser
    top: auto;
+
    l'alternance. */
    width: 1px;
+
.alternance,
    height: 1px;
+
.alternance2 {
    overflow: hidden;
+
border-collapse: collapse;
 +
}
 +
table.alternance > * > tr > th,
 +
table.alternance2 > * > tr > th {
 +
background: #e6e6e6;
 +
}
 +
.alternance tr,
 +
.alternance th[scope="row"] {
 +
background: #fcfcfc;
 +
}
 +
.alternance:not(.sortable) tr:nth-child(odd),
 +
.alternance.sortable tr:nth-child(even),
 +
.alternance:not(.sortable) tr:nth-child(odd) th[scope="row"],
 +
.alternance.sortable tr:nth-child(even) th[scope="row"] {
 +
background: #eee;
 +
}
 +
.alternance2 tr,
 +
.alternance2 th[scope="row"] {
 +
background: #eee;
 +
}
 +
.alternance2 tr:nth-child(odd),
 +
.alternance2 tr:nth-child(odd) th[scope="row"] {
 +
background: #fcfcfc;
 
}
 
}
  
/* Bold save button */
+
/* Classe pour permettre un titre d'une couleur différente sans avoir à l'imposer dans chaque cellule */
#wpSave {
+
table.titre-en-couleur > * > tr > th {
    font-weight: bold;
+
background: transparent;
 
}
 
}
  
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
/* Classe pour aligner les cellules en haut sans avoir à répéter le style dans chaque cellule */
.hiddenStructure {
+
table.td-align-top > * > tr > td {
    display: inline !important;
+
vertical-align: top;
    color: #f00;
 
    background-color: #0f0;
 
 
}
 
}
  
/* suppress missing interwiki image links where #ifexist cannot
+
/* Espacement du lien "[afficher]" ajouté par la classe mw-collapsible
   be used due to high number of requests see .hidden-redlink on
+
   en attendant résolution de https://phabricator.wikimedia.org/T155347 */
  [[m:MediaWiki:Common.css]] */
+
caption .mw-collapsible-toggle,
.check-icon a.new {
+
th .mw-collapsible-toggle {
    display: none;
+
margin-left: 0.3em;
    speak: none;
+
}
 +
/* @noflip */
 +
.mw-content-ltr caption .mw-collapsible-toggle,
 +
.mw-content-ltr th .mw-collapsible-toggle,
 +
.mw-content-rtl .mw-content-ltr caption .mw-collapsible-toggle,
 +
.mw-content-rtl .mw-content-ltr th .mw-collapsible-toggle {
 +
margin-left: 0.3em;
 +
}
 +
/* @noflip */
 +
.mw-content-rtl caption .mw-collapsible-toggle,
 +
.mw-content-rtl th .mw-collapsible-toggle,
 +
.mw-content-ltr .mw-content-rtl caption .mw-collapsible-toggle,
 +
.mw-content-ltr .mw-content-rtl th .mw-collapsible-toggle {
 +
margin-right: 0.3em;
 
}
 
}
  
/* Removes underlines from certain links */
+
/* Classe pour les listes horizontales séparées par des puces.
.nounderlines a,
+
  Adaptation de la classe 'hlist' de en:User:Edokter.
.IPA a:link, .IPA a:visited {
+
  (cf. [[mw:Snippets/Horizontal lists]]). */
    text-decoration: none !important;
+
.liste-horizontale ul,
 +
.liste-horizontale ol,
 +
.liste-horizontale li {
 +
margin-left: 0;
 +
display: inline;
 +
white-space: nowrap;
 +
}
 +
.liste-horizontale li:after {
 +
content: " "; /* au cas ou Mediawiki supprime les retours ligne */
 +
}
 +
.liste-horizontale li + li:before {
 +
white-space: normal;
 +
content: "· ";
 +
font-weight: bold;
 +
}
 +
.liste-horizontale li li:first-child:before {
 +
white-space: normal;
 +
content: " (";
 +
}
 +
.liste-horizontale li ul:after,
 +
.liste-horizontale li ol:after{
 +
content: ")";
 +
margin-left: -0.28em;
 +
}
 +
.liste-horizontale ol {
 +
counter-reset: listitem;
 +
}
 +
.liste-horizontale ol > li {
 +
counter-increment: listitem;
 +
}
 +
.liste-horizontale ol > li:first-child:before {
 +
content: "1.\202F";
 +
}
 +
.liste-horizontale li ol > li:first-child:before {
 +
content: " (1.\202F";
 +
}
 +
.liste-horizontale ol > li + li:before {
 +
content: "· " counter(listitem) ".\202F";
 +
font-weight: normal;
 
}
 
}
  
/* Standard Navigationsleisten, aka box hiding thingy
+
/* Listes sans puces */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
.liste-simple ul {
div.NavFrame {
+
line-height: inherit;
    margin: 0;
+
list-style: none none;
    padding: 4px;
+
margin: 0;
    border: 1px solid #a2a9b1;
+
}
    text-align: center;
+
.liste-simple ul li {
    border-collapse: collapse;
+
margin-bottom: 0;
    font-size: 95%;
 
 
}
 
}
div.NavFrame + div.NavFrame {
+
 
    border-top-style: none;
+
/* Styles pour listes imbriqués formant une arborescence,
    border-top-style: hidden;
+
  en particulier utilisés dans le [[modèle:Arbre début]]. */
 +
.treeview ul {
 +
padding: 0;
 +
margin: 0;
 
}
 
}
div.NavPic {
+
.treeview li {
    background-color: #fff;
+
padding: 0;
    margin: 0;
+
margin: 0;
    padding: 2px;
+
list-style-type: none;
    /* @noflip */
+
list-style-image: none;
    float: left;
 
 
}
 
}
div.NavFrame div.NavHead {
+
.treeview li li {
    line-height: 1.6em;
+
background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    font-weight: bold;
+
padding-left: 20px;
    background-color: #ccf;
+
text-indent: 0.3em;
    position: relative;
 
 
}
 
}
div.NavFrame p,
+
.treeview li li.lastline {
div.NavFrame div.NavContent,
+
background-position: 0 -5971px;
div.NavFrame div.NavContent p {
 
    font-size: 100%;
 
 
}
 
}
div.NavEnd {
+
.treeview li.emptyline > ul {
    margin: 0;
+
margin-left: -1px;
    padding: 0;
 
    line-height: 1px;
 
    clear: both;
 
 
}
 
}
a.NavToggle {
+
.treeview li.emptyline > ul > li:first-child {
    position: absolute;
+
background-position: 0 9px;
    top: 0;
 
    /* @noflip */
 
    right: 3px;
 
    font-weight: normal;
 
    font-size: 90%;
 
 
}
 
}
  
/* Hatnotes and disambiguation notices */
+
/* Amélioration de la présentation des <templatedata> */
.hatnote {
+
.mw-templatedata-doc-desc + p,
    font-style: italic;
+
.mw-templatedata-doc-param-name code:first-of-type {
 +
font-weight: bold;
 
}
 
}
.hatnote i {
+
.mw-templatedata-doc-params dl {
    font-style: normal;
+
font-size: 85%;
 +
margin: 0.5em 1em;
 
}
 
}
div.hatnote {
+
.mw-templatedata-doc-params dt {
    /* @noflip */
+
float: left;
    padding-left: 1.6em;
+
clear: both;
    margin-bottom: 0.5em;
+
font-weight: normal;
 +
font-style: italic;
 +
}
 +
.mw-templatedata-doc-params dt:after {
 +
content: "\a0:\a0";
 +
}
 +
.mw-templatedata-doc-params dd {
 +
float: left;
 +
margin: 0;
 
}
 
}
div.hatnote + div.hatnote {
+
.mw-templatedata-doc-muted {
    margin-top: -0.5em;
+
color: grey;
 
}
 
}
  
/* Allow transcluded pages to display in lists rather than a table. */
+
/* Style par défaut des bandeaux de portail décidés sur
.listify td    { display: list-item; }
+
  [[Wikipédia:Prise de décision/Bandeaux de portails]]
.listify tr    { display: block; }
+
  Utilisé dans [[Modèle:Méta lien vers portails]] et [[Modèle:Portail]]. */
.listify table { display: block; }
+
#bandeau-portail {
 +
border: solid #aaa 1px;
 +
background-color: #f9f9f9;
 +
text-align: center;
 +
margin-top: 1em;
 +
}
 +
#bandeau-portail,
 +
#liste-portail {
 +
padding: 4px;
 +
margin-left: 0;
 +
clear: both;
 +
}
 +
#liste-portail li,
 +
#bandeau-portail li{
 +
display: inline;
 +
}
 +
.bandeau-portail-element {
 +
white-space: nowrap;
 +
margin: 0 1.5em;
 +
}
 +
.bandeau-portail-icone {
 +
margin-right: 0.5em;
 +
}
 +
.bandeau-portail-texte {
 +
font-weight: bold;
 +
}
  
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
/* Classes pour les colonnes des portails */
  for how these are used. The classes "geo", "longitude", and
+
.portail-gauche,
  "latitude" are used by the [[Geo microformat]]. */
+
.portail-droite {
.geo-default, .geo-dms, .geo-dec  { display: inline; }
+
box-sizing: border-box;
.geo-nondefault, .geo-multi-punct { display: none; }
+
}
.longitude, .latitude            { white-space: nowrap; }
+
.portail-gauche {
 +
float: left;
 +
padding-right: 1.2rem;
 +
}
 +
.portail-droite {
 +
float: right;
 +
}
 +
@media (max-width: 981px) {
 +
.portail-gauche,
 +
.portail-droite {
 +
float: none;
 +
width: auto !important;
 +
}
 +
.portail-gauche {
 +
padding-right: 0;
 +
}
 +
}
  
/* Temporary(!) fix for horizontal TOC in Blink (Chrone/Opera) */
+
/* Page d'accueil et portail utilisant la même structure */
.hlist .tocnumber,
+
.accueil-contenu {
.hlist .toctext {
+
margin: 0.4em -1% 0.4em 0;
    display: inline;
+
display: flex;
 +
flex-flow: wrap;
 +
overflow: hidden; /*be kind ie10 et les navigateurs ne gérant pas les flexbox */
 +
}
 +
.accueil-droite,
 +
.accueil-gauche {
 +
display: flex;
 +
flex-flow: wrap;
 +
align-content: flex-start;
 +
margin: 0.4em 1% 0.4em 0;
 +
border: 1px solid #a7d7f9;
 +
border-radius: 1em;
 
}
 
}
/* When <div class="nonumtoc"> is used on the table of contents,
+
.accueil-droite {
  the ToC will display without numbers */
+
background: #f5faff;
.nonumtoc .tocnumber {
+
flex: 21em;
    display: none;
+
overflow: hidden;/*ie10*/
 
}
 
}
.nonumtoc #toc ul,
+
.accueil-gauche {
.nonumtoc .toc ul {
+
flex: 2 35em;
    line-height: 1.5em;
+
float: left; /*ie10*/
    list-style: none none;
+
width: 64%; /*ie10*/
    margin: .3em 0 0;
 
    padding: 0;
 
 
}
 
}
.hlist.nonumtoc #toc ul ul,
+
.accueil-cadre {
.hlist.nonumtoc .toc ul ul {
+
padding: 1.2em;
    /* @noflip */
+
}
    margin: 0;
+
.accueil-cadre .mw-headline-number {
 +
display: none;
 
}
 
}
  
/* Allow limiting of which header levels are shown in a TOC;
+
/* Retire le nom de la page d'accueil */
  <div class="toclimit-3">, for instance, will limit to
+
body.action-view.page-Wikipédia_Accueil_principal #firstHeading {
  showing ==headings== and ===headings=== but no further
+
position: absolute;
  (as long as there are no =headings= on the page, which
+
top: -5000px;
  there shouldn't be according to the MoS). */
 
.toclimit-2 .toclevel-1 ul,
 
.toclimit-3 .toclevel-2 ul,
 
.toclimit-4 .toclevel-3 ul,
 
.toclimit-5 .toclevel-4 ul,
 
.toclimit-6 .toclevel-5 ul,
 
.toclimit-7 .toclevel-6 ul {
 
    display: none;
 
 
}
 
}
  
/* Styling for Template:Quote */
+
/*
blockquote.templatequote div.templatequotecite {
+
Retire les numéros ajoutés lorsque "Préférences > Apparence > Numéroter automatiquement les titres de section" est coché
    line-height: 1.5em;
+
TODO : éventuellement créer une classe générique à ajouter à un div conteneur, permettant d'utiliser la fonctionnalité ailleurs
    /* @noflip */
+
*/
    text-align: left;
+
body.page-Wikipédia_Accueil_principal .mw-headline-number {
    /* @noflip */
+
display: none;
    padding-left: 1.6em;
 
    margin-top: 0;
 
 
}
 
}
  
/* User block messages */
+
/* Bandeau accueil */
div.user-block {
+
#interwiki-listecomplete {
    padding: 5px;
+
font-weight: bold;
    margin-bottom: 0.5em;
+
}
    border: 1px solid #A9A9A9;
+
 
    background-color: #FFEFD5;
+
/* Mise en page Accueil version 2017 */
 +
 
 +
#accueil_2017_en-tete {
 +
background: linear-gradient(to bottom, #fff, #e8f2f8);
 +
border-bottom: solid 1px #a8d7fc;
 +
}
 +
#accueil_2017_bandeau {
 +
background: url(https://upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-logo-v2-o50.svg) no-repeat -110px -15px;
 +
background-size: 300px 300px;
 +
padding: 1.5rem 1rem 1rem;
 +
font-family: 'Open Sans', Sans-serif;
 +
}
 +
#accueil_2017_bloc-titre {
 +
display: inline-block;
 +
margin-left: 14rem;
 +
margin-bottom: 1rem;
 +
text-align: left;
 +
line-height: 1.6;
 +
color: #457;
 +
}
 +
#accueil_2017_bloc-titre > h2 {
 +
margin: 0;
 +
padding: 0;
 +
border: none;
 +
font-size: 200%;
 +
font-weight: bold;
 +
font-family: 'Open Sans', Sans-serif;
 +
color: #457;
 +
}
 +
#accueil_2017_bloc-titre > p {
 +
margin: 0;
 +
padding: 0;
 +
font-size: 95%;
 +
}
 +
#accueil_2017_bloc-liens {
 +
text-align: center;
 +
font-size: 90%;
 +
font-weight: bold;
 +
}
 +
#accueil_2017_lien-mobile {
 +
margin-bottom: 1rem;
 
}
 
}
  
/* Prevent line breaks in silly places:
+
#accueil_2017_contenu {
  1) Where desired
+
margin-top: 1rem;
  2) Links when we don't want them to
+
}
  3) Bold "links" to the page itself */
+
#accueil_2017_contenu .portail-gauche {
.nowrap,
+
width: 60%;
.nowraplinks a,
 
.nowraplinks .selflink {
 
    white-space: nowrap;
 
 
}
 
}
.nowrap pre {
+
#accueil_2017_contenu .portail-droite {
    white-space: pre;
+
width: 40%;
 
}
 
}
/* But allow wrapping where desired: */
+
#accueil_2017_contenu:after {
.wrap,
+
clear: both;
.wraplinks a {
+
display: table;
    white-space: normal;
+
content: '';
 
}
 
}
  
/* For template documentation */
+
.accueil_2017_cadre {
.template-documentation {
+
box-shadow: 0 0 0.3rem #999;
    clear: both;
+
border-radius: 0.2rem;
    margin: 1em 0 0 0;
+
padding: 1.2rem;
    border: 1px solid #a2a9b1;
+
margin-bottom: 1.6rem;
    background-color: #ecfcf4;
+
}
    padding: 1em;
+
/* S'assurer que ces règles emportent bien la priorité sur toutes les skins */
 +
#mw-content-text .accueil_2017_cadre h2 {
 +
font-variant: small-caps;
 +
letter-spacing: 0.01em;
 +
border-bottom: solid 0.2rem #bdd8fb;
 +
margin: -0.4rem 0 0.5rem;
 +
}
 +
.accueil_2017_pied {
 +
padding: 1.3em 0 0;
 +
font-size: 85%;
 +
text-align: right;
 
}
 
}
  
/* Increase the height of the image upload box */
+
@media (min-width: 982px) {
#wpUploadDescription {
+
#accueil_2017_contenu {
    height: 13em;
+
display: flex;
 +
}
 +
#accueil_2017_contenu .portail-gauche,
 +
#accueil_2017_contenu .portail-droite {
 +
display: flex;
 +
flex-direction: column;
 +
}
 +
.accueil_2017_cadre:nth-child(1) {
 +
flex-grow: 1;
 +
}
 +
.accueil_2017_cadre:nth-child(2) {
 +
flex-grow: 2;
 +
}
 +
.accueil_2017_cadre:nth-child(3) {
 +
flex-grow: 3;
 +
}
 
}
 
}
  
/* Minimum thumb width */
+
/* Divers */
.thumbinner {
+
.globegris {
    min-width: 100px;
+
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
 +
background-repeat: no-repeat;
 +
background-position: -40px -15px;
 +
}
 +
.assistant {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/6/67/Nuvola_apps_khelpcenter_25%25.png");
 +
}
 +
.headergris {
 +
background: #f0f0f0 url("//upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
 +
margin: 0;
 +
font-size: 120%;
 +
font-weight: bold;
 +
border: 1px solid #a3b0bf;
 +
text-align: left;
 +
color: #000;
 +
padding: 0.15em 0.4em;
 +
}
 +
.cadregris {
 +
border: 1px solid #aaa;
 +
background: #fcfcfc;
 +
vertical-align: top;
 +
padding: 7px;
 +
margin-bottom: 0.6em;
 +
}
 +
.accueil_cadre_lien {
 +
text-align: right;
 +
margin-right: 0.5em;
 +
font-size: xx-small;
 
}
 
}
  
/* Prevent floating boxes from overlapping any category listings,
+
/* Tracé de lignes ferroviares ([[Modèle:3voies]] et cie) */
  file histories, edit previews, and edit [Show changes] views. */
+
.tablelignesferroviaires td {
#mw-subcategories, #mw-pages, #mw-category-media,
+
white-space: nowrap;
#filehistory, #wikiPreview, #wikiDiff {
 
    clear: both;
 
 
}
 
}
  
/* Selectively hide headers in WikiProject banners */
+
/* Infobox V2 (voir : [[Projet:Infobox/V2]]) */
.wpb .wpb-header            { display: none; }
+
.infobox_v2 {
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
+
background: #f9f9f9;
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
+
color: #000;
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */
+
font-size: 90%;
 +
line-height: 1.2em;
 +
float: right;
 +
clear: right;
 +
margin: 0 0 0.5em 1em;
 +
width: 294px;
 +
border: 1px solid #aaa;
 +
border-spacing: 5px;
 +
}
 +
.infobox_v2 th {
 +
vertical-align: super;
 +
text-align: left;
 +
}
 +
.infobox_v2 .entete {
 +
height: 43px;
 +
vertical-align: middle;
 +
text-align: center;
 +
font-size: 140%;
 +
font-weight: bolder;
 +
line-height: 1.1em;
 +
color: #000;
 +
}
 +
/* Padding si pictogramme d'infobox, e.g. ".entete.foobar"
 +
  Pas de pictogramme donc pas de padding sur ".entete.defaut" et ".entete"
 +
  Possibilité de désactiver ce padding en ajoutant une classe "large" */
 +
.infobox_v2 .entete:not(.defaut):not([class="entete"]):not(.large) {
 +
padding: 1px 48px;
 +
}
 +
/* Pour [[Modèle:Image et son]], etc. */
 +
.infobox_v2 .media {
 +
height: 35px;
 +
vertical-align: middle;
 +
text-align: center;
 +
font-weight: bolder;
 +
color: #000;
 +
}
  
/* Styling for Abuse Filter tags */
+
/* Graphiques transparents d'en-têtes des Infobox */
.mw-tag-markers {
+
.entete {
     font-style:italic;
+
background-position: right center;
    font-size:90%;
+
background-repeat: no-repeat;
 +
}
 +
.entete.aerostat {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png");
 +
}
 +
.entete.aikido {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Aikido_pictogram.svg/40px-Aikido_pictogram.svg.png");
 +
}
 +
.entete.alpinisme {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Picto_infobox_alpinisme.png");
 +
}
 +
.entete.alpinisme-escalade {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Picto_infobox_alpinisme-escalade.png");
 +
}
 +
.entete.arbitre {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Referee_football_pictogram.svg/35px-Referee_football_pictogram.svg.png");
 +
}
 +
.entete.arc {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Archery_pictogram.svg/35px-Archery_pictogram.svg.png");
 +
}
 +
.entete.archives2 {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/d/d6/Picto_infobox_archives.png");
 +
}
 +
.entete.artiste {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f3/Picto_infobox_artiste.png");
 +
}
 +
.entete.artsmartiauxjap {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Picto_infobox_samourai.png");
 +
}
 +
.entete.association {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Collaboration_logo_infobox.svg/50px-Collaboration_logo_infobox.svg.png");
 +
}
 +
.entete.athletisme {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Athletics_pictogram.svg/40px-Athletics_pictogram.svg.png");
 +
}
 +
.entete.audio {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png");
 +
}
 +
.entete.auteur {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png");
 +
}
 +
.entete.aviron {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Rowing_pictogram.svg/35px-Rowing_pictogram.svg.png");
 +
}
 +
.entete.badminton {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/90/Badminton_pictogram.svg/35px-Badminton_pictogram.svg.png");
 +
}
 +
.entete.baseball {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Baseball_pictogram.svg/35px-Baseball_pictogram.svg.png");
 +
}
 +
.entete.basket-ball {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Picto_Infobox_Basketball.png");
 +
}
 +
.entete.bd {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png");
 +
}
 +
.entete.biathlon {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/00/Biathlon_pictogram.svg/40px-Biathlon_pictogram.svg.png");
 +
}
 +
.entete.biere {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png");
 +
}
 +
.entete.boxe {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Boxing_pictogram.svg/35px-Boxing_pictogram.svg.png");
 +
}
 +
.entete.calendrier {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Almanacco.png");
 +
}
 +
.entete.canada {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png");
 +
}
 +
.entete.cardinal {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png");
 +
}
 +
.entete.catch {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/7/79/Picto_infobox_catch.png");
 +
}
 +
.entete.chateau {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png");
 +
}
 +
.entete.chimie {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/Picto_infobox_chemistry_HUN.png");
 +
}
 +
.entete.cinema {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png");
 +
}
 +
.entete.communication {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png");
 +
}
 +
.entete.cyclisme {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Cycling_%28road%29_pictogram.svg/45px-Cycling_%28road%29_pictogram.svg.png");
 +
}
 +
.entete.deportation {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_Infobox_deportation.png");
 +
}
 +
.entete.diplomatie {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_infobox_ambassade.png");
 +
}
 +
.entete.disney {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/d/d3/Picto_infobox_Disney.png");
 +
}
 +
.entete.droit {
 +
        background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/17/Balance%2C_by_David.svg/40px-Balance%2C_by_David.svg.png");
 +
}
 +
.entete.drone-civil {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/Picto_infobox_civil_drone.png");
 +
}
 +
.entete.egypte-antique {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png");
 +
}
 +
.entete.equitation {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Equestrian_pictogram.svg/35px-Equestrian_pictogram.svg.png");
 +
}
 +
.entete.entreprise {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/19/Factory_black.png/40px-Factory_black.png");
 +
}
 +
.entete.entreprise-blanc {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Factory_white.png/40px-Factory_white.png");
 +
}
 +
.entete.escalade {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e1/Picto_infobox_escalade.png");
 +
}
 +
.entete.escrime {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Fencing_pictogram.svg/35px-Fencing_pictogram.svg.png");
 +
}
 +
.entete.espagne {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/11/Picto_Infobox_Coat_of_Arms_of_Spain.png");
 +
}
 +
.entete.eveque {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png");
 +
}
 +
.entete.floorball {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Floorball_pictogram.svg/35px-Floorball_pictogram.svg.png");
 +
}
 +
.entete.fondeur {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Cross_country_skiing_pictogram.svg/40px-Cross_country_skiing_pictogram.svg.png");
 +
}
 +
.entete.football {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png");
 +
}
 +
.entete.footballblack {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/8/86/Picto_infobox_fotbal_2.png");
 +
}
 +
.entete.futsal {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Futsal_pictogram.svg/35px-Futsal_pictogram.svg.png");
 +
}
 +
.entete.golf {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Golf_pictogram.svg/35px-Golf_pictogram.svg.png");
 +
}
 +
.entete.grappe {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png");
 +
}
 +
.entete.gymnastique {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/12/Gymnastics_%28artistic%29_pictogram.svg/35px-Gymnastics_%28artistic%29_pictogram.svg.png");
 +
}
 +
.entete.handball {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Handball_pictogram_white.svg/35px-Handball_pictogram_white.svg.png");
 +
}
 +
.entete.handballblack {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/52/Handball_pictogram.svg/35px-Handball_pictogram.svg.png");
 +
}
 +
.entete.helicoptere {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png");
 +
}
 +
.entete.hockey {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_Infobox_Ice_hockey.png");
 +
}
 +
.entete.hockey-sur-gazon {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Field_hockey_pictogram.svg/35px-Field_hockey_pictogram.svg.png");
 +
}
 +
.entete.hospitaliers {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_Hospitaliers.png");
 +
}
 +
.entete.humain {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png");
 +
}
 +
.entete.informatique {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/ae/Picto-infoboxinfo.png");
 +
}
 +
.entete.israel-judaisme {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png");
 +
}
 +
.entete.jeu {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png");
 +
}
 +
.entete.jeu-role {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png");
 +
}
 +
.entete.jeuvideo {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png");
 +
}
 +
.entete.judo {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Judo_pictogram.svg/40px-Judo_pictogram.svg.png");
 +
}
 +
.entete.karate {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Karate_pictogram.svg/40px-Karate_pictogram.svg.png");
 +
}
 +
.entete.kayak {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Canoeing_%28flatwater%29_pictogram.svg/35px-Canoeing_%28flatwater%29_pictogram.svg.png");
 +
}
 +
.entete.kickboxing {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Kickboxing_pictogram.svg/40px-Kickboxing_pictogram.svg.png");
 +
}
 +
.entete.lutte {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/12/Wrestling_pictogram.svg/40px-Wrestling_pictogram.svg.png");
 +
}
 +
.entete.macintosh {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png");
 +
}
 +
.entete.map {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png");
 +
}
 +
.entete.medecine {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_med.png");
 +
}
 +
.entete.mets {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png");
 +
}
 +
.entete.militaire {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_military.png");
 +
}
 +
.entete.montreal-metro {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Picto_infobox_Mtl_metro.png");
 +
}
 +
.entete.montreal-train {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/9/99/Picto_infobox_Mtl_train.png");
 +
}
 +
.entete.moteur-avion {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png");
 +
}
 +
.entete.musee {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/ac/Infobox_museum_pictogram.png");
 +
}
 +
.entete.musique {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png");
 +
}
 +
.entete.natation {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Swimming_pictogram_white.png/35px-Swimming_pictogram_white.png");
 +
}
 +
.entete.nations-unies {
 +
     background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3a/Picto_infobox_UN.png");
 +
}
 +
.entete.oenologie {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/7/73/Icone_oenobox.png");
 +
}
 +
.entete.omnisports {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Sport3_icone.svg/35px-Sport3_icone.svg.png");
 +
}
 +
.entete.papyrus {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_papyrus.png");
 +
}
 +
.entete.paralympique {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png");
 +
}
 +
.entete.persofiction {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png");
 +
}
 +
.entete.petrole {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Picto_Infobox_Oil.png");
 +
}
 +
.entete.planeur {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png");
 +
}
 +
.entete.plateforme {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Picto_Infobox_Oil_Platform.png");
 +
}
 +
.entete.poker {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Crystal_Clear_app_Cardgame-3.svg/50px-Crystal_Clear_app_Cardgame-3.svg.png");
 +
}
 +
.entete.presse {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png");
 +
}
 +
.entete.pretendant {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_pr%C3%A9tendant_%C3%A0_un_tr%C3%B4ne.png");
 +
}
 +
.entete.projet {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png");
 +
}
 +
.entete.psychologie {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/7/77/Picto_infobox_psycho.png");
 +
}
 +
.entete.quebec {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png");
 +
}
 +
.entete.recherche {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png");
 +
}
 +
.entete.rinkhockey {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Roller_hockey_pictogram.svg/35px-Roller_hockey_pictogram.svg.png");
 +
}
 +
.entete.rome-antique {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3c/Picto_infobox_Roman_military_banner.png");
 +
}
 +
.entete.route {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e7/Infobox_road_pictogram.png");
 +
}
 +
.entete.rugby {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/0/06/Picto_Infobox_Rugby.png");
 +
}
 +
.entete.rugbyblack {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Rugby_union_pictogram.svg/35px-Rugby_union_pictogram.svg.png");
 +
}
 +
.entete.sautski {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Ski_jumping_pictogram.svg/40px-Ski_jumping_pictogram.svg.png");
 +
}
 +
.entete.science-fiction {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png");
 +
}
 +
.entete.ski-alpin {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Alpine_skiing_pictogram.svg/40px-Alpine_skiing_pictogram.svg.png");
 +
}
 +
.entete.sport {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png");
 +
}
 +
.entete.sport-automobile {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/af/Picto_infobox_sport_auto.png");
 +
}
 +
.entete.squash {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Squash_pictogram.svg/35px-Squash_pictogram.svg.png");
 +
}
 +
.entete.surf {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Surfing_pictogram.svg/35px-Surfing_pictogram.svg.png");
 +
}
 +
.entete.taekwondo {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Taekwondo_pictogram.svg/40px-Taekwondo_pictogram.svg.png");
 +
}
 +
.entete.television {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png");
 +
}
 +
.entete.tennis {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Tennis_pictogram.svg/35px-Tennis_pictogram.svg.png");
 +
}
 +
.entete.tennis-de-table {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Table_tennis_pictogram_white.svg/40px-Table_tennis_pictogram_white.svg.png");
 +
}
 +
.entete.tennis-de-tableblack {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Table_tennis_pictogram.svg/35px-Table_tennis_pictogram.svg.png");
 +
}
 +
.entete.timbre {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png");
 +
}
 +
.entete.train {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png");
 +
}
 +
.entete.triathlon {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Triathlon_pictogram.svg/40px-Triathlon_pictogram.svg.png");
 +
}
 +
.entete.ultimate {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Ultimate_pictogram.svg/70px-Ultimate_pictogram.svg.png");
 +
}
 +
.entete.union-europeenne {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png");
 +
}
 +
.entete.universite {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png");
 +
}
 +
.entete.video {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png");
 +
}
 +
.entete.voile {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Sailing_pictogram.svg/40px-Sailing_pictogram.svg.png");
 +
}
 +
.entete.volleyball {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Volleyball_%28indoor%29_pictogram.svg/35px-Volleyball_%28indoor%29_pictogram.svg.png");
 +
}
 +
.entete.water-polo {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Water_polo_pictogram.svg/40px-Water_polo_pictogram.svg.png");
 +
}
 +
.entete.snooker {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Cue_sports_pictogram.svg/40px-Cue_sports_pictogram.svg.png");
 
}
 
}
  
/* Hide stuff meant for accounts with special permissions. Made visible again in
+
.media.audio {
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat left top;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
+
}
.sysop-show,
+
.media.video {
.accountcreator-show,
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat left top;
.templateeditor-show,
 
.extendedmover-show,
 
.autoconfirmed-show,
 
.user-show {
 
    display: none;
 
 
}
 
}
  
/**
+
/* Pour le [[modèle:Infobox/Géolocalisation multiple]] et le [[modèle:Géolocdual]]. */
* Hide the redlink generated by {{Editnotice}},
+
.img_toogle ul {
* this overrides the ".sysop-show { display: none; }" above that applies
+
list-style-type: none !important;
* to the same link as well. See [[phab:T45013]]
+
list-style-image: none !important;
*
+
list-style-position: outside !important;
* Hide the images in editnotices to keep them readable in VE view.
+
text-align: center;
* Long term, editnotices should become a core feature so that they can be designed responsive.
 
*/
 
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
 
.ve-ui-mwNoticesPopupTool-item .mbox-image,
 
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
 
    display: none !important;
 
 
}
 
}
  
/* Remove bullets when there are multiple edit page warnings */
+
/* Infobox V3 */
ul.permissions-errors > li {
+
div.infobox_v3 {
    list-style: none none;
+
padding: 5px;
 +
width: 25em;
 +
background: #f9f9f9;
 +
border: 1px solid #aaa;
 +
clear: right;
 +
float: right;
 +
font-size: 0.9em;
 +
line-height: 1.4;
 +
margin: 0 0 0.5em 1em;
 +
max-width: 325px;
 +
word-wrap: break-word;
 +
}
 +
.infobox_v3 .entete {
 +
display: table;
 +
height: 45px;
 +
width: 100%;
 +
font-weight: bold;
 +
text-align: center;
 +
font-size: 1.4em;
 +
line-height: 1.1;
 +
margin-bottom: 10px;
 +
background-color: #dfedff;
 +
}
 +
.infobox_v3 .entete > div {
 +
display: table-cell;
 +
vertical-align: middle;
 +
padding: 3px;
 +
}
 +
.infobox_v3:not(.large) .entete.icon > div {
 +
padding: 3px 48px;
 +
}
 +
/* Images */
 +
.infobox_v3 .images {
 +
text-align: center;
 +
display: flex;
 +
justify-content: space-around;
 +
align-items: center;
 +
}
 +
.infobox_v3 .images a {
 +
max-width: 100%;
 +
flex: 0 0 auto; /* be kind ie11 */
 +
}
 +
.infobox_v3 .deux-images a {
 +
max-width: 48%;
 +
}
 +
.infobox_v3 .images img {
 +
max-width: 100%;
 +
height: auto;
 +
}
 +
.infobox_v3 .legend {
 +
font-size: 0.9em;
 +
text-align: center;
 +
margin: 5px 0 8px 0;
 +
}
 +
/* Tableaux */
 +
.infobox_v3 table {
 +
width: 100%;
 +
margin: 5px 0;
 +
table-layout: fixed;
 +
border-collapse: collapse;
 +
}
 +
.infobox_v3 th[scope="col"] {
 +
text-align: center;
 +
word-wrap: normal;
 +
}
 +
.infobox_v3 th[scope=row] {
 +
text-align: left;
 +
padding-right: 10px;
 +
width: 8em;
 +
max-width: 140px;
 +
word-wrap: normal;
 +
}
 +
.infobox_v3 th[scope=row],
 +
.infobox_v3 td {
 +
padding-top: 4px;
 +
vertical-align: super;
 +
}
 +
.infobox_v3 th[scope=row].middle {
 +
vertical-align: middle;
 +
}
 +
.infobox_v3.bordered th[scope=row],
 +
.infobox_v3.bordered td {
 +
padding-bottom: 4px;
 +
border-top: 1px solid #dfedff;
 +
}
 +
.infobox_v3.bordered caption.bordered {
 +
margin: 0 0 -1px 0;
 +
}
 +
.infobox_v3 tr.left td {
 +
text-align: left;
 +
}
 +
.infobox_v3 tr.vborder td {
 +
border-left: 1px dotted #aaa;
 +
}
 +
.infobox_v3 tr.vborder td:first-child {
 +
border-left: none;
 +
}
 +
.infobox_v3 td.data {
 +
text-align: center;
 +
}
 +
.infobox_v3 tr:first-child ul:first-child {
 +
margin-top: 0;
 +
}
 +
/* Titres bloc et caption tableaux */
 +
.infobox_v3 p.bloc,
 +
.infobox_v3 caption {
 +
font-weight: bold;
 +
text-align: center;
 +
line-height: 1.1;
 +
margin: 0 0 5px 0;
 +
padding: 4px;
 +
background: #dfedff;
 +
}
 +
.infobox_v3 p.bloc {
 +
margin: 5px 0;
 +
}
 +
.infobox_v3 caption.bordered,
 +
.infobox_v3 p.bordered {
 +
border-top: 1px solid #dfedff;
 +
border-bottom: 1px solid #dfedff;
 +
background: transparent;
 +
}
 +
.infobox_v3 .bordered.navbar,
 +
.infobox_v3 .bordered.nav {
 +
padding-top: 4px;
 +
border-bottom: 0;
 
}
 
}
ul.permissions-errors {
+
/* TODO : mettre à jour la classe .hidden générique */
    margin: 0;
+
.infobox_v3 caption.hidden {
 +
margin: 0 !important;
 +
padding: 0 !important;
 +
}
 +
/* Séparateur */
 +
.infobox_v3 .hr {
 +
font-size: 1px;
 +
line-height: 1px;
 +
margin: 5px 0;
 +
background-color: #dfedff;
 +
}
 +
.infobox_v3 .hr.collapse {
 +
margin: 5px 0 -8px 0;
 +
}
 +
/* Tnavbar */
 +
.infobox_v3 .navbar {
 +
text-align: right;
 +
font-size: 0.8em;
 +
line-height: 1.1;
 +
margin: 8px 0 0;
 +
}
 +
.infobox_v3 .navbar .plainlinks {
 +
float: left;
 +
}
 +
/* Navigateur */
 +
.infobox_v3 .overflow {
 +
overflow: hidden;
 +
}
 +
.infobox_v3 .prev a,
 +
.infobox_v3 .prev_bloc {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/49/ArrowLeftNavbox.svg/12px-ArrowLeftNavbox.svg.png") no-repeat left center;
 +
float: left;
 +
max-width: 40%;
 +
padding: 0 0 0 18px;
 +
text-align: left;
 +
}
 +
.infobox_v3 .next a,
 +
.infobox_v3 .next_bloc {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/10/ArrowRightNavbox.svg/12px-ArrowRightNavbox.svg.png") no-repeat right center;
 +
float: right;
 +
max-width: 40%;
 +
padding: 0 18px 0 0;
 +
text-align: right;
 +
}
 +
/* Divers */
 +
.infobox_v3 table.maillot-equipe td {
 +
padding: 0;
 +
}
 +
.infobox_v3 table.maillot-equipe {
 +
table-layout: auto;
 
}
 
}
  
/* Pie chart: transparent borders */
+
/* Taxobox V3 (cf. [[Utilisateur:Hexasoft/Taxobox code V3]]) */
.transborder {
+
.taxobox_v3 {
    border: solid transparent;
+
font-size: 0.99em !important;
 +
padding: 1px;
 +
}
 +
/* Style global par défaut */
 +
div.taxobox_v3 .entete,
 +
.taxobox_v3 caption,
 +
.taxobox_v3 p.bloc {
 +
font-style: normal;
 +
}
 +
/* Ne pas utiliser le gras dans la partie gauche des lignes données mixtes */
 +
.taxobox_v3 th {
 +
font-weight: normal;
 +
}
 +
/* Change la couleur des séparateur d'un bleu pâle à gris pâle */
 +
div.taxobox_v3.bordered th[scope=row],
 +
div.taxobox_v3.bordered td {
 +
padding-bottom: 4px;
 +
border-top: 1px solid #ededed;
 
}
 
}
  
/* Generic class for Times-based serif, texhtml class for inline math */
+
/* Couleur "animal" (titre, sections) */
.times-serif,
+
div.taxobox_v3.animal .entete {
span.texhtml {
+
background-color: LightSalmon;
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
+
}
    font-size: 118%;
+
.taxobox_v3.animal caption,
    line-height: 1;
+
.taxobox_v3.animal p.bloc {
 +
background-color: Bisque;
 +
}
 +
/* Couleur "plante" (titre, sections) */
 +
div.taxobox_v3.plante .entete {
 +
background-color: lightgreen;
 +
}
 +
.taxobox_v3.plante caption,
 +
.taxobox_v3.plante p.bloc {
 +
background-color: #ccffcc;
 
}
 
}
span.texhtml {
+
/* Couleur "champignon" (titre, sections) */
    white-space: nowrap;
+
div.taxobox_v3.champignon .entete {
 +
background-color: SkyBlue;
 
}
 
}
span.texhtml span.texhtml {
+
.taxobox_v3.champignon caption,
    font-size: 100%;
+
.taxobox_v3.champignon p.bloc {
 +
background-color: PowderBlue;
 
}
 
}
span.mwe-math-mathml-inline {
+
/* Couleur "test" (titre, sections) */
    font-size: 118%;
+
div.taxobox_v3.test .entete {
 +
background-color: #50a0a0;
 +
}
 +
.taxobox_v3.test caption,
 +
.taxobox_v3.test p.bloc {
 +
background-color: #70c0c0;
 +
}
 +
/* Couleur "algue" (titre, sections) */
 +
div.taxobox_v3.algue .entete {
 +
background-color: MediumAquamarine;
 +
}
 +
.taxobox_v3.algue caption,
 +
.taxobox_v3.algue p.bloc {
 +
background-color: #bfffe6;
 +
}
 +
/* Couleur "archaea" (titre, sections) */
 +
div.taxobox_v3.archaea .entete {
 +
background-color: darkgray;
 +
}
 +
.taxobox_v3.archaea caption,
 +
.taxobox_v3.archaea p.bloc {
 +
background-color: lightgray;
 +
}
 +
/* Couleur "protiste" (titre, sections) */
 +
div.taxobox_v3.protiste .entete {
 +
background-color: khaki;
 +
}
 +
.taxobox_v3.protiste caption,
 +
.taxobox_v3.protiste p.bloc {
 +
background-color: PaleGoldenrod;
 +
}
 +
/* Couleur "virus" (titre, sections) */
 +
div.taxobox_v3.virus .entete {
 +
background-color: #d1d1f9;
 +
}
 +
.taxobox_v3.virus caption,
 +
.taxobox_v3.virus p.bloc {
 +
background-color: Lavender;
 +
}
 +
/* Couleur "neutre" (titre, sections) */
 +
div.taxobox_v3.neutre .entete {
 +
background-color: #eee;
 +
}
 +
.taxobox_v3.neutre caption,
 +
.taxobox_v3.neutre p.bloc {
 +
background-color: #eee;
 +
}
 +
/* Couleurs "bactérie", "eucaryote" et "procaryote" (titre, sections) */
 +
div.taxobox_v3.bacterie .entete,
 +
div.taxobox_v3.eucaryote .entete,
 +
div.taxobox_v3.procaryote .entete {
 +
background-color: lightgrey;
 +
}
 +
.taxobox_v3.bacterie caption,
 +
.taxobox_v3.bacterie p.bloc,
 +
.taxobox_v3.eucaryote caption,
 +
.taxobox_v3.eucaryote p.bloc,
 +
.taxobox_v3.procaryote caption,
 +
.taxobox_v3.procaryote p.bloc {
 +
background-color: #e6e6e6;
 
}
 
}
  
/* Force tabular and lining display for digits and texhtml */
+
/* Style typographique : zoologie ou rien (botanique) */
.digits,
+
div.taxobox_v3 .taxobox_classification {
.texhtml {
+
font-style: italic;
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
+
}
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
+
div.taxobox_v3 .taxobox_classification .rnormal,
    font-feature-settings: "lnum", "tnum", "kern" 0;
+
div.taxobox_v3.zoologie .taxobox_classification .normal,
    font-variant-numeric: lining-nums tabular-nums;
+
div.taxobox_v3 th[scope="row"] {
    font-kerning: none;
+
font-style: normal;
 
}
 
}
  
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
+
/* Version distincte de "alternance", afin d'être indépendant des choix fait par
.mwe-math-fallback-image-display,
+
  ailleurs et de pouvoir modifier à volonté l'aspect. */
.mwe-math-mathml-display {
+
table.taxoalternance tr,
    margin-left: 1.6em !important;
+
.taxoalternance.wikitable th[scope="row"] {
    margin-top: 0.6em;
+
background: #fff;
    margin-bottom: 0.6em;
 
 
}
 
}
.mwe-math-mathml-display math {
+
table.taxoalternance tr:nth-child(odd),
    display: inline;
+
.taxoalternance.wikitable tr:nth-child(odd) th[scope="row"] {
 +
background: #f5f5f5;
 
}
 
}
  
/* Fix styling of transcluded prefindex tables */
+
/* Effets dégradés : utilisables pour un effet ombragé dans les modèles de cadre
table#mw-prefixindex-list-table,
+
  (par exemple : [[Portail:Montréal/Cadre]]). Ceux-ci ne doivent pas dépasser 43
table#mw-prefixindex-nav-table {
+
  pixels de hauteur au risque d'y voir un effet indésirable. */
    width: 98%;
+
.degrade {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png");
 +
background-position: top;
 +
background-size: 100% 100%;
 +
background-repeat: repeat-x;
 +
}
 +
.degrade_rev {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/6/61/Gradient_reversed_43px.png");
 +
background-position: top;
 +
background-repeat: repeat-x;
 +
}
 +
.degrade_double {
 +
background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Double_Gradient_60px_V.png");
 +
background-position: top;
 +
background-repeat: repeat;
 
}
 
}
  
/* For portals, added 2011-12-07 -bv
+
/* Classe de masquage, remplace display:none. Contenu non affiché mais lisible par les lecteurs d'écrans. */
  On wide screens, show these as two columns
+
.hidden {
  On narrow and mobile screens, let them collapse into a single column */
+
position: absolute;
.portal-column-left {
+
left: 0;
    float: left;
+
top: -5000px;
    width: 50%;
+
width: 1px;
 +
height: 1px;
 +
overflow: hidden;
 
}
 
}
.portal-column-right {
+
caption.hidden {
    float: right;
+
position: static;
    width: 49%;
+
text-indent: -5000px;
 
}
 
}
.portal-column-left-wide {
+
 
    float: left;
+
/* Géolocalisation dynamique */
    width: 60%;
+
.img_toogle div, .img_toogle table, .img_toogle ul {
 +
margin: 0 auto !important;
 
}
 
}
.portal-column-right-narrow {
+
.img_toogle .a_toogle {
    float: right;
+
display: block;
    width: 39%;
+
text-align: center !important;
 +
font-size: 0.95em;
 
}
 
}
.portal-column-left-extra-wide {
+
.img_toogle .geobox {
    float: left;
+
position: relative
    width: 70%;
 
 
}
 
}
.portal-column-right-extra-narrow {
+
.img_toogle .geobox +.geobox {
    float: right;
+
border-top: 5px solid #aaa
    width: 29%;
 
 
}
 
}
@media only screen and (max-width: 800px) {
+
.img_toogle .geopoint {
    /* Decouple the columns on narrow screens */
+
position: absolute;
    .portal-column-left,
+
width: 5px;
    .portal-column-right,
+
height: 5px;
    .portal-column-left-wide,
+
font-size: 1px;
    .portal-column-right-narrow,
+
border: 1px solid #000;
    .portal-column-left-extra-wide,
+
background: #f00;
    .portal-column-right-extra-narrow {
 
        float: inherit;
 
        width: inherit;
 
    }
 
 
}
 
}
  
/* Formerly for announcements, now used intermittently */
+
/* Gallery */
#bodyContent .letterhead {
+
ul.gallery {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
+
margin: 2px auto;
    background-repeat:no-repeat;
+
text-align: center;
    padding: 2em;
+
}
    background-color: #faf9f2;
+
.gallerytext {
 +
text-align: left;
 +
font-size: 89%;
 +
}
 +
.mw-gallery-slideshow-caption .gallerytext {
 +
text-align: center;
 
}
 
}
  
/* Tree style lists */
+
/* Pour le [[modèle:Autres projets]] */
.treeview ul {
+
.autres-projets ul {
    padding: 0;
+
margin: 0;
    margin: 0;
+
padding: 0;
 
}
 
}
.treeview li {
+
.autres-projets li {
    padding: 0;
+
list-style-type: none;
    margin: 0;
+
list-style-image: none;
    list-style-type: none;
+
margin: 0.2em 0;
    list-style-image: none;
+
text-indent: 0;
 +
padding-left: 24px;
 +
min-height: 20px;
 +
text-align: left;
 
}
 
}
.treeview li li {
+
.autres-projets .titre {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
+
text-align: center;
    /* @noflip */
+
margin: 0.2em 0;
    padding-left: 20px;
 
    text-indent: 0.3em;
 
 
}
 
}
.treeview li li.lastline {
+
.autres-projets li a {
    background-position: 0 -5971px
+
font-style: italic;
 
}
 
}
.treeview li.emptyline > ul {
+
 
    /* @noflip */
+
/* Classes pour modèles de sommaires allégés */
    margin-left: -1px;
+
.toc_niveau_1 ul ul,
 +
.toc_niveau_2 ul ul ul,
 +
.toc_niveau_3 ul ul ul ul,
 +
.toc_niveau_4 ul ul ul ul ul,
 +
.toc_niveau_5 ul ul ul ul ul ul {
 +
display: none;
 
}
 
}
.treeview li.emptyline > ul > li:first-child {
+
 
    background-position: 0 9px
+
.mw-textarea-protected {
 +
border: 2px solid #ff0000;
 +
color: navy;
 
}
 
}
  
/* hidden sortkey for tablesorter */
+
/* Abusefilter */
td .sortkey,
+
.mw-abusefilter-diff-context,
th .sortkey {
+
.mw-abusefilter-diff-multiline td { /* Les longues lignes sans espace sont fréquentes. */
    display: none;
+
word-wrap: break-word;
    speak: none;
+
max-width: 40em;
 
}
 
}
  
/* Make it possible to hide checkboxes in <inputbox> */
+
/* Subdivisions administratives */
.inputbox-hidecheckboxes form .inputbox-element,
+
.communes th[scope=col] { /* Défaut, voir le [[modèle:ÉluDébut]] */
.inputbox-hidecheckboxes .mw-ui-checkbox {
+
background-color: #ddffdd;
    display: none !important;
+
}
 +
.localites th[scope=col] {
 +
background-color: #ffffbb;
 +
}
 +
.intercommunalites th[scope=col] {
 +
background-color: #ffe2bf;
 +
}
 +
.cantons th[scope=col] {
 +
background-color: #ece5ca;
 +
}
 +
.arrondissements th[scope=col] {
 +
background-color: #e1e1e1;
 +
}
 +
.departements th[scope=col] {
 +
background-color: #f6f3dd;
 +
}
 +
.regions th[scope=col] {
 +
background-color: #bbdefd;
 
}
 
}
  
/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
+
/* Éditeur visuel : adaptation des messages d'avertissement */
.k-player .k-attribution {
+
.ve-ui-mwSaveDialog #cpwarn {
    visibility: hidden;
+
background: none;
 +
color: #111;
 +
padding: 3px;
 +
}
 +
.ve-ui-mwSaveDialog #avertissement-filtre {
 +
background: none;
 +
border: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
.ve-ui-mwSaveDialog .grosse-icone {
 +
background: none;
 +
padding: 0;
 +
}
 +
.ve-ui-mwSaveDialog .bandeau-icone {
 +
display: none;
 
}
 
}
  
/* Move 'play' button of video player to bottom left corner */
+
/* Aide et accueil */
.PopUpMediaTransform a .play-btn-large {
+
#aa-bloc-tete { /* Messages système */
    margin: 0;
+
display: table;
    top: auto;
+
width: 100%;
    right: auto;
+
}
    bottom: 0;
+
#aa-bloc-gauche,
    left: 0;
+
#aa-bloc-droite {
 +
display: table-cell;
 +
vertical-align: middle;
 +
}
 +
#aa-bloc-droite {
 +
width: 30%;
 +
}
 +
#aa-bloc-dessous {
 +
padding: 5px 10px;
 +
}
 +
#aa-bloc-tete h2 {
 +
margin-top: 4pt; /* Correction du style des titres par défaut pour une meilleure intégration */
 +
}
 +
/* Couleur et apparence des éléments */
 +
.aa-fond-gris {
 +
background-color: #f6f6f6;
 +
padding: 10px;
 +
font-size: 1.1em;
 +
}
 +
.aa-filet-gris {
 +
border: 1px solid #ccc;
 +
border-left-width: 6px;
 +
}
 +
.aa-fond-blanc {
 +
background-color: #fff;
 +
padding: 10px;
 +
}
 +
.aa-fond-avertissement {
 +
display: block;
 +
border-bottom: 1px solid #c00;
 +
background-color: #fff;
 +
padding: 10px;
 +
}
 +
.aa-titre-bleu {
 +
color: #3366bb;
 +
border: none;
 +
}
 +
.aa-titre-rouge {
 +
color: #c00;
 +
border: none;
 +
}
 +
.aa-titre-vert {
 +
color: #008769;
 +
border: none;
 +
}
 +
.aa-faux-h2 {
 +
line-height: 1.3;
 +
font-weight: normal;
 +
font-size: 1.5em;
 +
}
 +
.aa-faux-h3 {
 +
font-weight: normal;
 +
font-size: 1.17em;
 +
}
 +
.aa-en-tete-aide-largeur {
 +
max-width: 1000px;
 +
}
 +
.aa-en-tete-aide-droite {
 +
width: 140px;
 +
float: right;
 +
background: #fff;
 +
padding: 6px;
 +
margin-left: 20px;
 +
font-size: 0.9em;
 +
}
 +
.aa-en-tete-aide-ariane {
 +
font-size: 0.9em;
 +
display: block;
 +
margin: 0 0 5px 10px;
 +
padding: 5px 5px 5px 0;
 +
}
 +
.aa-en-tete-aide-chapo {
 +
font-size: 1.2em;
 +
margin: 10px;
 +
margin-right: 166px;
 +
}
 +
.aa-en-tete-aide-petit {
 +
font-size: 0.8em;
 +
}
 +
.aa-couleur-aide {
 +
color: #ff5d00;
 +
}
 +
.aa-couleur-niveau-avance {
 +
padding: 3px;
 +
color: #fff;
 +
background: #347bff;
 +
}
 +
.aa-couleur-niveau-expert {
 +
padding: 3px;
 +
color: #fff;
 +
background: #d11813;
 +
}
 +
.aa-couleur-niveau-debutant {
 +
padding: 3px;
 +
color: #fff;
 +
background: #00af89;
 +
}
 +
.aa-en-tete-aide-statut {
 +
background: none repeat scroll 0 0 #ffe7db;
 +
padding: 3px;
 
}
 
}
  
/* Hide FlaggedRevs notice UI when there are no pending changes */
+
/* Migrated from [[MediaWiki:Cite references prefix]] */
.flaggedrevs_draft_synced,
+
ol.references {
.flaggedrevs_stable_synced {
+
font-size: 85%;
    display: none;
 
 
}
 
}
  
/* Gallery styles background changes are restricted to screen view. In printing we should avoid applying backgrounds. */
+
/* Masquage de certains avertissements si le JS est activé, utilisé dans le [[Modèle:Noscript]] */
@media screen {
+
.client-js .template-noscript {
/* The backgrounds for galleries. */
+
display: none;
#content .gallerybox div.thumb {
 
    /* Light gray padding */
 
    background-color: #f8f9fa;
 
}
 
 
/* Put a chequered background behind images, only visible if they have transparency.
 
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
 
.gallerybox .thumb img {
 
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
 
}
 
/* But not on articles, user pages, portals or with opt-out. */
 
.ns-0 .gallerybox .thumb img,
 
.ns-2 .gallerybox .thumb img,
 
.ns-100 .gallerybox .thumb img,
 
.nochecker .gallerybox .thumb img {
 
    background: #fff;
 
}
 
 
}
 
}
 +
 +
/* </nowiki> */
 +
 +
/**************************************
 +
*    Font xwing - version : 2.6.9    *
 +
**************************************/
 +
 +
@charset "UTF-8";
 +
/*
 +
* Icons
 +
*/
 +
@font-face {
 +
  font-family: XWing;
 +
  src: url("resources/xwing2/xwing-miniatures.ttf"); }
 +
 +
i.xwing-miniatures-font {
 +
  font-family: XWing;
 +
  font-style: normal;
 +
  font-size: 1.5em; }
 +
 +
i.xwing-miniatures-font-agility:before {
 +
  content: "^"; }
 +
 +
i.xwing-miniatures-font-astromech:before {
 +
  content: "A"; }
 +
 +
i.xwing-miniatures-font-attack:before {
 +
  content: "%"; }
 +
 +
i.xwing-miniatures-font-bankleft:before {
 +
  content: "7"; }
 +
 +
i.xwing-miniatures-font-bankright:before {
 +
  content: "9"; }
 +
 +
i.xwing-miniatures-font-barrelroll:before {
 +
  content: "r"; }
 +
 +
i.xwing-miniatures-font-base-all:before {
 +
  content: "À"; }
 +
 +
i.xwing-miniatures-font-base-small:before {
 +
  content: "Á"; }
 +
 +
i.xwing-miniatures-font-base-medium:before {
 +
  content: "Â"; }
 +
 +
i.xwing-miniatures-font-base-large:before {
 +
  content: "Ã"; }
 +
 +
i.xwing-miniatures-font-boost:before {
 +
  content: "b"; }
 +
 +
i.xwing-miniatures-font-bullseyearc:before {
 +
  content: "}"; }
 +
 +
i.xwing-miniatures-font-calculate:before {
 +
  content: "a"; }
 +
 +
i.xwing-miniatures-font-cannon:before {
 +
  content: "C"; }
 +
 +
i.xwing-miniatures-font-cargo:before {
 +
  content: "G"; }
 +
 +
i.xwing-miniatures-font-charge:before {
 +
  content: "g"; }
 +
 +
i.xwing-miniatures-font-cloak:before {
 +
  content: "k"; }
 +
 +
i.xwing-miniatures-font-command:before {
 +
  content: "V"; }
 +
 +
i.xwing-miniatures-font-condition-outline:before {
 +
  content: "Æ"; }
 +
 +
i.xwing-miniatures-font-condition:before {
 +
  content: "°"; }
 +
 +
i.xwing-miniatures-font-config:before {
 +
  content: "n"; }
 +
 +
i.xwing-miniatures-font-coordinate:before {
 +
  content: "o"; }
 +
 +
i.xwing-miniatures-font-crew:before {
 +
  content: "W"; }
 +
 +
i.xwing-miniatures-font-crit:before {
 +
  content: "c"; }
 +
 +
i.xwing-miniatures-font-dalan-bankleft:before {
 +
  content: "["; }
 +
 +
i.xwing-miniatures-font-dalan-bankright:before {
 +
  content: "]"; }
 +
 +
i.xwing-miniatures-font-device:before {
 +
  content: "B"; }
 +
 +
i.xwing-miniatures-font-doublerecurring:before {
 +
  content: "_"; }
 +
 +
i.xwing-miniatures-font-doubleturretarc:before {
 +
  content: "q"; }
 +
 +
i.xwing-miniatures-font-empire:before {
 +
  content: "@"; }
 +
 +
i.xwing-miniatures-font-energy:before {
 +
  content: "("; }
 +
 +
i.xwing-miniatures-font-epic:before {
 +
  content: ")"; }
 +
 +
i.xwing-miniatures-font-evade:before {
 +
  content: "e"; }
 +
 +
i.xwing-miniatures-font-firstorder:before {
 +
  content: "+"; }
 +
 +
i.xwing-miniatures-font-first-player-1-outline:before {
 +
  content: "Ĺ"; }
 +
 +
i.xwing-miniatures-font-first-player-1:before {
 +
  content: "ĺ"; }
 +
 +
i.xwing-miniatures-font-first-player-2-outline:before {
 +
  content: "Ļ"; }
 +
 +
i.xwing-miniatures-font-first-player-2:before {
 +
  content: "ļ"; }
 +
 +
i.xwing-miniatures-font-first-player-3-outline:before {
 +
  content: "Ľ"; }
 +
 +
i.xwing-miniatures-font-first-player-3:before {
 +
  content: "ľ"; }
 +
 +
i.xwing-miniatures-font-first-player-4-outline:before {
 +
  content: "Ŀ"; }
 +
 +
i.xwing-miniatures-font-first-player-4:before {
 +
  content: "ŀ"; }
 +
 +
i.xwing-miniatures-font-focus:before {
 +
  content: "f"; }
 +
 +
i.xwing-miniatures-font-forcecharge:before {
 +
  content: "h"; }
 +
 +
i.xwing-miniatures-font-forcepower:before {
 +
  content: "F"; }
 +
 +
i.xwing-miniatures-font-frontarc:before {
 +
  content: "{"; }
 +
 +
i.xwing-miniatures-font-fullfrontarc:before {
 +
  content: "~"; }
 +
 +
i.xwing-miniatures-font-fullreararc:before {
 +
  content: "¡"; }
 +
 +
i.xwing-miniatures-font-fuse:before {
 +
  content: ","; }
 +
 +
i.xwing-miniatures-font-gunner:before {
 +
  content: "Y"; }
 +
 +
i.xwing-miniatures-font-hardpoint:before {
 +
  content: "H"; }
 +
 +
i.xwing-miniatures-font-helmet-imperial:before {
 +
  content: "y"; }
 +
 +
i.xwing-miniatures-font-helmet-rebel:before {
 +
  content: "x"; }
 +
 +
i.xwing-miniatures-font-helmet-scum:before {
 +
  content: "z"; }
 +
 +
i.xwing-miniatures-font-hit:before {
 +
  content: "d"; }
 +
 +
i.xwing-miniatures-font-hull:before {
 +
  content: "&"; }
 +
 +
i.xwing-miniatures-font-ig88d-sloopleft:before {
 +
  content: '"'; }
 +
 +
i.xwing-miniatures-font-ig88d-sloopright:before {
 +
  content: "'"; }
 +
 +
i.xwing-miniatures-font-illicit:before {
 +
  content: "I"; }
 +
 +
i.xwing-miniatures-font-jam:before {
 +
  content: "j"; }
 +
 +
i.xwing-miniatures-font-kturn:before {
 +
  content: "2"; }
 +
 +
i.xwing-miniatures-font-leftarc:before {
 +
  content: "£"; }
 +
 +
i.xwing-miniatures-font-linked:before {
 +
  content: ">"; }
 +
 +
i.xwing-miniatures-font-lock:before {
 +
  content: "l"; }
 +
 +
i.xwing-miniatures-font-missile:before {
 +
  content: "M"; }
 +
 +
i.xwing-miniatures-font-modification:before {
 +
  content: "m"; }
 +
 +
i.xwing-miniatures-font-negativerecurring:before {
 +
  content: ""; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid0-outline:before {
 +
  content: "ĉ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid0:before {
 +
  content: "ĥ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid1-outline:before {
 +
  content: "Č"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid1:before {
 +
  content: "Ĩ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid2-outline:before {
 +
  content: "Ċ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid2:before {
 +
  content: "Ħ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid3-outline:before {
 +
  content: "ċ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid3:before {
 +
  content: "ħ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid4-outline:before {
 +
  content: "č"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid4:before {
 +
  content: "ĩ"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid5-outline:before {
 +
  content: "Ď"; }
 +
 +
i.xwing-miniatures-font-obstacle-core2asteroid5:before {
 +
  content: "Ī"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid0-outline:before {
 +
  content: "Ă"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid0:before {
 +
  content: "Ğ"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid1-outline:before {
 +
  content: "ă"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid1:before {
 +
  content: "ğ"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid2-outline:before {
 +
  content: "ā"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid2:before {
 +
  content: "ĝ"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid3-outline:before {
 +
  content: "ą"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid3:before {
 +
  content: "ġ"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid4-outline:before {
 +
  content: "Ą"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid4:before {
 +
  content: "Ġ"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid5-outline:before {
 +
  content: "Ā"; }
 +
 +
i.xwing-miniatures-font-obstacle-coreasteroid5:before {
 +
  content: "Ĝ"; }
 +
 +
i.xwing-miniatures-font-obstacle-vt49decimatordebris0-outline:before {
 +
  content: "Đ"; }
 +
 +
i.xwing-miniatures-font-obstacle-vt49decimatordebris0:before {
 +
  content: "Ĭ"; }
 +
 +
i.xwing-miniatures-font-obstacle-vt49decimatordebris1-outline:before {
 +
  content: "đ"; }
 +
 +
i.xwing-miniatures-font-obstacle-vt49decimatordebris1:before {
 +
  content: "ĭ"; }
 +
 +
i.xwing-miniatures-font-obstacle-vt49decimatordebris2-outline:before {
 +
  content: "ć"; }
 +
 +
i.xwing-miniatures-font-obstacle-vt49decimatordebris2:before {
 +
  content: "ģ"; }
 +
 +
i.xwing-miniatures-font-obstacle-yt2400debris0-outline:before {
 +
  content: "ď"; }
 +
 +
i.xwing-miniatures-font-obstacle-yt2400debris0:before {
 +
  content: "ī"; }
 +
 +
i.xwing-miniatures-font-obstacle-yt2400debris1-outline:before {
 +
  content: "Ĉ"; }
 +
 +
i.xwing-miniatures-font-obstacle-yt2400debris1:before {
 +
  content: "Ĥ"; }
 +
 +
i.xwing-miniatures-font-obstacle-yt2400debris2-outline:before {
 +
  content: "Ć"; }
 +
 +
i.xwing-miniatures-font-obstacle-yt2400debris2:before {
 +
  content: "Ģ"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud1:before {
 +
  content: "Į"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud1-outline:before {
 +
  content: "Ē"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud2:before {
 +
  content: "į"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud2-outline:before {
 +
  content: "ē"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud3:before {
 +
  content: "İ"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud3-outline:before {
 +
  content: "Ĕ"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud4:before {
 +
  content: "ı"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud4-outline:before {
 +
  content: "ĕ"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud5:before {
 +
  content: "IJ"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud5-outline:before {
 +
  content: "Ė"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud6:before {
 +
  content: "ij"; }
 +
 +
i.xwing-miniatures-font-obstacle-gascloud6-outline:before {
 +
  content: "ė"; }
 +
 +
i.xwing-miniatures-font-point:before {
 +
  content: "Ì"; }
 +
 +
i.xwing-miniatures-font-rangebonusindicator:before {
 +
  content: "?"; }
 +
 +
i.xwing-miniatures-font-reararc:before {
 +
  content: "|"; }
 +
 +
i.xwing-miniatures-font-rebel-outline:before {
 +
  content: "-"; }
 +
 +
i.xwing-miniatures-font-rebel:before {
 +
  content: "!"; }
 +
 +
i.xwing-miniatures-font-recover:before {
 +
  content: "v"; }
 +
 +
i.xwing-miniatures-font-recurring:before {
 +
  content: "`"; }
 +
 +
i.xwing-miniatures-font-reinforce:before {
 +
  content: "i"; }
 +
 +
i.xwing-miniatures-font-reload:before {
 +
  content: "="; }
 +
 +
i.xwing-miniatures-font-republic:before {
 +
  content: "/"; }
 +
 +
i.xwing-miniatures-font-reversebankleft:before {
 +
  content: "J"; }
 +
 +
i.xwing-miniatures-font-reversebankright:before {
 +
  content: "L"; }
 +
 +
i.xwing-miniatures-font-reversestraight:before {
 +
  content: "K"; }
 +
 +
i.xwing-miniatures-font-rightarc:before {
 +
  content: "¢"; }
 +
 +
i.xwing-miniatures-font-rotatearc:before {
 +
  content: "R"; }
 +
 +
i.xwing-miniatures-font-scum:before {
 +
  content: "#"; }
 +
 +
i.xwing-miniatures-font-separatists:before {
 +
  content: "."; }
 +
 +
i.xwing-miniatures-font-sensor:before {
 +
  content: "S"; }
 +
 +
i.xwing-miniatures-font-shield:before {
 +
  content: "*"; }
 +
 +
i.xwing-miniatures-font-singleturretarc:before {
 +
  content: "p"; }
 +
 +
i.xwing-miniatures-font-slam:before {
 +
  content: "s"; }
 +
 +
i.xwing-miniatures-font-sloopleft:before {
 +
  content: "1"; }
 +
 +
i.xwing-miniatures-font-sloopright:before {
 +
  content: "3"; }
 +
 +
i.xwing-miniatures-font-squad-point-cost:before {
 +
  content: "0"; }
 +
 +
i.xwing-miniatures-font-stop:before {
 +
  content: "5"; }
 +
 +
i.xwing-miniatures-font-straight:before {
 +
  content: "8"; }
 +
 +
i.xwing-miniatures-font-tacticalrelay:before {
 +
  content: "Z"; }
 +
 +
i.xwing-miniatures-font-talent:before {
 +
  content: "E"; }
 +
 +
i.xwing-miniatures-font-team:before {
 +
  content: "T"; }
 +
 +
i.xwing-miniatures-font-tech:before {
 +
  content: "X"; }
 +
 +
i.xwing-miniatures-font-title:before {
 +
  content: "t"; }
 +
 +
i.xwing-miniatures-font-token-calculate-outline:before {
 +
  content: "Ë"; }
 +
 +
i.xwing-miniatures-font-token-calculate:before {
 +
  content: "Ê"; }
 +
 +
i.xwing-miniatures-font-token-charge-outline:before {
 +
  content: "Ó"; }
 +
 +
i.xwing-miniatures-font-token-charge:before {
 +
  content: "Ò"; }
 +
 +
i.xwing-miniatures-font-token-crit-outline:before {
 +
  content: "è"; }
 +
 +
i.xwing-miniatures-font-token-crit:before {
 +
  content: "Ç"; }
 +
 +
i.xwing-miniatures-font-token-cloak-outline:before {
 +
  content: "ô"; }
 +
 +
i.xwing-miniatures-font-token-cloak:before {
 +
  content: "å"; }
 +
 +
i.xwing-miniatures-font-token-deplete-outline:before {
 +
  content: "÷"; }
 +
 +
i.xwing-miniatures-font-token-deplete:before {
 +
  content: "ø"; }
 +
 +
i.xwing-miniatures-font-token-evade-outline:before {
 +
  content: "é"; }
 +
 +
i.xwing-miniatures-font-token-evade:before {
 +
  content: "Å"; }
 +
 +
i.xwing-miniatures-font-token-focus-outline:before {
 +
  content: "ç"; }
 +
 +
i.xwing-miniatures-font-token-focus:before {
 +
  content: "Ä"; }
 +
 +
i.xwing-miniatures-font-token-force-outline:before {
 +
  content: "Õ"; }
 +
 +
i.xwing-miniatures-font-token-force:before {
 +
  content: "Ô"; }
 +
 +
i.xwing-miniatures-font-token-disarm-outline:before {
 +
  content: "í"; }
 +
 +
i.xwing-miniatures-font-token-disarm:before {
 +
  content: "Ö"; }
 +
 +
i.xwing-miniatures-font-token-ion-outline:before {
 +
  content: "ó"; }
 +
 +
i.xwing-miniatures-font-token-ion:before {
 +
  content: "ä"; }
 +
 +
i.xwing-miniatures-font-token-jam-outline:before {
 +
  content: "ð"; }
 +
 +
i.xwing-miniatures-font-token-jam:before {
 +
  content: "á"; }
 +
 +
i.xwing-miniatures-font-token-lock-outline:before {
 +
  content: "ò"; }
 +
 +
i.xwing-miniatures-font-token-lock:before {
 +
  content: "ã"; }
 +
 +
i.xwing-miniatures-font-token-point-1-outline:before {
 +
  content: "Î"; }
 +
 +
i.xwing-miniatures-font-token-point-1:before {
 +
  content: "Ð"; }
 +
 +
i.xwing-miniatures-font-token-point-3-outline:before {
 +
  content: "Í"; }
 +
 +
i.xwing-miniatures-font-token-point-3:before {
 +
  content: "Ï"; }
 +
 +
i.xwing-miniatures-font-token-reinforce-outline:before {
 +
  content: "ì"; }
 +
 +
i.xwing-miniatures-font-token-reinforce:before {
 +
  content: "Ü"; }
 +
 +
i.xwing-miniatures-font-token-reinforceaft-outline:before {
 +
  content: "î"; }
 +
 +
i.xwing-miniatures-font-token-reinforceaft:before {
 +
  content: "Ý"; }
 +
 +
i.xwing-miniatures-font-token-shield-outline:before {
 +
  content: "ë"; }
 +
 +
i.xwing-miniatures-font-token-shield:before {
 +
  content: "Ñ"; }
 +
 +
i.xwing-miniatures-font-token-strain-outline:before {
 +
  content: "õ"; }
 +
 +
i.xwing-miniatures-font-token-strain:before {
 +
  content: "ö"; }
 +
 +
i.xwing-miniatures-font-token-stress-outline:before {
 +
  content: "ê"; }
 +
 +
i.xwing-miniatures-font-token-stress:before {
 +
  content: "É"; }
 +
 +
i.xwing-miniatures-font-token-tractor-outline:before {
 +
  content: "ï"; }
 +
 +
i.xwing-miniatures-font-token-tractor:before {
 +
  content: "à"; }
 +
 +
i.xwing-miniatures-font-torpedo:before {
 +
  content: "P"; }
 +
 +
i.xwing-miniatures-font-triplerecurring:before {
 +
  content: "€"; }
 +
 +
i.xwing-miniatures-font-trollleft:before {
 +
  content: ":"; }
 +
 +
i.xwing-miniatures-font-trollright:before {
 +
  content: ";"; }
 +
 +
i.xwing-miniatures-font-turnleft:before {
 +
  content: "4"; }
 +
 +
i.xwing-miniatures-font-turnright:before {
 +
  content: "6"; }
 +
 +
i.xwing-miniatures-font-turret:before {
 +
  content: "U"; }
 +
 +
i.xwing-miniatures-font-unique-outline:before {
 +
  content: "•"; }
 +
 +
i.xwing-miniatures-font-unique:before {
 +
  content: "u"; }
 +
 +
/*
 +
* Ships
 +
*/
 +
@font-face {
 +
  font-family: XWingShip;
 +
  src: url("resources/xwing2/xwing-miniatures-ships.ttf"); }
 +
 +
i.xwing-miniatures-ship {
 +
  font-family: XWingShip;
 +
  font-style: normal;
 +
  font-size: 1.5em; }
 +
 +
i.xwing-miniatures-ship-aggressorassaultfighter:before {
 +
  content: "i"; }
 +
 +
i.xwing-miniatures-ship-alphaclassstarwing:before {
 +
  content: "&"; }
 +
 +
i.xwing-miniatures-ship-arc170starfighter:before {
 +
  content: "c"; }
 +
 +
i.xwing-miniatures-ship-asf01bwing:before {
 +
  content: "b"; }
 +
 +
i.xwing-miniatures-ship-attackshuttle:before {
 +
  content: "g"; }
 +
 +
i.xwing-miniatures-ship-auzituckgunship:before {
 +
  content: "@"; }
 +
 +
i.xwing-miniatures-ship-belbullab22starfighter:before {
 +
  content: "["; }
 +
 +
i.xwing-miniatures-ship-btla4ywing:before {
 +
  content: "y"; }
 +
 +
i.xwing-miniatures-ship-btlbywing:before {
 +
  content: ":"; }
 +
 +
i.xwing-miniatures-ship-btls8kwing:before {
 +
  content: "k"; }
 +
 +
i.xwing-miniatures-ship-cr90corvette:before {
 +
  content: "2"; }
 +
 +
i.xwing-miniatures-ship-croccruiser:before {
 +
  content: "5"; }
 +
 +
i.xwing-miniatures-ship-customizedyt1300lightfreighter:before {
 +
  content: "W"; }
 +
 +
i.xwing-miniatures-ship-droidtrifighter:before {
 +
  content: "+"; }
 +
 +
i.xwing-miniatures-ship-delta7aethersprite:before {
 +
  content: "\\"; }
 +
 +
i.xwing-miniatures-ship-escapecraft:before {
 +
  content: "X"; }
 +
 +
i.xwing-miniatures-ship-eta2actis:before {
 +
  content: "-"; }
 +
 +
i.xwing-miniatures-ship-ewing:before {
 +
  content: "e"; }
 +
 +
i.xwing-miniatures-ship-fangfighter:before {
 +
  content: "M"; }
 +
 +
i.xwing-miniatures-ship-fireball:before {
 +
  content: "0"; }
 +
 +
i.xwing-miniatures-ship-firesprayclasspatrolcraft:before {
 +
  content: "f"; }
 +
 +
i.xwing-miniatures-ship-g1astarfighter:before {
 +
  content: "n"; }
 +
 +
i.xwing-miniatures-ship-gozanticlasscruiser:before {
 +
  content: "4"; }
 +
 +
i.xwing-miniatures-ship-gr75mediumtransport:before {
 +
  content: "1"; }
 +
 +
i.xwing-miniatures-ship-hmpdroidgunship:before {
 +
  content: "."; }
 +
 +
i.xwing-miniatures-ship-hwk290lightfreighter:before {
 +
  content: "h"; }
 +
 +
i.xwing-miniatures-ship-hyenaclassdroidbomber:before {
 +
  content: "="; }
 +
 +
i.xwing-miniatures-ship-jumpmaster5000:before {
 +
  content: "p"; }
 +
 +
i.xwing-miniatures-ship-kihraxzfighter:before {
 +
  content: "r"; }
 +
 +
i.xwing-miniatures-ship-laatigunship:before {
 +
  content: "/"; }
 +
 +
i.xwing-miniatures-ship-lambdaclasst4ashuttle:before {
 +
  content: "l"; }
 +
 +
i.xwing-miniatures-ship-lancerclasspursuitcraft:before {
 +
  content: "L"; }
 +
 +
i.xwing-miniatures-ship-m12lkimogilafighter:before {
 +
  content: "K"; }
 +
 +
i.xwing-miniatures-ship-m3ainterceptor:before {
 +
  content: "s"; }
 +
 +
i.xwing-miniatures-ship-mg100starfortress:before {
 +
  content: "Z"; }
 +
 +
i.xwing-miniatures-ship-modifiedtielnfighter:before {
 +
  content: "C"; }
 +
 +
i.xwing-miniatures-ship-modifiedyt1300lightfreighter:before {
 +
  content: "m"; }
 +
 +
i.xwing-miniatures-ship-nabooroyaln1starfighter:before {
 +
  content: "<"; }
 +
 +
i.xwing-miniatures-ship-nantexclassstarfighter:before {
 +
  content: ";"; }
 +
 +
i.xwing-miniatures-ship-nimbusclassvwing:before {
 +
  content: ","; }
 +
 +
i.xwing-miniatures-ship-quadrijettransferspacetug:before {
 +
  content: "q"; }
 +
 +
i.xwing-miniatures-ship-raiderclasscorvette:before {
 +
  content: "3"; }
 +
 +
i.xwing-miniatures-ship-resistancetransport:before {
 +
  content: ">"; }
 +
 +
i.xwing-miniatures-ship-resistancetransportpod:before {
 +
  content: "?"; }
 +
 +
i.xwing-miniatures-ship-rz1awing:before {
 +
  content: "a"; }
 +
 +
i.xwing-miniatures-ship-rz2awing:before {
 +
  content: "E"; }
 +
 +
i.xwing-miniatures-ship-scavengedyt1300:before {
 +
  content: "Y"; }
 +
 +
i.xwing-miniatures-ship-scurrgh6bomber:before {
 +
  content: "H"; }
 +
 +
i.xwing-miniatures-ship-sheathipedeclassshuttle:before {
 +
  content: "%"; }
 +
 +
i.xwing-miniatures-ship-sithinfiltrator:before {
 +
  content: "]"; }
 +
 +
i.xwing-miniatures-ship-starviperclassattackplatform:before {
 +
  content: "v"; }
 +
 +
i.xwing-miniatures-ship-syliureclasshyperspacering:before {
 +
  content: "*"; }
 +
 +
i.xwing-miniatures-ship-t65xwing:before {
 +
  content: "x"; }
 +
 +
i.xwing-miniatures-ship-t70xwing:before {
 +
  content: "w"; }
 +
 +
i.xwing-miniatures-ship-tieadvancedv1:before {
 +
  content: "R"; }
 +
 +
i.xwing-miniatures-ship-tieadvancedx1:before {
 +
  content: "A"; }
 +
 +
i.xwing-miniatures-ship-tieagaggressor:before {
 +
  content: "`"; }
 +
 +
i.xwing-miniatures-ship-tiebainterceptor:before {
 +
  content: "j"; }
 +
 +
i.xwing-miniatures-ship-tiecapunisher:before {
 +
  content: "N"; }
 +
 +
i.xwing-miniatures-ship-tieddefender:before {
 +
  content: "D"; }
 +
 +
i.xwing-miniatures-ship-tiefofighter:before {
 +
  content: "O"; }
 +
 +
i.xwing-miniatures-ship-tieinterceptor:before {
 +
  content: "I"; }
 +
 +
i.xwing-miniatures-ship-tielnfighter:before {
 +
  content: "F"; }
 +
 +
i.xwing-miniatures-ship-tiephphantom:before {
 +
  content: "P"; }
 +
 +
i.xwing-miniatures-ship-tierbheavy:before {
 +
  content: "J"; }
 +
 +
i.xwing-miniatures-ship-tiereaper:before {
 +
  content: "V"; }
 +
 +
i.xwing-miniatures-ship-tiesabomber:before {
 +
  content: "B"; }
 +
 +
i.xwing-miniatures-ship-tiesffighter:before {
 +
  content: "S"; }
 +
 +
i.xwing-miniatures-ship-tieskstriker:before {
 +
  content: "T"; }
 +
 +
i.xwing-miniatures-ship-tievnsilencer:before {
 +
  content: "$"; }
 +
 +
i.xwing-miniatures-ship-upsilonclasscommandshuttle:before {
 +
  content: "U"; }
 +
 +
i.xwing-miniatures-ship-ut60duwing:before {
 +
  content: "u"; }
 +
 +
i.xwing-miniatures-ship-v19torrentstarfighter:before {
 +
  content: "^"; }
 +
 +
i.xwing-miniatures-ship-vcx100lightfreighter:before {
 +
  content: "G"; }
 +
 +
i.xwing-miniatures-ship-vt49decimator:before {
 +
  content: "d"; }
 +
 +
i.xwing-miniatures-ship-vultureclassdroidfighter:before {
 +
  content: "_"; }
 +
 +
i.xwing-miniatures-ship-xiclasslightshuttle:before {
 +
  content: "Q"; }
 +
 +
i.xwing-miniatures-ship-yt2400lightfreighter:before {
 +
  content: "o"; }
 +
 +
i.xwing-miniatures-ship-yv666lightfreighter:before {
 +
  content: "t"; }
 +
 +
i.xwing-miniatures-ship-z95af4headhunter:before {
 +
  content: "z"; }

Version actuelle datée du 10 juin 2021 à 07:23

/**
 * Cette page contrôle l'apparence pour tous les skins. Les
 * modifications devant s'appliquer à l'apparence Monobook
 * seulement doivent aller dans [[MediaWiki:Monobook.css]].
 */

/* <nowiki> */

/* Aspect des tags de filtrage dans les modifications récentes. */
.mw-tag-markers {
	font-style: italic;
	font-size: 90%;
}

/* Masquage du sous-titre des RC */
.mw-special-Recentchanges .mw-specialpage-summary {
	display: none;
}

/* Redirections sur [[Special:AllPages]], [[Special:PrefixIndex]] et [[Special:EditWatchlist]]. */
.allpagesredirect > a,
.watchlistredir > a {
	color: #0b0;
}

/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
.history-size,
.mw-whatlinkshere-tools {
	font-size: 80%;
}

/* Affichage des coordonnées géo à côté du titre, pour tous les skins. */
#coordinates {
	margin-right: 1em;
}
#coordinates_osm {
	font-size: 110%;
	box-shadow: 0 0 5px #c0c0f0;
	border-radius: 5px;
	margin-left: 7px;
	padding: 3px;
	background-color: #e0e0e0;
}
#coordinates_osm:hover {
	box-shadow: 0 0 5px #a0a0c0;
	background-color: #b0b0b0;
}

/* Décoration des titres de sous-chapitre. */
#mw-content-text h3 {
	border-bottom: dotted 1px #aaa;
}
#mw-content-text h4,
#mw-content-text h5,
#mw-content-text h6 {
	border-bottom: dotted 1px #ddd;
}

/* rewritePageH1bis() du Common.js, pour [[Modèle:Aide contextuelle]] et plusieurs inlinages du modèle dans des messages système
   n'affiche pas le lien avant son déplacement via JavaScript, pour ne pas avoir de FOUC */
#helpPage {
	display: none;
}

/* Sous-titre ([[Modèle:Sous-titre]]) */
h1 #sous_titre_h1 {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0.2em 0 0.1em 0.5em;
}
/* Masque le texte avant que JavaScript le déplace au bon endroit */
.client-js #mw-content-text #sous_titre_h1 {
	display: none;
}

/* Met en italique, et met en romain les italiques imbriqués */
.italique {
	font-style: italic;
}
.italique i {
	font-style: normal;
}

/* Balises source, pre, code */
pre {
	overflow-x: auto;
}
/* Exception pour l'espace de nom MediaWiki (NS 8) pour les fichiers *.js et *.css */
.ns-8 pre {
	overflow-x: visible;
}

/* Balise abbr discrète */
abbr.abbr {
	text-decoration: none;  /* Firefox, Chrome */
	border-bottom: 0;  /* IE */
}

/* Balise dfn (instance d'un terme défini) */
dfn {
	font-style: normal;
	font-weight: bold;
}
i > dfn {
	font-style: italic;
}

/* [[Modèle:Nobr]] */
.nowrap {
	white-space: nowrap;
}

/* Pages [[Spécial:Modifications récentes]], [[Spécial:Suivi des liens]], voir [[MediaWiki:Recentchangestext]] */
.rcoptions {
	clear: both;
	margin: 0 0 2px 0;
	padding: 0 0.5em;
	border: 1px solid #ddddf7;
	border-left: 10px solid #ddddf7;
	background-color: #fff;
}
.rcoptions hr {
	clear: both;
}
fieldset.rcoptions {
	padding-bottom: 0.5em;
}

/* Apparence de [[MediaWiki:Noarticletext]] */
.noarticletext {
	background: #f9f9f9;
	margin-top: 1em;
	padding: 5px;
	border: 1px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

/* Workaround à cause de [[MediaWiki:Searchmenu-new]]
   qui ferme prématurémént son conteneur "p.mw-search-createlink" */
.mw-searchresults-has-iw .mw-search-createlink {
	float: none;
}

/* Formulaire des pages d'historique */
#mw-history-search {
	border-color: #aaa;
}

/* Largeur minimale du cadre des miniatures d'images */
.thumbinner {
	min-width: 100px;
}

/* Place un damier de vérification en arrière-plan dans la page de description
   de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
#file img {
	background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png");
}

/* Barre d'outils */
.mw-toolbar-editbutton img {
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}
.mw-toolbar-editbutton:hover img {
	border-top: 1px solid black !important;
	border-bottom: 1px solid black !important;
}
.ns-0 #mw-editbutton-signature {
	display: none;
}

/* Fond gris pour les pages protégées en modification */
#wpTextbox1[readonly],
#wpTextbox1[readonly] + .ui-resizable > .ace_editor {
	background: #eee;
}

/* Ne pas afficher le lien complet des URL externes sur la version imprimable
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.plainlinksneverexpand a.external.text:after,
.plainlinksneverexpand a.external.autonumber:after {
	display: none !important;
}
/* Supprimer la flèche de lien externe pour ces liens. */
.plainlinksneverexpand a {
	background: none !important;
	padding: 0 !important;
}

/* Réserver un contenu à l'impression (display rétabli dans MediaWiki:Print.css)
   utilisé pour les entrées de ref group. */
.printcssonly {
	display: none;
}

/* Bandeau des brouillons problématique avec l'éditeur visuel. */
.ve-init-target .user-draft-header {
  display: none;
}

/* Message-système des sous-pages de discussion. Classe .fieldsetlike etc.
   pour permettre la réutilisation de ces styles. */
.fieldsetlike {
	text-align: center;
	border: 1px solid #aaa;
	margin: 1em 0;
	padding: 0 0 0.4em 0;
}
.fieldsetlike .legendlike {
	margin-top: -0.8em;
}
.fieldsetlike .legendtextlike {
	padding: 0 8px;
	background: white;
}
.fieldsetlike ul {
	list-style-type: none;
	margin: 0;
}
.fieldsetlike li {
	display: inline;
	white-space: nowrap;
}
.fieldsetlike li:not(:last-child):after {
	content: '\a0- ';
}
#talkpageheader li {
	color: #707070;
}

/* Catégories cachées */
#mw-hidden-catlinks {
	font-size: 0.85em;
}

/* Personnalisation de l'apparence des liens vers les pages d'homonymie. */
.homonymie {
	padding-left: 2em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: -0.5em;
	background: white;
	font-style: italic;
	border-bottom: 1px #aaa solid;
}
.homonymie + .homonymie {
	margin-top: calc(-0.5em - 1.05px); /* masque bordures adjacentes : -margin-bottom - (1px + léger excédent) */
}

/* Bandeau label et icônes des AdQ/BA à côté des liens interlangues et
   dans les modèles {{Q}} et {{B}}. */
li.AdQ,
li.LdQ,
li.PdQ,
li.badge-featuredarticle,
li.badge-featuredlist,
li.badge-featuredportal {
	list-style-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png");
}
li.BA,
li.badge-goodarticle {
	list-style-image: url("//upload.wikimedia.org/wikipedia/commons/8/86/Icone_BA.png");
}

/* Classe pour afficher un icône de haut-parleur à gauche des liens audio.
   Utilisé par [[Modèle:Prononciation]], importé de WP:en. */
.prononciation > a {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat;
	padding-left: 15px;
	font-size: smaller;
}

/* [[Modèle:Indication de langue]] et [[Modèle:Lien]]. */
.indicateur-langue,
.indicateur-format {
	font-family: monospace;
	font-weight: bold;
	font-size: small;
	font-style: normal;
}

/* [[Modèle:Colonnes]] et [[Modèle:Début de colonnes]]. */
.colonnes > ol, .colonnes > ul {
	margin-top: 0;
}

/* Compensation du style précédent */
.colonnes {
	margin-top: 0.3em;
}

/* Évitons de couper les éléments de listes sur plusieurs colonnes */
.colonnes li,
.references-small li{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

/* Taille et famille des polices pour les écritures non-latines.
   Voir aussi [[modèle:Langue]]. */
:lang(grc),
:lang(el) { /* Écriture grecque : moderne (monotonique), ancien (polytonique) */
	font-family: 'Arial Unicode MS', 'DejaVu Sans', Athena, Gentium, 'Palatino Linotype', 'Lucida Sans Unicode', 'Lucida Grande', Code2000, sans-serif;
}
:lang(th) { /* Écriture thaïe */
	font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
.romain {
	text-transform: lowercase;
	font-variant: small-caps;
}

/* Affichage des petites capitales, voir [[modèle:Petites capitales]]. */
.petites_capitales {
	font-variant: small-caps;
}

/* Taille et alignement des formules mathématiques. */
.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-feature-settings: "lnum", "tnum";	 /* Chorme 47, Opera 33 */
	-webkit-font-kerning: none;						 /* safari 9, ios safari 9 */
	font-feature-settings: "lnum", "tnum", "kern" 0; /* ie11 edge 13 */
	font-variant-numeric: lining-nums tabular-nums;  /* firefox 42+ */
	font-kerning: none;                              /* firefox, Chrome, Opera */
}
.texhtml .texhtml {
	font-size: 100%;
}
img.tex.center {
	width: auto;
	display: block;
	margin: 0 auto;
}
img.tex.left {
	display: block;
	margin-left: 1.6em;
}

/* Lien souligné, modèle projet jeu vidéo */
.annoncelabel:hover {
    text-decoration: underline;
}

/* Change la couleur des liens, pour les fonds colorés sombres ; limité aux
   espaces de nom de discussions, projets (ns-102), portails (ns-100), pages
   utilisateur (ns-2), et espace Wikipédia (ns-4 : Bistro...). */
body.ns-2 .lienClair a,
body.ns-4 .lienClair a,
body.ns-100 .lienClair a,
body.ns-102 .lienClair a,
body.ns-talk .lienClair a {
	color: #a0a0a0;
}
body.ns-2 .lienClair a:hover,
body.ns-4 .lienClair a:hover,
body.ns-100 .lienClair a:hover,
body.ns-102 .lienClair a:hover,
body.ns-talk .lienClair a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
body.ns-2 .lienClair a:visited,
body.ns-4 .lienClair a:visited,
body.ns-100 .lienClair a:visited,
body.ns-102 .lienClair a:visited,
body.ns-talk .lienClair a:visited {
	color: #b9b9b9;
}

/* Lien vers une ébauche */
a.stub {
	color: #339900;
}
a.stub:visited {
	color: #336600;
}

/* Références : éviter une trop grande réduction de taille de caractères
   dans certaines configurations. */
.references small {
	font-size: 1em !important;
}

/* Par défaut, cacher les crochets autour des notes. */
.cite_crochet {
	display: none;
}

/* Pour que « Note 1 » ne soit ni en gras, ni en italique. */
sup.reference {
	font-weight: normal;
	font-style: normal;
}

/* Éviter d'obtenir un interlignage de taille variable. */
.reference,
.exposant {
	vertical-align: text-top;
	position: relative;
	font-size: 0.8em;
	top: -5px;
}

.reference-text sup {
	vertical-align: text-top;
	position: relative;
	font-size: 0.75em;
	top: -0.1em;
}
.reference {
	padding-left: 1px;
}

/* Diminution décalage, en raison du line-height réduit dans .infobox_v2 */
.infobox_v2 .reference {
	top: -2px;
}

small.cachelinks,
small.cachelinks a {
	color: #36b;
}

/* Numérotations différentes des appels de notes. */
.references-small.lower-alpha ol {
	list-style-type: lower-alpha;
}
.references-small.lower-greek ol {
	list-style-type: lower-greek;
}
.references-small.decimal ol,
.references-small.lower-alpha ol ol,
.references-small.lower-greek ol ol {
	list-style-type: decimal;
}

/* Répartition égale des références sur plusieurs colonnes :
   pas d'espace supplémentaire en haut de première colonne */
.references-small ol {
	margin-top: 0;
}

/* Compensation du style précédent */
.references-small {
	margin-top: 0.3em;
}

/* Mise en surbrillance de l'ouvrage cliqué pour faciliter la navigation,
   comme fait déjà MediaWiki pour les notes et références. */
.ouvrage:target {
	background: #eaf3ff;
}

/* Cadre pour [[Modèle:Références nombreuses]] */
.reference-cadre {
	height: 30em;
	overflow: auto;
	padding: 3px;
	border: 1px solid #AAA;
}

/* Ligne de tableau dans « Informations sur la page » */
body.action-info tr:target {
	background: #eaf3ff;
}

/* Style des modèles [[modèle:Référence nécessaire]] et [[modèle:Citation nécessaire]]. */
span.need_ref {
	border-bottom: 1px solid #aaa;
}
div.need_ref {
	border: 1px solid #aaa;
	padding: 0.5em;
}

/* Référence présente */
span.ref:hover {
	border-bottom: 1px solid #aaa;
}

/* Gestion automatique de l'ISBN par MediaWiki. */
.mw-magiclink-isbn {
	white-space: nowrap;
}

/* Mode d'affichage par défaut des données dans l'espace référence. */
.BibList {
	display: block;
}
.WikiNorme,
.BibTeX,
.ISBD,
.ISO690,
.specialBib {
	display: none;
}

/* Style de { , } entre les références */
.cite_virgule {
	padding-left: 0;
	padding-right: 1px;
}

/* Boites et messages */
div.boite-a-droite {
	display: table;
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
	width: 20em;
	position: relative; /* Pour les images manuelles */
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	text-align: left;
}
.boite-sans-fond {
	border-color: #aaa; /* Comme boite-grise */
}
.boite-grise { /* Similaire au bandeau de catégorie */
	border-color: #aaa;
	background-color: #f9f9f9;
}

/* Types de boites */
.bandeau-article,
.bandeau-discussion,
.bandeau-simple,
.bandeau-systeme,
.bandeau-section{
	border-style: solid;
	overflow: hidden;
	position: relative;
}
.bandeau-article {
	border-width: 1px 1px 1px 10px;
	font-size: 0.9em;
	line-height: 1.25em;
	padding: 0.5em 1em;
	margin: 0.8em 10%;
}
.bandeau-systeme {
	clear: both;
	border-width: 2px;
	padding: 0.5em 1em;
	margin: 0.8em 3%;
}
.bandeau-simple {
	clear: both;
	border-width: 1px;
	padding: 0.5em 1em;
	margin: 0.8em auto;
}
.bandeau-discussion {
	border-width: 1px;
	border-radius: 10px;
	padding: 0.2em 0.5em;
	margin: 0.8em 7%;
}
@media (max-width: 981px) {
	.bandeau-discussion {
		margin: 0.8em 4%;
	}
}
div.bandeau-section { /* Pour le [[modèle: Article détaillé]] et autres */
	display: block;
	font-size: 0.95em;
	border-width: 1px 0;
	padding: 0.2em 0.5em 0.1em 0;
	margin: 0.3em 0 0.7em 2em;
}
.bandeau-centrer{
	display: table;
	width: 100%;
	text-align: center;
}
.bandeau-cell {
	display: table-cell;
	vertical-align: middle;
}
.bandeau-cell p:last-child {
	margin-bottom: 0;
}

/* Style des bandeaux d'articles. Voir [[Wikipédia:Prise de décision/Changement de style des messages d'avertissement]]. */
.bandeau-niveau-grave {
	border-color: #aa0044;
	background-color: #ffcccc;
}
.bandeau-niveau-modere {
	border-color: #ff8822;
	background-color: #ffeedd;
}
.bandeau-niveau-ebauche,
.bandeau-niveau-information {
	border-color: #77ccff;
	background-color: #fbfbfb;
}
.bandeau-simple.bandeau-niveau-information,
.bandeau-discussion.bandeau-niveau-information { /* Dérive de la classe vectorbox */
	border-color: #a7d7f9;
	background-color: #f5faff;
}
.bandeau-niveau-detail, /* Voir [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]] */
.bandeau-section.bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #fdfdfd;
}
.bandeau-niveau-neutre {
	border-color: #aaa;
	background: #f9f9f9;
}

.bandeau {
	text-align: left;
	margin: 8px 10% 12px;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	padding: 2px 10px;
}
.bandeau table {
	background-color: transparent;
}
.bandeau-icone {
	vertical-align: middle;
	text-align: center;
	width: 45px;
	/* @noflip */
	padding-right: 1em;
}
.bandeau-titre {
	font-size: 1.1em;
	line-height: 1.4em;
}
.bandeau-texte {
	font-size: 0.9em;
	line-height: 1.2em;
}
.bandeau-problemes-multiples .bandeau-niveau-information, .bandeau-problemes-multiples .bandeau-niveau-modere, .bandeau-problemes-multiples .bandeau-niveau-grave {
	background: none !important;
	border: none !important;
}
.bandeau-problemes-multiples .bandeau {
	margin: 0 !important;
	border-top: 1px solid grey !important;
	border-bottom: 1px solid grey !important;
}
.bandeau-problemes-multiples .NavContent {
	background: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top: 1px solid grey !important;
	border-bottom: 1px solid grey !important;
	margin-left: 2em !important;
	margin-right: 2em !important;
}
.bandeau-ebauche-problemes-multiples .bandeau-niveau-ebauche {
	margin-bottom: 0 !important;
}
.bandeau-ebauche-problemes-multiples .bandeau-problemes-multiples {
	margin-top: 0 !important;
}
.bandeau-ebauche-problemes-multiples .bandeau-niveau-ebauche .bandeau-texte {
	display: none;
}
.bandeau-ebauche-problemes-multiples-niveau-grave .bandeau-niveau-ebauche {
	border-color: #aa0044 !important;
	background-color: #ffcccc !important;
}
.bandeau-ebauche-problemes-multiples-niveau-modere .bandeau-niveau-ebauche {
	border-color: #ff8822 !important;
	background-color: #ffeedd !important;
}
.bandeau-ebauche-problemes-multiples-niveau-information .bandeau-niveau-ebauche {
	border-color: #77ccff !important;
	background-color: #fbfbfb !important;
}

/* Styles pour les bannières */

.topbanner {
	position: relative;
	overflow: hidden;
	max-width: 1800px;
	height: auto;
}
.topbanner img {
	max-width: 100%;
	height: auto;
}
.topbanner-box {
	position: absolute;
	z-index: 2;
	margin-top: 1.5em;
	color: white;
	width: 50%;
	min-width: 20em;
	left: 2%;
	text-align: left;
}
.topbanner .name {
	position: absolute;
	z-index: 2;
	margin: 0.6em 0 0 0.4em;
	padding: 8px 7px;
	font-size: 2.2em;
	background: rgb(16,16,16);
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	color: white;
	white-space: nowrap;
	line-height: 0.9em;
}

/* Petites icônes */
.indentation,     /* pas d'image correspondante */
.loupe,           /* loupe, voir le [[modèle:Article détaillé]] */
.general,         /* flèche pour le [[modèle:Article principal]] */
.accessibilite,   /* symbole handicap, pour le [[modèle:Encart]] */
.etoile-or,
.etoile-argent,
.categorie,       /* symbole du [[modèle:Catégorie principale]] */
.biblio,          /* livres pour le [[modèle:Sources de section]] */
.recyclage,       /* symbole du [[modèle:Section à recycler]] */
.archives,        /* symbole d'archivage */
.sons,            /* pour le [[modèle:Média externe]] */
.videos,          /* pour le [[modèle:Média externe]] */
.incomplet,       /* cône de chantier pour le [[modèle:Section vide ou incomplète]] */
.sources,         /* livre ouvert du [[modèle:Section à sourcer]] */
.important,       /* triangle rouge : mise en garde */
.en-travaux,      /* triangle jaune : en construction */
.information,
.conflit-edition,
.incubator,
.extension,       /* extensions MediaWiki */
.wikispecies,
.metawiki,
.wikiversity,
.wikipedia,
.wikibooks,
.wikinews,
.wikiquote,
.wikisource,
.commons,
.wikimedia,
.wiktionary,
.wikidata,
.wikivoyage,
.wwwmediawiki {
	background-repeat: no-repeat;
	line-height: 1.5em;
	text-indent: 23px;
	display: inline-block;
}
.loupe {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png");
	background-position: 2px 3px;
}
.general {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Nuvola_apps_download_manager2-70%25.svg/15px-Nuvola_apps_download_manager2-70%25.svg.png");
	background-position: 2px 3px;
}
.accessibilite {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Gnome-preferences-desktop-accessibility.svg/18px-Gnome-preferences-desktop-accessibility.svg.png");
	background-position: 2px 0;
}
.etoile-or {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Fairytale_bookmark_gold.png/19px-Fairytale_bookmark_gold.png");
	background-position: 1px 1px;
}
.etoile-argent {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Fairytale_bookmark_silverstar.svg/19px-Fairytale_bookmark_silverstar.svg.png");
	background-position: 1px 1px;
}
.categorie {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/34/Nuvola_apps_kpager.svg/21px-Nuvola_apps_kpager.svg.png");
	background-position: 0 0;
}
.biblio {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Books-aj.svg_aj_ashton_01.svg/20px-Books-aj.svg_aj_ashton_01.svg.png");
	background-position: 2px 2px;
}
.recyclage {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Recycle002.svg/20px-Recycle002.svg.png");
	background-position: 1px 1px;
}
.archives {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/21px-Filing_cabinet_icon.svg.png");
	background-position: 0 1px;
}
.conflit-edition {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Human-emblem-important-blue-128.png/12px-Human-emblem-important-blue-128.png");
	background-position: 0 3px;
	text-indent: 16px;
	line-height: 1.3em;
}
.sons {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Nuvola_apps_arts.png/18px-Nuvola_apps_arts.png");
	background-position: 1px 1px;
}
.videos {
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.svg/18px-Nuvola_apps_kaboodle.svg.png");
	background-position: 1px 1px;
}
.incomplet {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Fairytale_waring.png/16px-Fairytale_waring.png");
	background-position: 2px 3px;
}
.sources {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Question_book-4.svg/20px-Question_book-4.svg.png");
	background-position: 1px 4px;
}
.important {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Nuvola_apps_important.svg/19px-Nuvola_apps_important.svg.png");
	background-position: 1px 2px;
}
.en-travaux {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Under_contruction_icon-yellow.svg/20px-Under_contruction_icon-yellow.svg.png");
	background-position: 1px 2px;
}
.information {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Information_icon_with_gradient_background.svg/19px-Information_icon_with_gradient_background.svg.png");
	background-position: 1px 2px;
}
.incubator {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Incubator-logo.svg/15px-Incubator-logo.svg.png");
	background-position: 1px 1px;
}
.extension {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/21px-MediaWiki-notext.svg.png");
	background-position: 0 4px;
}
.wikispecies {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/17px-Wikispecies-logo.svg.png");
	background-position: 1px 0;
}
.wikisource {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/17px-Wikisource-logo.svg.png");
	background-position: 1px 1px;
}
.wikipedia {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/19px-Wikipedia-logo.png");
	background-position: 1px 0;
}
.wikibooks {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/19px-Wikibooks-logo.svg.png");
	background-position: 1px 1px;
}
.metawiki {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/18px-Wikimedia_Community_Logo.svg.png");
	background-position: 1px 1px;
}
.wikiversity {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/20px-Wikiversity-logo.svg.png");
	background-position: 0 2px;
}
.wiktionary {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Wiktionary-logo.svg/20px-Wiktionary-logo.svg.png");
	background-position: 0 1px;
}
.wikinews {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/20px-Wikinews-logo.svg.png");
	background-position: 0 5px;
}
.wikiquote {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/16px-Wikiquote-logo.svg.png");
	background-position: 2px 1px;
}
.commons {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
	background-position: 3px 0;
}
.wikimedia {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/20px-Wikimedia-logo.svg.png");
	background-position: 0 0;
}
.wikidata {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/22px-Wikidata-logo.svg.png");
	background-position: 0 5px;
}
.wikivoyage {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/20px-Wikivoyage-Logo-v3-icon.svg.png");
	background-position: 1px 1px;
}
.wwwmediawiki {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/20px-MediaWiki-notext.svg.png");
	background-position: 1px 3px;
}

/* Grosses icônes */
.grosse-icone {
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 0; /* Certaines icones ont une version « en ligne ». */
	height: 48px;
}

.grosse-icone.etoile-or {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Fairytale_bookmark_gold.png/40px-Fairytale_bookmark_gold.png");
}
.grosse-icone.etoile-argent {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Fairytale_bookmark_silverstar.svg/40px-Fairytale_bookmark_silverstar.svg.png");
}
.grosse-icone.archives {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/48px-Filing_cabinet_icon.svg.png");
}
.grosse-icone.ancienne-version {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/46px-Clock_and_warning.svg.png");
}
.grosse-icone.maintenance {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Tools_nicu_buculei_01.svg/46px-Tools_nicu_buculei_01.svg.png");
}
.grosse-icone.protection-admin {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Crystal_Clear_action_lock1.png/46px-Crystal_Clear_action_lock1.png");
}
.grosse-icone.semi-protection {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Crystal_Clear_action_half_lock.png/46px-Crystal_Clear_action_half_lock.png");
}
.grosse-icone.roue-dentee {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_run.png/46px-Crystal_Clear_action_run.png");
}
.grosse-icone.conflit-edition {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Passage_pieton_rouge.png/46px-Passage_pieton_rouge.png");
}
.grosse-icone.titre-protege {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/System-lock-screen.svg/46px-System-lock-screen.svg.png");
}
.grosse-icone.gros-warning {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Octagon_delete.svg/46px-Octagon_delete.svg.png");
}
.grosse-icone.attention {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Ambox_content.png");
}
.grosse-icone.information {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c8/Ambox_notice.png");
}
.grosse-icone.ebauche {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Nuvola_apps_kedit.svg/46px-Nuvola_apps_kedit.svg.png");
}

/* Styles par défaut pour les bandeaux en haut des articles. Voir
   [[Projet:Charte graphique/Harmonisation des messages d'avertissement]]
   et [[Wikipédia:Prise de décision/Harmonisation des messages d'avertissement]]. */
/* Classe pour toutes les alertes. */
.alerte {
	padding: 0.11em;
	background: #ffd;
	margin-bottom: 0.4em;
	font-style: italic;
}
/* Classe supplémentaire pour les alertes graves. */
.grave {
	border: 1px solid #f96;
}

/* Styles des « messagebox » standard. */
.messagebox {
	border: 1px solid #aaa;
	background: #f9f9f9;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: 0.2em;
	text-align: justify;
}
.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background: #f8eaba;
}

.vectorbox {
	width: 85%;
	background: #f5faff;
	border: 1px solid #a7d7f9;
	border-radius: 10px;
	margin: 0 auto 1em auto;
}

/* Boîtes utiles sur les pages d'aide (exemple : [[Aide:Note#Exemples]]). */
.exemple {
	margin: 0.5em;
	padding: 0.5em;
	border: dashed 1px #add8e6;
	background: #fff;
}

/* Standardisation de quelques messages systèmes :
   * class="mw-alerte" : bandeaux d'alerte comme [[MediaWiki:Editinginterface]].
   * class="mw-toolbox" : boîtes à outils comme sur [[MediaWiki:Sp-contributions-footer]]. */

/* Suppression du message avertissant du lag de 1 seconde dans la liste de suivi. */
.mw-lag-warn-normal {
	display: none;
}

/* Messages d'alerte */
.mw-alerte {
	width: 100%;
	clear: both;
	background: #faebd7;
	border: 2px solid #ff8c00;
}

/* Boîtes à outils */
.mw-toolbox {
	font-size: 90%;
	background: #f8f8f8;
	border: 1px solid #b8b8b8;
	padding: 0.25em 1em;
	clear: both;
}

/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
div.NavFrame {
	padding: 2px;
	border: 1px #aaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.NavPic {
	padding: 2px;
	float: left;
}
div.NavFrame div.NavHead {
	font-weight: bold;
	background: #efefef;
}
div.NavEnd {
	height: 0;
	clear: both;
}

/* Styles de [[Modèle:Méta palette de navigation]]. */
table.navbox {
	background: #f9f9f9;
	border: 1px solid #aaa;
	clear: both;
	font-size: 89%;
	margin: 1em 0 0;
	padding: 2px;
	text-align: center;
	width: 100%;
}
table.navbox-subgroup {
	background: transparent;
	border: 0;
	margin: -3px;
	padding: 0;
	text-align: center;
	width: calc(100% + 6px);
}
th.navbox-title {
	background: #ccf;
	padding-left: 1em;
	padding-right: 1em;
}
th.navbox-group {
	background: #ddf;
	vertical-align: middle;
	width: 150px;
	padding-left: 1em;
	padding-right: 1em;
}
th.navbox-group + td.navbox-list,
table.navbox-subgroup td.navbox-list {
	text-align: left;
}
td.navbox-even {
	background: #f0f0ff;
}
table.navbox-subgroup td.navbox-even {
	background: transparent;
}
td.navbox-banner {
	background: #ddf;
	vertical-align: middle;
	padding-left: 1em;
	padding-right: 1em;
}
tr.navboxHidden {
	display: none;
}
@media (max-width: 981px) {
	td.navbox-image {
		display: none;
	}
}

/* Modèle de palettes groupées, [[Modèle:Palette]]. */
div.navbox-container {
	border: 1px solid #aaa;
	margin-top: 1em;
}
div.navbox-container table.navbox {
	border: 0;
	margin: 0;
}

/* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */
.navboxToggle,
.NavToggle {
	font-size: 90%;
	font-weight: normal;
	float: right !important;
	min-width: 6em;
}

/* Styles pour [[Modèle:Section déroulante début]] */
.client-js .titre-section-deroulante,
.client-js .titre-section-deroulante.mw-collapsible-toggle-expanded {
	background: url("//upload.wikimedia.org/wikipedia/commons/f/f1/MediaWiki_Vector_skin_action_arrow.svg") left center no-repeat;
}
.client-js .titre-section-deroulante.mw-collapsible-toggle-collapsed {
	background: url("//upload.wikimedia.org/wikipedia/commons/0/03/MediaWiki_Vector_skin_right_arrow.svg") left center no-repeat;
}

/* Styles pour [[Modèle:Animation]] */
.diaporamaControl img {
	background-color: white;
	border: 1px solid #ddd;
}
.diaporamaControl .ScrollBar {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Round_Edge.png/5px-Round_Edge.png");
	background-position: top;
	background-repeat: repeat-x;
}
.diaporamaControl .ScrollBarContainer {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Round_Edge_bis.png/5px-Round_Edge_bis.png");
	background-position: top;
	background-repeat: repeat-x;
}
.diaporama .magnify {
	display: none;
}
.diaporama select {
	font-size: 12px;
	vertical-align: middle;
	margin-left: 0.5em;
}

/* Classe pour tableaux standards, légèrement grisés. */
.wikitable th[scope=row] {
	text-align: left;
}

/* 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,
table.left {
	float: left;
	margin: 0 1em 1em 0;
}
table.droite,
table.right {
	float: right;
	margin: 0 0 1em 1em;
}
table.centre,
table.center {
	margin: 1em auto;
}
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
table.wikitable[align=center] {
	margin: 1em auto;
}
/* Annule propriétés issues de ".center" dans le /resources/src/mediawiki.legacy/oldshared.css */
table.center {
	width: auto;         /* annule width: 100%; */
	text-align: inherit; /* annule text-align: center; */
}

/* Workaround pour les captions ridiculement étroits quand table repliée */
table.mw-collapsible:not(.centre):not(.center) > caption {
	white-space: nowrap;
}
/* Méthode différente pour les tables centrées (corrige aussi le centrage erroné avec firefox) */
table.mw-collapsible.centre, table.mw-collapsible.center {
	min-width: 60%;
}
/* Système différent pour écrans étroits, au cas où le caption dépasserait en largeur */
@media (max-width: 981px) {
	table.mw-collapsible:not(.centre):not(.center) > caption {
		white-space: normal;
	}
	table.mw-collapsible {
		width: 100%;
		float: none;
	}
}

/* Classe pour substituer l'attribut obsolète cellpadding=0 */
table.nocellpadding > * > tr > td,
table.nocellpadding > * > tr > th {
	padding: 0;
}

/* Classes permettant d'alterner les couleurs de ligne dans les
   tableaux selon le nombre de lignes d'en-tête :
   * .alternance si nombre impair ou .alternance2 si nombre pair.
   * .sortable : les tableaux triables nécessitent d'inverser
     l'alternance. */
.alternance,
.alternance2 {
	border-collapse: collapse;
}
table.alternance > * > tr > th,
table.alternance2 > * > tr > th {
	background: #e6e6e6;
}
.alternance tr,
.alternance th[scope="row"] {
	background: #fcfcfc;
}
.alternance:not(.sortable) tr:nth-child(odd),
.alternance.sortable tr:nth-child(even),
.alternance:not(.sortable) tr:nth-child(odd) th[scope="row"],
.alternance.sortable tr:nth-child(even) th[scope="row"] {
	background: #eee;
}
.alternance2 tr,
.alternance2 th[scope="row"] {
	background: #eee;
}
.alternance2 tr:nth-child(odd),
.alternance2 tr:nth-child(odd) th[scope="row"] {
	background: #fcfcfc;
}

/* Classe pour permettre un titre d'une couleur différente sans avoir à l'imposer dans chaque cellule */
table.titre-en-couleur > * > tr > th {
	background: transparent;
}

/* Classe pour aligner les cellules en haut sans avoir à répéter le style dans chaque cellule */
table.td-align-top > * > tr > td {
	vertical-align: top;
}

/* Espacement du lien "[afficher]" ajouté par la classe mw-collapsible
   en attendant résolution de https://phabricator.wikimedia.org/T155347 */
caption .mw-collapsible-toggle,
th .mw-collapsible-toggle {
	margin-left: 0.3em;
}
/* @noflip */
.mw-content-ltr caption .mw-collapsible-toggle,
.mw-content-ltr th .mw-collapsible-toggle,
.mw-content-rtl .mw-content-ltr caption .mw-collapsible-toggle,
.mw-content-rtl .mw-content-ltr th .mw-collapsible-toggle {
	margin-left: 0.3em;
}
/* @noflip */
.mw-content-rtl caption .mw-collapsible-toggle,
.mw-content-rtl th .mw-collapsible-toggle,
.mw-content-ltr .mw-content-rtl caption .mw-collapsible-toggle,
.mw-content-ltr .mw-content-rtl th .mw-collapsible-toggle {
	margin-right: 0.3em;
}

/* Classe pour les listes horizontales séparées par des puces.
   Adaptation de la classe 'hlist' de en:User:Edokter.
   (cf. [[mw:Snippets/Horizontal lists]]). */
.liste-horizontale ul,
.liste-horizontale ol,
.liste-horizontale li {
	margin-left: 0;
	display: inline;
	white-space: nowrap;
}
.liste-horizontale li:after {
	content: " "; /* au cas ou Mediawiki supprime les retours ligne */
}
.liste-horizontale li + li:before {
	white-space: normal;
	content: "· ";
	font-weight: bold;
}
.liste-horizontale li li:first-child:before {
	white-space: normal;
	content: " (";
}
.liste-horizontale li ul:after,
.liste-horizontale li ol:after{
	content: ")";
	margin-left: -0.28em;
}
.liste-horizontale ol {
	counter-reset: listitem;
}
.liste-horizontale ol > li {
	counter-increment: listitem;
}
.liste-horizontale ol > li:first-child:before {
	content: "1.\202F";
}
.liste-horizontale li ol > li:first-child:before {
	content: " (1.\202F";
}
.liste-horizontale ol > li + li:before {
	content: "· " counter(listitem) ".\202F";
	font-weight: normal;
}

/* Listes sans puces */
.liste-simple ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.liste-simple ul li {
	margin-bottom: 0;
}

/* Styles pour listes imbriqués formant une arborescence,
   en particulier utilisés dans le [[modèle:Arbre début]]. */
.treeview ul {
	padding: 0;
	margin: 0;
}
.treeview li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
.treeview li li {
	background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
	padding-left: 20px;
	text-indent: 0.3em;
}
.treeview li li.lastline {
	background-position: 0 -5971px;
}
.treeview li.emptyline > ul {
	margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
	background-position: 0 9px;
}

/* Amélioration de la présentation des <templatedata> */
.mw-templatedata-doc-desc + p,
.mw-templatedata-doc-param-name code:first-of-type {
	font-weight: bold;
}
.mw-templatedata-doc-params dl {
	font-size: 85%;
	margin: 0.5em 1em;
}
.mw-templatedata-doc-params dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-style: italic;
}
.mw-templatedata-doc-params dt:after {
	content: "\a0:\a0";
}
.mw-templatedata-doc-params dd {
	float: left;
	margin: 0;
}
.mw-templatedata-doc-muted {
	color: grey;
}

/* Style par défaut des bandeaux de portail décidés sur
   [[Wikipédia:Prise de décision/Bandeaux de portails]]
   Utilisé dans [[Modèle:Méta lien vers portails]] et [[Modèle:Portail]]. */
#bandeau-portail {
	border: solid #aaa 1px;
	background-color: #f9f9f9;
	text-align: center;
	margin-top: 1em;
}
#bandeau-portail,
#liste-portail {
	padding: 4px;
	margin-left: 0;
	clear: both;
}
#liste-portail li,
#bandeau-portail li{
	display: inline;
}
.bandeau-portail-element {
	white-space: nowrap;
	margin: 0 1.5em;
}
.bandeau-portail-icone {
	margin-right: 0.5em;
}
.bandeau-portail-texte {
	font-weight: bold;
}

/* Classes pour les colonnes des portails */
.portail-gauche,
.portail-droite {
	box-sizing: border-box;
}
.portail-gauche {
	float: left;
	padding-right: 1.2rem;
}
.portail-droite {
	float: right;
}
@media (max-width: 981px) {
	.portail-gauche,
	.portail-droite {
		float: none;
		width: auto !important;
	}
	.portail-gauche {
		padding-right: 0;
	}
}

/* Page d'accueil et portail utilisant la même structure */
.accueil-contenu {
	margin: 0.4em -1% 0.4em 0;
	display: flex;
	flex-flow: wrap;
	overflow: hidden; /*be kind ie10 et les navigateurs ne gérant pas les flexbox */
}
.accueil-droite,
.accueil-gauche {
	display: flex;
	flex-flow: wrap;
	align-content: flex-start;
	margin: 0.4em 1% 0.4em 0;
	border: 1px solid #a7d7f9;
	border-radius: 1em;
}
.accueil-droite {
	background: #f5faff;
	flex: 21em;
	overflow: hidden;/*ie10*/
}
.accueil-gauche {
	flex: 2 35em;
	float: left; /*ie10*/
	width: 64%; /*ie10*/
}
.accueil-cadre {
	padding: 1.2em;
}
.accueil-cadre .mw-headline-number {
	display: none;
}

/* Retire le nom de la page d'accueil */
body.action-view.page-Wikipédia_Accueil_principal #firstHeading {
	position: absolute;
	top: -5000px;
}

/*
Retire les numéros ajoutés lorsque "Préférences > Apparence > Numéroter automatiquement les titres de section" est coché
TODO : éventuellement créer une classe générique à ajouter à un div conteneur, permettant d'utiliser la fonctionnalité ailleurs
*/
body.page-Wikipédia_Accueil_principal .mw-headline-number {
	display: none;
}

/* Bandeau accueil */
#interwiki-listecomplete {
	font-weight: bold;
}

/* Mise en page Accueil version 2017 */

#accueil_2017_en-tete {
	background: linear-gradient(to bottom, #fff, #e8f2f8);
	border-bottom: solid 1px #a8d7fc;
}
#accueil_2017_bandeau {
	background: url(https://upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-logo-v2-o50.svg) no-repeat -110px -15px;
	background-size: 300px 300px;
	padding: 1.5rem 1rem 1rem;
	font-family: 'Open Sans', Sans-serif;
}
#accueil_2017_bloc-titre {
	display: inline-block;
	margin-left: 14rem;
	margin-bottom: 1rem;
	text-align: left;
	line-height: 1.6;
	color: #457;
}
#accueil_2017_bloc-titre > h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 200%;
	font-weight: bold;
	font-family: 'Open Sans', Sans-serif;
	color: #457;
}
#accueil_2017_bloc-titre > p {
	margin: 0;
	padding: 0;
	font-size: 95%;
}
#accueil_2017_bloc-liens {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
#accueil_2017_lien-mobile {
	margin-bottom: 1rem;
}

#accueil_2017_contenu {
	margin-top: 1rem;
}
#accueil_2017_contenu .portail-gauche {
	width: 60%;
}
#accueil_2017_contenu .portail-droite {
	width: 40%;
}
#accueil_2017_contenu:after {
	clear: both;
	display: table;
	content: '';
}

.accueil_2017_cadre {
	box-shadow: 0 0 0.3rem #999;
	border-radius: 0.2rem;
	padding: 1.2rem;
	margin-bottom: 1.6rem;
}
/* S'assurer que ces règles emportent bien la priorité sur toutes les skins */
#mw-content-text .accueil_2017_cadre h2 {
	font-variant: small-caps;
	letter-spacing: 0.01em;
	border-bottom: solid 0.2rem #bdd8fb;
	margin: -0.4rem 0 0.5rem;
}
.accueil_2017_pied {
	padding: 1.3em 0 0;
	font-size: 85%;
	text-align: right;
}

@media (min-width: 982px) {
	#accueil_2017_contenu {
		display: flex;
	}
	#accueil_2017_contenu .portail-gauche,
	#accueil_2017_contenu .portail-droite {
		display: flex;
		flex-direction: column;
	}
	.accueil_2017_cadre:nth-child(1) {
		flex-grow: 1;
	}
	.accueil_2017_cadre:nth-child(2) {
		flex-grow: 2;
	}
	.accueil_2017_cadre:nth-child(3) {
		flex-grow: 3;
	}
}

/* Divers */
.globegris {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
	background-repeat: no-repeat;
	background-position: -40px -15px;
}
.assistant {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/6/67/Nuvola_apps_khelpcenter_25%25.png");
}
.headergris {
	background: #f0f0f0 url("//upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #a3b0bf;
	text-align: left;
	color: #000;
	padding: 0.15em 0.4em;
}
.cadregris {
	border: 1px solid #aaa;
	background: #fcfcfc;
	vertical-align: top;
	padding: 7px;
	margin-bottom: 0.6em;
}
.accueil_cadre_lien {
	text-align: right;
	margin-right: 0.5em;
	font-size: xx-small;
}

/* Tracé de lignes ferroviares ([[Modèle:3voies]] et cie) */
.tablelignesferroviaires td {
	white-space: nowrap;
}

/* Infobox V2 (voir : [[Projet:Infobox/V2]]) */
.infobox_v2 {
	background: #f9f9f9;
	color: #000;
	font-size: 90%;
	line-height: 1.2em;
	float: right;
	clear: right;
	margin: 0 0 0.5em 1em;
	width: 294px;
	border: 1px solid #aaa;
	border-spacing: 5px;
}
.infobox_v2 th {
	vertical-align: super;
	text-align: left;
}
.infobox_v2 .entete {
	height: 43px;
	vertical-align: middle;
	text-align: center;
	font-size: 140%;
	font-weight: bolder;
	line-height: 1.1em;
	color: #000;
}
/* Padding si pictogramme d'infobox, e.g. ".entete.foobar"
   Pas de pictogramme donc pas de padding sur ".entete.defaut" et ".entete"
   Possibilité de désactiver ce padding en ajoutant une classe "large" */
.infobox_v2 .entete:not(.defaut):not([class="entete"]):not(.large) {
	padding: 1px 48px;
}
/* Pour [[Modèle:Image et son]], etc. */
.infobox_v2 .media {
	height: 35px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	color: #000;
}

/* Graphiques transparents d'en-têtes des Infobox */
.entete {
	background-position: right center;
	background-repeat: no-repeat;
}
.entete.aerostat {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png");
}
.entete.aikido {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Aikido_pictogram.svg/40px-Aikido_pictogram.svg.png");
}
.entete.alpinisme {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Picto_infobox_alpinisme.png");
}
.entete.alpinisme-escalade {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Picto_infobox_alpinisme-escalade.png");
}
.entete.arbitre {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Referee_football_pictogram.svg/35px-Referee_football_pictogram.svg.png");
}
.entete.arc {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Archery_pictogram.svg/35px-Archery_pictogram.svg.png");
}
.entete.archives2 {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/d/d6/Picto_infobox_archives.png");
}
.entete.artiste {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f3/Picto_infobox_artiste.png");
}
.entete.artsmartiauxjap {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Picto_infobox_samourai.png");
}
.entete.association {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Collaboration_logo_infobox.svg/50px-Collaboration_logo_infobox.svg.png");
}
.entete.athletisme {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Athletics_pictogram.svg/40px-Athletics_pictogram.svg.png");
}
.entete.audio {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png");
}
.entete.auteur {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png");
}
.entete.aviron {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Rowing_pictogram.svg/35px-Rowing_pictogram.svg.png");
}
.entete.badminton {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/90/Badminton_pictogram.svg/35px-Badminton_pictogram.svg.png");
}
.entete.baseball {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Baseball_pictogram.svg/35px-Baseball_pictogram.svg.png");
}
.entete.basket-ball {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Picto_Infobox_Basketball.png");
}
.entete.bd {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png");
}
.entete.biathlon {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/00/Biathlon_pictogram.svg/40px-Biathlon_pictogram.svg.png");
}
.entete.biere {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png");
}
.entete.boxe {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Boxing_pictogram.svg/35px-Boxing_pictogram.svg.png");
}
.entete.calendrier {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Almanacco.png");
}
.entete.canada {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png");
}
.entete.cardinal {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png");
}
.entete.catch {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/7/79/Picto_infobox_catch.png");
}
.entete.chateau {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png");
}
.entete.chimie {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/Picto_infobox_chemistry_HUN.png");
}
.entete.cinema {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png");
}
.entete.communication {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png");
}
.entete.cyclisme {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Cycling_%28road%29_pictogram.svg/45px-Cycling_%28road%29_pictogram.svg.png");
}
.entete.deportation {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_Infobox_deportation.png");
}
.entete.diplomatie {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_infobox_ambassade.png");
}
.entete.disney {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/d/d3/Picto_infobox_Disney.png");
}
.entete.droit {
        background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/17/Balance%2C_by_David.svg/40px-Balance%2C_by_David.svg.png");
}
.entete.drone-civil {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/Picto_infobox_civil_drone.png");
}
.entete.egypte-antique {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png");
}
.entete.equitation {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Equestrian_pictogram.svg/35px-Equestrian_pictogram.svg.png");
}
.entete.entreprise {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/19/Factory_black.png/40px-Factory_black.png");
}
.entete.entreprise-blanc {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Factory_white.png/40px-Factory_white.png");
}
.entete.escalade {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e1/Picto_infobox_escalade.png");
}
.entete.escrime {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Fencing_pictogram.svg/35px-Fencing_pictogram.svg.png");
}
.entete.espagne {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/1/11/Picto_Infobox_Coat_of_Arms_of_Spain.png");
}
.entete.eveque {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png");
}
.entete.floorball {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Floorball_pictogram.svg/35px-Floorball_pictogram.svg.png");
}
.entete.fondeur {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Cross_country_skiing_pictogram.svg/40px-Cross_country_skiing_pictogram.svg.png");
}
.entete.football {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png");
}
.entete.footballblack {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/8/86/Picto_infobox_fotbal_2.png");
}
.entete.futsal {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Futsal_pictogram.svg/35px-Futsal_pictogram.svg.png");
}
.entete.golf {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Golf_pictogram.svg/35px-Golf_pictogram.svg.png");
}
.entete.grappe {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png");
}
.entete.gymnastique {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/12/Gymnastics_%28artistic%29_pictogram.svg/35px-Gymnastics_%28artistic%29_pictogram.svg.png");
}
.entete.handball {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Handball_pictogram_white.svg/35px-Handball_pictogram_white.svg.png");
}
.entete.handballblack {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/52/Handball_pictogram.svg/35px-Handball_pictogram.svg.png");
}
.entete.helicoptere {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png");
}
.entete.hockey {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_Infobox_Ice_hockey.png");
}
.entete.hockey-sur-gazon {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Field_hockey_pictogram.svg/35px-Field_hockey_pictogram.svg.png");
}
.entete.hospitaliers {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_Hospitaliers.png");
}
.entete.humain {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png");
}
.entete.informatique {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/ae/Picto-infoboxinfo.png");
}
.entete.israel-judaisme {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png");
}
.entete.jeu {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png");
}
.entete.jeu-role {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png");
}
.entete.jeuvideo {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png");
}
.entete.judo {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Judo_pictogram.svg/40px-Judo_pictogram.svg.png");
}
.entete.karate {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Karate_pictogram.svg/40px-Karate_pictogram.svg.png");
}
.entete.kayak {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Canoeing_%28flatwater%29_pictogram.svg/35px-Canoeing_%28flatwater%29_pictogram.svg.png");
}
.entete.kickboxing {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Kickboxing_pictogram.svg/40px-Kickboxing_pictogram.svg.png");
}
.entete.lutte {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/12/Wrestling_pictogram.svg/40px-Wrestling_pictogram.svg.png");
}
.entete.macintosh {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png");
}
.entete.map {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png");
}
.entete.medecine {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_med.png");
}
.entete.mets {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png");
}
.entete.militaire {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_military.png");
}
.entete.montreal-metro {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Picto_infobox_Mtl_metro.png");
}
.entete.montreal-train {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/9/99/Picto_infobox_Mtl_train.png");
}
.entete.moteur-avion {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png");
}
.entete.musee {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/ac/Infobox_museum_pictogram.png");
}
.entete.musique {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png");
}
.entete.natation {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Swimming_pictogram_white.png/35px-Swimming_pictogram_white.png");
}
.entete.nations-unies {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3a/Picto_infobox_UN.png");
}
.entete.oenologie {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/7/73/Icone_oenobox.png");
}
.entete.omnisports {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Sport3_icone.svg/35px-Sport3_icone.svg.png");
}
.entete.papyrus {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_papyrus.png");
}
.entete.paralympique {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png");
}
.entete.persofiction {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png");
}
.entete.petrole {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Picto_Infobox_Oil.png");
}
.entete.planeur {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png");
}
.entete.plateforme {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Picto_Infobox_Oil_Platform.png");
}
.entete.poker {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Crystal_Clear_app_Cardgame-3.svg/50px-Crystal_Clear_app_Cardgame-3.svg.png");
}
.entete.presse {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png");
}
.entete.pretendant {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_pr%C3%A9tendant_%C3%A0_un_tr%C3%B4ne.png");
}
.entete.projet {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png");
}
.entete.psychologie {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/7/77/Picto_infobox_psycho.png");
}
.entete.quebec {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png");
}
.entete.recherche {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png");
}
.entete.rinkhockey {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Roller_hockey_pictogram.svg/35px-Roller_hockey_pictogram.svg.png");
}
.entete.rome-antique {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3c/Picto_infobox_Roman_military_banner.png");
}
.entete.route {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e7/Infobox_road_pictogram.png");
}
.entete.rugby {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/0/06/Picto_Infobox_Rugby.png");
}
.entete.rugbyblack {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Rugby_union_pictogram.svg/35px-Rugby_union_pictogram.svg.png");
}
.entete.sautski {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Ski_jumping_pictogram.svg/40px-Ski_jumping_pictogram.svg.png");
}
.entete.science-fiction {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png");
}
.entete.ski-alpin {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Alpine_skiing_pictogram.svg/40px-Alpine_skiing_pictogram.svg.png");
}
.entete.sport {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png");
}
.entete.sport-automobile {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/af/Picto_infobox_sport_auto.png");
}
.entete.squash {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Squash_pictogram.svg/35px-Squash_pictogram.svg.png");
}
.entete.surf {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Surfing_pictogram.svg/35px-Surfing_pictogram.svg.png");
}
.entete.taekwondo {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Taekwondo_pictogram.svg/40px-Taekwondo_pictogram.svg.png");
}
.entete.television {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png");
}
.entete.tennis {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Tennis_pictogram.svg/35px-Tennis_pictogram.svg.png");
}
.entete.tennis-de-table {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Table_tennis_pictogram_white.svg/40px-Table_tennis_pictogram_white.svg.png");
}
.entete.tennis-de-tableblack {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Table_tennis_pictogram.svg/35px-Table_tennis_pictogram.svg.png");
}
.entete.timbre {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png");
}
.entete.train {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png");
}
.entete.triathlon {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Triathlon_pictogram.svg/40px-Triathlon_pictogram.svg.png");
}
.entete.ultimate {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Ultimate_pictogram.svg/70px-Ultimate_pictogram.svg.png");
}
.entete.union-europeenne {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png");
}
.entete.universite {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png");
}
.entete.video {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png");
}
.entete.voile {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Sailing_pictogram.svg/40px-Sailing_pictogram.svg.png");
}
.entete.volleyball {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Volleyball_%28indoor%29_pictogram.svg/35px-Volleyball_%28indoor%29_pictogram.svg.png");
}
.entete.water-polo {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Water_polo_pictogram.svg/40px-Water_polo_pictogram.svg.png");
}
.entete.snooker {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Cue_sports_pictogram.svg/40px-Cue_sports_pictogram.svg.png");
}

.media.audio {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat left top;
}
.media.video {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat left top;
}

/* Pour le [[modèle:Infobox/Géolocalisation multiple]] et le [[modèle:Géolocdual]]. */
.img_toogle ul {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	text-align: center;
}

/* Infobox V3 */
div.infobox_v3 {
	padding: 5px;
	width: 25em;
	background: #f9f9f9;
	border: 1px solid #aaa;
	clear: right;
	float: right;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0 0 0.5em 1em;
	max-width: 325px;
	word-wrap: break-word;
}
.infobox_v3 .entete {
	display: table;
	height: 45px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.1;
	margin-bottom: 10px;
	background-color: #dfedff;
}
.infobox_v3 .entete > div {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.infobox_v3:not(.large) .entete.icon > div {
	padding: 3px 48px;
}
/* Images */
.infobox_v3 .images {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.infobox_v3 .images a {
	max-width: 100%;
	flex: 0 0 auto; /* be kind ie11 */
}
.infobox_v3 .deux-images a {
	max-width: 48%;
}
.infobox_v3 .images img {
	max-width: 100%;
	height: auto;
}
.infobox_v3 .legend {
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0 8px 0;
}
/* Tableaux */
.infobox_v3 table {
	width: 100%;
	margin: 5px 0;
	table-layout: fixed;
	border-collapse: collapse;
}
.infobox_v3 th[scope="col"] {
	text-align: center;
	word-wrap: normal;
}
.infobox_v3 th[scope=row] {
	text-align: left;
	padding-right: 10px;
	width: 8em;
	max-width: 140px;
	word-wrap: normal;
}
.infobox_v3 th[scope=row],
.infobox_v3 td {
	padding-top: 4px;
	vertical-align: super;
}
.infobox_v3 th[scope=row].middle {
	vertical-align: middle;
}
.infobox_v3.bordered th[scope=row],
.infobox_v3.bordered td {
	padding-bottom: 4px;
	border-top: 1px solid #dfedff;
}
.infobox_v3.bordered caption.bordered {
	margin: 0 0 -1px 0;
}
.infobox_v3 tr.left td {
	text-align: left;
}
.infobox_v3 tr.vborder td {
	border-left: 1px dotted #aaa;
}
.infobox_v3 tr.vborder td:first-child {
	border-left: none;
}
.infobox_v3 td.data {
	text-align: center;
}
.infobox_v3 tr:first-child ul:first-child {
	margin-top: 0;
}
/* Titres bloc et caption tableaux */
.infobox_v3 p.bloc,
.infobox_v3 caption {
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	margin: 0 0 5px 0;
	padding: 4px;
	background: #dfedff;
}
.infobox_v3 p.bloc {
	margin: 5px 0;
}
.infobox_v3 caption.bordered,
.infobox_v3 p.bordered {
	border-top: 1px solid #dfedff;
	border-bottom: 1px solid #dfedff;
	background: transparent;
}
.infobox_v3 .bordered.navbar,
.infobox_v3 .bordered.nav {
	padding-top: 4px;
	border-bottom: 0;
}
/* TODO : mettre à jour la classe .hidden générique */
.infobox_v3 caption.hidden {
	margin: 0 !important;
	padding: 0 !important;
}
/* Séparateur */
.infobox_v3 .hr {
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0;
	background-color: #dfedff;
}
.infobox_v3 .hr.collapse {
	margin: 5px 0 -8px 0;
}
/* Tnavbar */
.infobox_v3 .navbar {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.1;
	margin: 8px 0 0;
}
.infobox_v3 .navbar .plainlinks {
	float: left;
}
/* Navigateur */
.infobox_v3 .overflow {
	overflow: hidden;
}
.infobox_v3 .prev a,
.infobox_v3 .prev_bloc {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/49/ArrowLeftNavbox.svg/12px-ArrowLeftNavbox.svg.png") no-repeat left center;
	float: left;
	max-width: 40%;
	padding: 0 0 0 18px;
	text-align: left;
}
.infobox_v3 .next a,
.infobox_v3 .next_bloc {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/10/ArrowRightNavbox.svg/12px-ArrowRightNavbox.svg.png") no-repeat right center;
	float: right;
	max-width: 40%;
	padding: 0 18px 0 0;
	text-align: right;
}
/* Divers */
.infobox_v3 table.maillot-equipe td {
	padding: 0;
}
.infobox_v3 table.maillot-equipe {
	table-layout: auto;
}

/* Taxobox V3 (cf. [[Utilisateur:Hexasoft/Taxobox code V3]]) */
.taxobox_v3 {
	font-size: 0.99em !important;
	padding: 1px;
}
/* Style global par défaut */
div.taxobox_v3 .entete,
.taxobox_v3 caption,
.taxobox_v3 p.bloc {
	font-style: normal;
}
/* Ne pas utiliser le gras dans la partie gauche des lignes données mixtes */
.taxobox_v3 th {
	font-weight: normal;
}
/* Change la couleur des séparateur d'un bleu pâle à gris pâle */
div.taxobox_v3.bordered th[scope=row],
div.taxobox_v3.bordered td {
	padding-bottom: 4px;
	border-top: 1px solid #ededed;
}

/* Couleur "animal" (titre, sections) */
div.taxobox_v3.animal .entete {
	background-color: LightSalmon;
}
.taxobox_v3.animal caption,
.taxobox_v3.animal p.bloc {
	background-color: Bisque;
}
/* Couleur "plante" (titre, sections) */
div.taxobox_v3.plante .entete {
	background-color: lightgreen;
}
.taxobox_v3.plante caption,
.taxobox_v3.plante p.bloc {
	background-color: #ccffcc;
}
/* Couleur "champignon" (titre, sections) */
div.taxobox_v3.champignon .entete {
	background-color: SkyBlue;
}
.taxobox_v3.champignon caption,
.taxobox_v3.champignon p.bloc {
	background-color: PowderBlue;
}
/* Couleur "test" (titre, sections) */
div.taxobox_v3.test .entete {
	background-color: #50a0a0;
}
.taxobox_v3.test caption,
.taxobox_v3.test p.bloc {
	background-color: #70c0c0;
}
/* Couleur "algue" (titre, sections) */
div.taxobox_v3.algue .entete {
	background-color: MediumAquamarine;
}
.taxobox_v3.algue caption,
.taxobox_v3.algue p.bloc {
	background-color: #bfffe6;
}
/* Couleur "archaea" (titre, sections) */
div.taxobox_v3.archaea .entete {
	background-color: darkgray;
}
.taxobox_v3.archaea caption,
.taxobox_v3.archaea p.bloc {
	background-color: lightgray;
}
/* Couleur "protiste" (titre, sections) */
div.taxobox_v3.protiste .entete {
	background-color: khaki;
}
.taxobox_v3.protiste caption,
.taxobox_v3.protiste p.bloc {
	background-color: PaleGoldenrod;
}
/* Couleur "virus" (titre, sections) */
div.taxobox_v3.virus .entete {
	background-color: #d1d1f9;
}
.taxobox_v3.virus caption,
.taxobox_v3.virus p.bloc {
	background-color: Lavender;
}
/* Couleur "neutre" (titre, sections) */
div.taxobox_v3.neutre .entete {
	background-color: #eee;
}
.taxobox_v3.neutre caption,
.taxobox_v3.neutre p.bloc {
	background-color: #eee;
}
/* Couleurs "bactérie", "eucaryote" et "procaryote" (titre, sections) */
div.taxobox_v3.bacterie .entete,
div.taxobox_v3.eucaryote .entete,
div.taxobox_v3.procaryote .entete {
	background-color: lightgrey;
}
.taxobox_v3.bacterie caption,
.taxobox_v3.bacterie p.bloc,
.taxobox_v3.eucaryote caption,
.taxobox_v3.eucaryote p.bloc,
.taxobox_v3.procaryote caption,
.taxobox_v3.procaryote p.bloc {
	background-color: #e6e6e6;
}

/* Style typographique : zoologie ou rien (botanique) */
div.taxobox_v3 .taxobox_classification {
	font-style: italic;
}
div.taxobox_v3 .taxobox_classification .rnormal,
div.taxobox_v3.zoologie .taxobox_classification .normal,
div.taxobox_v3 th[scope="row"] {
	font-style: normal;
}

/* Version distincte de "alternance", afin d'être indépendant des choix fait par
   ailleurs et de pouvoir modifier à volonté l'aspect. */
table.taxoalternance tr,
.taxoalternance.wikitable th[scope="row"] {
	background: #fff;
}
table.taxoalternance tr:nth-child(odd),
.taxoalternance.wikitable tr:nth-child(odd) th[scope="row"] {
	background: #f5f5f5;
}

/* Effets dégradés : utilisables pour un effet ombragé dans les modèles de cadre
   (par exemple : [[Portail:Montréal/Cadre]]). Ceux-ci ne doivent pas dépasser 43
   pixels de hauteur au risque d'y voir un effet indésirable. */
.degrade {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png");
	background-position: top;
	background-size: 100% 100%;
	background-repeat: repeat-x;
}
.degrade_rev {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/6/61/Gradient_reversed_43px.png");
	background-position: top;
	background-repeat: repeat-x;
}
.degrade_double {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Double_Gradient_60px_V.png");
	background-position: top;
	background-repeat: repeat;
}

/* Classe de masquage, remplace display:none. Contenu non affiché mais lisible par les lecteurs d'écrans. */
.hidden {
	position: absolute;
	left: 0;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
caption.hidden {
	position: static;
	text-indent: -5000px;
}

/* Géolocalisation dynamique */
.img_toogle div, .img_toogle table, .img_toogle ul {
	margin: 0 auto !important;
}
.img_toogle .a_toogle {
	display: block;
	text-align: center !important;
	font-size: 0.95em;
}
.img_toogle .geobox {
	position: relative
}
.img_toogle .geobox +.geobox {
	border-top: 5px solid #aaa
}
.img_toogle .geopoint {
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 1px;
	border: 1px solid #000;
	background: #f00;
}

/* Gallery */
ul.gallery {
	margin: 2px auto;
	text-align: center;
}
.gallerytext {
	text-align: left;
	font-size: 89%;
}
.mw-gallery-slideshow-caption .gallerytext {
	text-align: center;
}

/* Pour le [[modèle:Autres projets]] */
.autres-projets ul {
	margin: 0;
	padding: 0;
}
.autres-projets li {
	list-style-type: none;
	list-style-image: none;
	margin: 0.2em 0;
	text-indent: 0;
	padding-left: 24px;
	min-height: 20px;
	text-align: left;
}
.autres-projets .titre {
	text-align: center;
	margin: 0.2em 0;
}
.autres-projets li a {
	font-style: italic;
}

/* Classes pour modèles de sommaires allégés */
.toc_niveau_1 ul ul,
.toc_niveau_2 ul ul ul,
.toc_niveau_3 ul ul ul ul,
.toc_niveau_4 ul ul ul ul ul,
.toc_niveau_5 ul ul ul ul ul ul {
	display: none;
}

.mw-textarea-protected {
	border: 2px solid #ff0000;
	color: navy;
}

/* Abusefilter */
.mw-abusefilter-diff-context,
.mw-abusefilter-diff-multiline td { /* Les longues lignes sans espace sont fréquentes. */
	word-wrap: break-word;
	max-width: 40em;
}

/* Subdivisions administratives */
.communes th[scope=col] { /* Défaut, voir le [[modèle:ÉluDébut]] */
	background-color: #ddffdd;
}
.localites th[scope=col] {
	background-color: #ffffbb;
}
.intercommunalites th[scope=col] {
	background-color: #ffe2bf;
}
.cantons th[scope=col] {
	background-color: #ece5ca;
}
.arrondissements th[scope=col] {
	background-color: #e1e1e1;
}
.departements th[scope=col] {
	background-color: #f6f3dd;
}
.regions th[scope=col] {
	background-color: #bbdefd;
}

/* Éditeur visuel : adaptation des messages d'avertissement */
.ve-ui-mwSaveDialog #cpwarn {
	background: none;
	color: #111;
	padding: 3px;
}
.ve-ui-mwSaveDialog #avertissement-filtre {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.ve-ui-mwSaveDialog .grosse-icone {
	background: none;
	padding: 0;
}
.ve-ui-mwSaveDialog .bandeau-icone {
	display: none;
}

/* Aide et accueil */
#aa-bloc-tete { /* Messages système */
	display: table;
	width: 100%;
}
#aa-bloc-gauche,
#aa-bloc-droite {
	display: table-cell;
	vertical-align: middle;
}
#aa-bloc-droite {
	width: 30%;
}
#aa-bloc-dessous {
	padding: 5px 10px;
}
#aa-bloc-tete h2 {
	margin-top: 4pt; /* Correction du style des titres par défaut pour une meilleure intégration */
}
/* Couleur et apparence des éléments */
.aa-fond-gris {
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 1.1em;
}
.aa-filet-gris {
	border: 1px solid #ccc;
	border-left-width: 6px;
}
.aa-fond-blanc {
	background-color: #fff;
	padding: 10px;
}
.aa-fond-avertissement {
	display: block;
	border-bottom: 1px solid #c00;
	background-color: #fff;
	padding: 10px;
}
.aa-titre-bleu {
	color: #3366bb;
	border: none;
}
.aa-titre-rouge {
	color: #c00;
	border: none;
}
.aa-titre-vert {
	color: #008769;
	border: none;
}
.aa-faux-h2 {
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.5em;
}
.aa-faux-h3 {
	font-weight: normal;
	font-size: 1.17em;
}
.aa-en-tete-aide-largeur {
	max-width: 1000px;
}
.aa-en-tete-aide-droite {
	width: 140px;
	float: right;
	background: #fff;
	padding: 6px;
	margin-left: 20px;
	font-size: 0.9em;
}
.aa-en-tete-aide-ariane {
	font-size: 0.9em;
	display: block;
	margin: 0 0 5px 10px;
	padding: 5px 5px 5px 0;
}
.aa-en-tete-aide-chapo {
	font-size: 1.2em;
	margin: 10px;
	margin-right: 166px;
}
.aa-en-tete-aide-petit {
	font-size: 0.8em;
}
.aa-couleur-aide {
	color: #ff5d00;
}
.aa-couleur-niveau-avance {
	padding: 3px;
	color: #fff;
	background: #347bff;
}
.aa-couleur-niveau-expert {
	padding: 3px;
	color: #fff;
	background: #d11813;
}
.aa-couleur-niveau-debutant {
	padding: 3px;
	color: #fff;
	background: #00af89;
}
.aa-en-tete-aide-statut {
	background: none repeat scroll 0 0 #ffe7db;
	padding: 3px;
}

/* Migrated from [[MediaWiki:Cite references prefix]] */
ol.references {
	font-size: 85%;
}

/* Masquage de certains avertissements si le JS est activé, utilisé dans le [[Modèle:Noscript]] */
.client-js .template-noscript {
	display: none;
}

/* </nowiki> */

/**************************************
 *    Font xwing - version : 2.6.9    *
 **************************************/

@charset "UTF-8";
/*
 * Icons
 */
@font-face {
  font-family: XWing;
  src: url("resources/xwing2/xwing-miniatures.ttf"); }

i.xwing-miniatures-font {
  font-family: XWing;
  font-style: normal;
  font-size: 1.5em; }

i.xwing-miniatures-font-agility:before {
  content: "^"; }

i.xwing-miniatures-font-astromech:before {
  content: "A"; }

i.xwing-miniatures-font-attack:before {
  content: "%"; }

i.xwing-miniatures-font-bankleft:before {
  content: "7"; }

i.xwing-miniatures-font-bankright:before {
  content: "9"; }

i.xwing-miniatures-font-barrelroll:before {
  content: "r"; }

i.xwing-miniatures-font-base-all:before {
  content: "À"; }

i.xwing-miniatures-font-base-small:before {
  content: "Á"; }

i.xwing-miniatures-font-base-medium:before {
  content: "Â"; }

i.xwing-miniatures-font-base-large:before {
  content: "Ã"; }

i.xwing-miniatures-font-boost:before {
  content: "b"; }

i.xwing-miniatures-font-bullseyearc:before {
  content: "}"; }

i.xwing-miniatures-font-calculate:before {
  content: "a"; }

i.xwing-miniatures-font-cannon:before {
  content: "C"; }

i.xwing-miniatures-font-cargo:before {
  content: "G"; }

i.xwing-miniatures-font-charge:before {
  content: "g"; }

i.xwing-miniatures-font-cloak:before {
  content: "k"; }

i.xwing-miniatures-font-command:before {
  content: "V"; }

i.xwing-miniatures-font-condition-outline:before {
  content: "Æ"; }

i.xwing-miniatures-font-condition:before {
  content: "°"; }

i.xwing-miniatures-font-config:before {
  content: "n"; }

i.xwing-miniatures-font-coordinate:before {
  content: "o"; }

i.xwing-miniatures-font-crew:before {
  content: "W"; }

i.xwing-miniatures-font-crit:before {
  content: "c"; }

i.xwing-miniatures-font-dalan-bankleft:before {
  content: "["; }

i.xwing-miniatures-font-dalan-bankright:before {
  content: "]"; }

i.xwing-miniatures-font-device:before {
  content: "B"; }

i.xwing-miniatures-font-doublerecurring:before {
  content: "_"; }

i.xwing-miniatures-font-doubleturretarc:before {
  content: "q"; }

i.xwing-miniatures-font-empire:before {
  content: "@"; }

i.xwing-miniatures-font-energy:before {
  content: "("; }

i.xwing-miniatures-font-epic:before {
  content: ")"; }

i.xwing-miniatures-font-evade:before {
  content: "e"; }

i.xwing-miniatures-font-firstorder:before {
  content: "+"; }

i.xwing-miniatures-font-first-player-1-outline:before {
  content: "Ĺ"; }

i.xwing-miniatures-font-first-player-1:before {
  content: "ĺ"; }

i.xwing-miniatures-font-first-player-2-outline:before {
  content: "Ļ"; }

i.xwing-miniatures-font-first-player-2:before {
  content: "ļ"; }

i.xwing-miniatures-font-first-player-3-outline:before {
  content: "Ľ"; }

i.xwing-miniatures-font-first-player-3:before {
  content: "ľ"; }

i.xwing-miniatures-font-first-player-4-outline:before {
  content: "Ŀ"; }

i.xwing-miniatures-font-first-player-4:before {
  content: "ŀ"; }

i.xwing-miniatures-font-focus:before {
  content: "f"; }

i.xwing-miniatures-font-forcecharge:before {
  content: "h"; }

i.xwing-miniatures-font-forcepower:before {
  content: "F"; }

i.xwing-miniatures-font-frontarc:before {
  content: "{"; }

i.xwing-miniatures-font-fullfrontarc:before {
  content: "~"; }

i.xwing-miniatures-font-fullreararc:before {
  content: "¡"; }

i.xwing-miniatures-font-fuse:before {
  content: ","; }

i.xwing-miniatures-font-gunner:before {
  content: "Y"; }

i.xwing-miniatures-font-hardpoint:before {
  content: "H"; }

i.xwing-miniatures-font-helmet-imperial:before {
  content: "y"; }

i.xwing-miniatures-font-helmet-rebel:before {
  content: "x"; }

i.xwing-miniatures-font-helmet-scum:before {
  content: "z"; }

i.xwing-miniatures-font-hit:before {
  content: "d"; }

i.xwing-miniatures-font-hull:before {
  content: "&"; }

i.xwing-miniatures-font-ig88d-sloopleft:before {
  content: '"'; }

i.xwing-miniatures-font-ig88d-sloopright:before {
  content: "'"; }

i.xwing-miniatures-font-illicit:before {
  content: "I"; }

i.xwing-miniatures-font-jam:before {
  content: "j"; }

i.xwing-miniatures-font-kturn:before {
  content: "2"; }

i.xwing-miniatures-font-leftarc:before {
  content: "£"; }

i.xwing-miniatures-font-linked:before {
  content: ">"; }

i.xwing-miniatures-font-lock:before {
  content: "l"; }

i.xwing-miniatures-font-missile:before {
  content: "M"; }

i.xwing-miniatures-font-modification:before {
  content: "m"; }

i.xwing-miniatures-font-negativerecurring:before {
  content: ""; }

i.xwing-miniatures-font-obstacle-core2asteroid0-outline:before {
  content: "ĉ"; }

i.xwing-miniatures-font-obstacle-core2asteroid0:before {
  content: "ĥ"; }

i.xwing-miniatures-font-obstacle-core2asteroid1-outline:before {
  content: "Č"; }

i.xwing-miniatures-font-obstacle-core2asteroid1:before {
  content: "Ĩ"; }

i.xwing-miniatures-font-obstacle-core2asteroid2-outline:before {
  content: "Ċ"; }

i.xwing-miniatures-font-obstacle-core2asteroid2:before {
  content: "Ħ"; }

i.xwing-miniatures-font-obstacle-core2asteroid3-outline:before {
  content: "ċ"; }

i.xwing-miniatures-font-obstacle-core2asteroid3:before {
  content: "ħ"; }

i.xwing-miniatures-font-obstacle-core2asteroid4-outline:before {
  content: "č"; }

i.xwing-miniatures-font-obstacle-core2asteroid4:before {
  content: "ĩ"; }

i.xwing-miniatures-font-obstacle-core2asteroid5-outline:before {
  content: "Ď"; }

i.xwing-miniatures-font-obstacle-core2asteroid5:before {
  content: "Ī"; }

i.xwing-miniatures-font-obstacle-coreasteroid0-outline:before {
  content: "Ă"; }

i.xwing-miniatures-font-obstacle-coreasteroid0:before {
  content: "Ğ"; }

i.xwing-miniatures-font-obstacle-coreasteroid1-outline:before {
  content: "ă"; }

i.xwing-miniatures-font-obstacle-coreasteroid1:before {
  content: "ğ"; }

i.xwing-miniatures-font-obstacle-coreasteroid2-outline:before {
  content: "ā"; }

i.xwing-miniatures-font-obstacle-coreasteroid2:before {
  content: "ĝ"; }

i.xwing-miniatures-font-obstacle-coreasteroid3-outline:before {
  content: "ą"; }

i.xwing-miniatures-font-obstacle-coreasteroid3:before {
  content: "ġ"; }

i.xwing-miniatures-font-obstacle-coreasteroid4-outline:before {
  content: "Ą"; }

i.xwing-miniatures-font-obstacle-coreasteroid4:before {
  content: "Ġ"; }

i.xwing-miniatures-font-obstacle-coreasteroid5-outline:before {
  content: "Ā"; }

i.xwing-miniatures-font-obstacle-coreasteroid5:before {
  content: "Ĝ"; }

i.xwing-miniatures-font-obstacle-vt49decimatordebris0-outline:before {
  content: "Đ"; }

i.xwing-miniatures-font-obstacle-vt49decimatordebris0:before {
  content: "Ĭ"; }

i.xwing-miniatures-font-obstacle-vt49decimatordebris1-outline:before {
  content: "đ"; }

i.xwing-miniatures-font-obstacle-vt49decimatordebris1:before {
  content: "ĭ"; }

i.xwing-miniatures-font-obstacle-vt49decimatordebris2-outline:before {
  content: "ć"; }

i.xwing-miniatures-font-obstacle-vt49decimatordebris2:before {
  content: "ģ"; }

i.xwing-miniatures-font-obstacle-yt2400debris0-outline:before {
  content: "ď"; }

i.xwing-miniatures-font-obstacle-yt2400debris0:before {
  content: "ī"; }

i.xwing-miniatures-font-obstacle-yt2400debris1-outline:before {
  content: "Ĉ"; }

i.xwing-miniatures-font-obstacle-yt2400debris1:before {
  content: "Ĥ"; }

i.xwing-miniatures-font-obstacle-yt2400debris2-outline:before {
  content: "Ć"; }

i.xwing-miniatures-font-obstacle-yt2400debris2:before {
  content: "Ģ"; }

i.xwing-miniatures-font-obstacle-gascloud1:before {
  content: "Į"; }

i.xwing-miniatures-font-obstacle-gascloud1-outline:before {
  content: "Ē"; }

i.xwing-miniatures-font-obstacle-gascloud2:before {
  content: "į"; }

i.xwing-miniatures-font-obstacle-gascloud2-outline:before {
  content: "ē"; }

i.xwing-miniatures-font-obstacle-gascloud3:before {
  content: "İ"; }

i.xwing-miniatures-font-obstacle-gascloud3-outline:before {
  content: "Ĕ"; }

i.xwing-miniatures-font-obstacle-gascloud4:before {
  content: "ı"; }

i.xwing-miniatures-font-obstacle-gascloud4-outline:before {
  content: "ĕ"; }

i.xwing-miniatures-font-obstacle-gascloud5:before {
  content: "IJ"; }

i.xwing-miniatures-font-obstacle-gascloud5-outline:before {
  content: "Ė"; }

i.xwing-miniatures-font-obstacle-gascloud6:before {
  content: "ij"; }

i.xwing-miniatures-font-obstacle-gascloud6-outline:before {
  content: "ė"; }

i.xwing-miniatures-font-point:before {
  content: "Ì"; }

i.xwing-miniatures-font-rangebonusindicator:before {
  content: "?"; }

i.xwing-miniatures-font-reararc:before {
  content: "|"; }

i.xwing-miniatures-font-rebel-outline:before {
  content: "-"; }

i.xwing-miniatures-font-rebel:before {
  content: "!"; }

i.xwing-miniatures-font-recover:before {
  content: "v"; }

i.xwing-miniatures-font-recurring:before {
  content: "`"; }

i.xwing-miniatures-font-reinforce:before {
  content: "i"; }

i.xwing-miniatures-font-reload:before {
  content: "="; }

i.xwing-miniatures-font-republic:before {
  content: "/"; }

i.xwing-miniatures-font-reversebankleft:before {
  content: "J"; }

i.xwing-miniatures-font-reversebankright:before {
  content: "L"; }

i.xwing-miniatures-font-reversestraight:before {
  content: "K"; }

i.xwing-miniatures-font-rightarc:before {
  content: "¢"; }

i.xwing-miniatures-font-rotatearc:before {
  content: "R"; }

i.xwing-miniatures-font-scum:before {
  content: "#"; }

i.xwing-miniatures-font-separatists:before {
  content: "."; }

i.xwing-miniatures-font-sensor:before {
  content: "S"; }

i.xwing-miniatures-font-shield:before {
  content: "*"; }

i.xwing-miniatures-font-singleturretarc:before {
  content: "p"; }

i.xwing-miniatures-font-slam:before {
  content: "s"; }

i.xwing-miniatures-font-sloopleft:before {
  content: "1"; }

i.xwing-miniatures-font-sloopright:before {
  content: "3"; }

i.xwing-miniatures-font-squad-point-cost:before {
  content: "0"; }

i.xwing-miniatures-font-stop:before {
  content: "5"; }

i.xwing-miniatures-font-straight:before {
  content: "8"; }

i.xwing-miniatures-font-tacticalrelay:before {
  content: "Z"; }

i.xwing-miniatures-font-talent:before {
  content: "E"; }

i.xwing-miniatures-font-team:before {
  content: "T"; }

i.xwing-miniatures-font-tech:before {
  content: "X"; }

i.xwing-miniatures-font-title:before {
  content: "t"; }

i.xwing-miniatures-font-token-calculate-outline:before {
  content: "Ë"; }

i.xwing-miniatures-font-token-calculate:before {
  content: "Ê"; }

i.xwing-miniatures-font-token-charge-outline:before {
  content: "Ó"; }

i.xwing-miniatures-font-token-charge:before {
  content: "Ò"; }

i.xwing-miniatures-font-token-crit-outline:before {
  content: "è"; }

i.xwing-miniatures-font-token-crit:before {
  content: "Ç"; }

i.xwing-miniatures-font-token-cloak-outline:before {
  content: "ô"; }

i.xwing-miniatures-font-token-cloak:before {
  content: "å"; }

i.xwing-miniatures-font-token-deplete-outline:before {
  content: "÷"; }

i.xwing-miniatures-font-token-deplete:before {
  content: "ø"; }

i.xwing-miniatures-font-token-evade-outline:before {
  content: "é"; }

i.xwing-miniatures-font-token-evade:before {
  content: "Å"; }

i.xwing-miniatures-font-token-focus-outline:before {
  content: "ç"; }

i.xwing-miniatures-font-token-focus:before {
  content: "Ä"; }

i.xwing-miniatures-font-token-force-outline:before {
  content: "Õ"; }

i.xwing-miniatures-font-token-force:before {
  content: "Ô"; }

i.xwing-miniatures-font-token-disarm-outline:before {
  content: "í"; }

i.xwing-miniatures-font-token-disarm:before {
  content: "Ö"; }

i.xwing-miniatures-font-token-ion-outline:before {
  content: "ó"; }

i.xwing-miniatures-font-token-ion:before {
  content: "ä"; }

i.xwing-miniatures-font-token-jam-outline:before {
  content: "ð"; }

i.xwing-miniatures-font-token-jam:before {
  content: "á"; }

i.xwing-miniatures-font-token-lock-outline:before {
  content: "ò"; }

i.xwing-miniatures-font-token-lock:before {
  content: "ã"; }

i.xwing-miniatures-font-token-point-1-outline:before {
  content: "Î"; }

i.xwing-miniatures-font-token-point-1:before {
  content: "Ð"; }

i.xwing-miniatures-font-token-point-3-outline:before {
  content: "Í"; }

i.xwing-miniatures-font-token-point-3:before {
  content: "Ï"; }

i.xwing-miniatures-font-token-reinforce-outline:before {
  content: "ì"; }

i.xwing-miniatures-font-token-reinforce:before {
  content: "Ü"; }

i.xwing-miniatures-font-token-reinforceaft-outline:before {
  content: "î"; }

i.xwing-miniatures-font-token-reinforceaft:before {
  content: "Ý"; }

i.xwing-miniatures-font-token-shield-outline:before {
  content: "ë"; }

i.xwing-miniatures-font-token-shield:before {
  content: "Ñ"; }

i.xwing-miniatures-font-token-strain-outline:before {
  content: "õ"; }

i.xwing-miniatures-font-token-strain:before {
  content: "ö"; }

i.xwing-miniatures-font-token-stress-outline:before {
  content: "ê"; }

i.xwing-miniatures-font-token-stress:before {
  content: "É"; }

i.xwing-miniatures-font-token-tractor-outline:before {
  content: "ï"; }

i.xwing-miniatures-font-token-tractor:before {
  content: "à"; }

i.xwing-miniatures-font-torpedo:before {
  content: "P"; }

i.xwing-miniatures-font-triplerecurring:before {
  content: "€"; }

i.xwing-miniatures-font-trollleft:before {
  content: ":"; }

i.xwing-miniatures-font-trollright:before {
  content: ";"; }

i.xwing-miniatures-font-turnleft:before {
  content: "4"; }

i.xwing-miniatures-font-turnright:before {
  content: "6"; }

i.xwing-miniatures-font-turret:before {
  content: "U"; }

i.xwing-miniatures-font-unique-outline:before {
  content: "•"; }

i.xwing-miniatures-font-unique:before {
  content: "u"; }

/*
 * Ships
 */
@font-face {
  font-family: XWingShip;
  src: url("resources/xwing2/xwing-miniatures-ships.ttf"); }

i.xwing-miniatures-ship {
  font-family: XWingShip;
  font-style: normal;
  font-size: 1.5em; }

i.xwing-miniatures-ship-aggressorassaultfighter:before {
  content: "i"; }

i.xwing-miniatures-ship-alphaclassstarwing:before {
  content: "&"; }

i.xwing-miniatures-ship-arc170starfighter:before {
  content: "c"; }

i.xwing-miniatures-ship-asf01bwing:before {
  content: "b"; }

i.xwing-miniatures-ship-attackshuttle:before {
  content: "g"; }

i.xwing-miniatures-ship-auzituckgunship:before {
  content: "@"; }

i.xwing-miniatures-ship-belbullab22starfighter:before {
  content: "["; }

i.xwing-miniatures-ship-btla4ywing:before {
  content: "y"; }

i.xwing-miniatures-ship-btlbywing:before {
  content: ":"; }

i.xwing-miniatures-ship-btls8kwing:before {
  content: "k"; }

i.xwing-miniatures-ship-cr90corvette:before {
  content: "2"; }

i.xwing-miniatures-ship-croccruiser:before {
  content: "5"; }

i.xwing-miniatures-ship-customizedyt1300lightfreighter:before {
  content: "W"; }

i.xwing-miniatures-ship-droidtrifighter:before {
  content: "+"; }

i.xwing-miniatures-ship-delta7aethersprite:before {
  content: "\\"; }

i.xwing-miniatures-ship-escapecraft:before {
  content: "X"; }

i.xwing-miniatures-ship-eta2actis:before {
  content: "-"; }

i.xwing-miniatures-ship-ewing:before {
  content: "e"; }

i.xwing-miniatures-ship-fangfighter:before {
  content: "M"; }

i.xwing-miniatures-ship-fireball:before {
  content: "0"; }

i.xwing-miniatures-ship-firesprayclasspatrolcraft:before {
  content: "f"; }

i.xwing-miniatures-ship-g1astarfighter:before {
  content: "n"; }

i.xwing-miniatures-ship-gozanticlasscruiser:before {
  content: "4"; }

i.xwing-miniatures-ship-gr75mediumtransport:before {
  content: "1"; }

i.xwing-miniatures-ship-hmpdroidgunship:before {
  content: "."; }

i.xwing-miniatures-ship-hwk290lightfreighter:before {
  content: "h"; }

i.xwing-miniatures-ship-hyenaclassdroidbomber:before {
  content: "="; }

i.xwing-miniatures-ship-jumpmaster5000:before {
  content: "p"; }

i.xwing-miniatures-ship-kihraxzfighter:before {
  content: "r"; }

i.xwing-miniatures-ship-laatigunship:before {
  content: "/"; }

i.xwing-miniatures-ship-lambdaclasst4ashuttle:before {
  content: "l"; }

i.xwing-miniatures-ship-lancerclasspursuitcraft:before {
  content: "L"; }

i.xwing-miniatures-ship-m12lkimogilafighter:before {
  content: "K"; }

i.xwing-miniatures-ship-m3ainterceptor:before {
  content: "s"; }

i.xwing-miniatures-ship-mg100starfortress:before {
  content: "Z"; }

i.xwing-miniatures-ship-modifiedtielnfighter:before {
  content: "C"; }

i.xwing-miniatures-ship-modifiedyt1300lightfreighter:before {
  content: "m"; }

i.xwing-miniatures-ship-nabooroyaln1starfighter:before {
  content: "<"; }

i.xwing-miniatures-ship-nantexclassstarfighter:before {
  content: ";"; }

i.xwing-miniatures-ship-nimbusclassvwing:before {
  content: ","; }

i.xwing-miniatures-ship-quadrijettransferspacetug:before {
  content: "q"; }

i.xwing-miniatures-ship-raiderclasscorvette:before {
  content: "3"; }

i.xwing-miniatures-ship-resistancetransport:before {
  content: ">"; }

i.xwing-miniatures-ship-resistancetransportpod:before {
  content: "?"; }

i.xwing-miniatures-ship-rz1awing:before {
  content: "a"; }

i.xwing-miniatures-ship-rz2awing:before {
  content: "E"; }

i.xwing-miniatures-ship-scavengedyt1300:before {
  content: "Y"; }

i.xwing-miniatures-ship-scurrgh6bomber:before {
  content: "H"; }

i.xwing-miniatures-ship-sheathipedeclassshuttle:before {
  content: "%"; }

i.xwing-miniatures-ship-sithinfiltrator:before {
  content: "]"; }

i.xwing-miniatures-ship-starviperclassattackplatform:before {
  content: "v"; }

i.xwing-miniatures-ship-syliureclasshyperspacering:before {
  content: "*"; }

i.xwing-miniatures-ship-t65xwing:before {
  content: "x"; }

i.xwing-miniatures-ship-t70xwing:before {
  content: "w"; }

i.xwing-miniatures-ship-tieadvancedv1:before {
  content: "R"; }

i.xwing-miniatures-ship-tieadvancedx1:before {
  content: "A"; }

i.xwing-miniatures-ship-tieagaggressor:before {
  content: "`"; }

i.xwing-miniatures-ship-tiebainterceptor:before {
  content: "j"; }

i.xwing-miniatures-ship-tiecapunisher:before {
  content: "N"; }

i.xwing-miniatures-ship-tieddefender:before {
  content: "D"; }

i.xwing-miniatures-ship-tiefofighter:before {
  content: "O"; }

i.xwing-miniatures-ship-tieinterceptor:before {
  content: "I"; }

i.xwing-miniatures-ship-tielnfighter:before {
  content: "F"; }

i.xwing-miniatures-ship-tiephphantom:before {
  content: "P"; }

i.xwing-miniatures-ship-tierbheavy:before {
  content: "J"; }

i.xwing-miniatures-ship-tiereaper:before {
  content: "V"; }

i.xwing-miniatures-ship-tiesabomber:before {
  content: "B"; }

i.xwing-miniatures-ship-tiesffighter:before {
  content: "S"; }

i.xwing-miniatures-ship-tieskstriker:before {
  content: "T"; }

i.xwing-miniatures-ship-tievnsilencer:before {
  content: "$"; }

i.xwing-miniatures-ship-upsilonclasscommandshuttle:before {
  content: "U"; }

i.xwing-miniatures-ship-ut60duwing:before {
  content: "u"; }

i.xwing-miniatures-ship-v19torrentstarfighter:before {
  content: "^"; }

i.xwing-miniatures-ship-vcx100lightfreighter:before {
  content: "G"; }

i.xwing-miniatures-ship-vt49decimator:before {
  content: "d"; }

i.xwing-miniatures-ship-vultureclassdroidfighter:before {
  content: "_"; }

i.xwing-miniatures-ship-xiclasslightshuttle:before {
  content: "Q"; }

i.xwing-miniatures-ship-yt2400lightfreighter:before {
  content: "o"; }

i.xwing-miniatures-ship-yv666lightfreighter:before {
  content: "t"; }

i.xwing-miniatures-ship-z95af4headhunter:before {
  content: "z"; }