MediaWiki:Common.css : Différence entre versions

De NVCwiki
Aller à : navigation, rechercher
 
(version issue de fr.wikipedia.org)
Ligne 1 : Ligne 1 :
/*  
+
/* pour surligner les pop-ups */
  
'''Common [[Cascading Style Sheets|CSS]] for all skins'''
+
.pops a {
 +
  background-color: #ffc !important;
 +
}
  
'''Notice to Administrators!'''
+
/* FEUILLE DE STYLE GLOBALE */
 +
/*
 +
Cette page contrôle l'apparence pour toutes les skins.
 +
Les modifications devant s'appliquer à l'apparence Monobook seulement
 +
doivent aller dans [[MediaWiki:Monobook.css]].
  
<!--
+
Après chaque modification, prière de vérifier cette feuille de style
'''<span style="color: #f00;">Please note that due to caching effects any April Fools' joke placed here can last for several days! So will any block resulting from such actions.</span>'''
+
avec le valideur CSS du W3C :
-->
+
http://jigsaw.w3.org/css-validator/validator?uri=http://fr.wikipedia.org/w/index.php?title=MediaWiki:Common.css%26action=raw%26ctype=text/css&usermedium=all&warning=2
 +
*/
  
Any changes to [[Mediawiki:Monobook.css|Monobook.css]] or [[MediaWiki:Common.css|Common.css]] should be first proposed to [[Wikipedia:Village Pump]]. 
+
/** CHANGEMENT DE L'INTERFACE PAR DÉFAUT **/
  
Always check with the [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all W3C CSS Validation Service] ([http://qa-dev.w3.org:8001/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&warning=2&profile=css3&usermedium=all CVS version]) after any changes.
+
/* MODIFICATIONS RÉCENTES */
  
Thank you.
+
/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
 +
.mw-plusminus-pos { color:#00B000 }
 +
.mw-plusminus-neg { color:#FF2050 }
 +
.mw-plusminus-null { color:#999 }
  
(In [[Mozilla]] and [[Opera (web browser)|Opera]], you can test style changes dynamically with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles] bookmarklet from squarefree.com.  It pops up a window for adding style rules, and updates the page as you type.)
+
/* Symbole de modification non vérifiée dans les modifications récentes
 +
  et la liste de suivi. */
 +
span.unpatrolled { color:#999 }
  
See also the [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
+
/* REDIRECTIONS */
<noinclude>{{interwiki-all}}</noinclude>
 
<pre><nowiki>*/
 
  
/* Main page fixes */
+
/* Redirections sur [[Special:Allpages]] et [[Special:Watchlist/edit]]. */
.interwiki-completelist {
+
.allpagesredirect a, .watchlistredir a {
    font-weight: bold;
+
color:#0B0;
 +
font-style:italic;
 
}
 
}
  
/* Add space below the toolbar */
+
/* HISTORIQUE ET PAGES LIÉES */
#toolbar {
 
    margin-bottom: 6px;
 
}
 
  
/* make the list of references look smaller */
+
/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
ol.references {
+
.history-size, .mw-whatlinkshere-tools { font-size:80% }
  font-size: 100%;
 
}
 
  
.references-small { font-size: 90%;}
+
/* DIFFS */
  
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
+
/* Mise en évidence des diffs par du gras et de la couleur. */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
+
table.diff {
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
+
padding:.5em;
/* Please ignore any validator errors caused by these two lines */
+
}
.references-2column {
+
table.diff td {
  font-size: 90%;
+
vertical-align:top;
  -moz-column-count:2;
+
}
  -webkit-column-count:2;
+
td.diff-addedline {
  column-count:2;
+
background:#D8E4F6;
 +
}
 +
td.diff-addedline .diffchange {
 +
background:#B0C0F0;
 +
color:#001040;
 +
font-weight:bold;
 +
}
 +
td.diff-deletedline {
 +
background:#E4F6D8;
 +
}
 +
td.diff-deletedline .diffchange {
 +
background:#B0E897;
 +
color:#104000;
 +
font-weight:bold;
 +
}
 +
td.diff-context {
 +
background:#FEFEFE;
 
}
 
}
  
.same-bg { background: none }
+
/* TITRES */
  
/* Highlight clicked reference in blue to help navigation */
+
/* Interligne suffisant si le titre prend plusieurs lignes. */
 +
.firstHeading { line-height:1.2em } /* monobookocentré */
  
ol.references > li:target {
+
/* Décoration des titres de sous-chapitre. */
background-color: #DEF;
+
h3 { border-bottom:dotted 1px #AAA } /* monobookocentré */
}
+
h4, h5, h6 { border-bottom:dotted 1px #DDD } /* monobookocentré */
  
sup.reference:target {
+
/* BALISES SOURCE, PRE, CODE */
  background-color: #DEF;
 
}
 
  
/* Styling for Citations */
+
code { background:transparent } /* monobookocentré */
  
cite {
+
/* PLACEMENT DU LIEN PATROLLINK */
    font-style: normal;
 
    word-wrap: break-word;
 
}
 
  
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
+
/* Pour les admins, être sur que le lien de validation soit immédiatement
 +
  visible même en cas d'élément flottant à droite. */
 +
.patrollink { clear:both }
  
cite:target {
+
/* SITENOTICE */
  background-color: #DEF;
 
}
 
  
/* Do not expand URLs within citations for printing. The urls should be included explicitly, to avoid confusion */
+
/* Apparence du message en haut, [[MediaWiki:Sitenotice]]. */
 +
#siteNotice table {
 +
background:transparent;
 +
font-size:90%;
 +
} /* monobookocentré */
  
@media print {
+
/* OPTIONS RC */
    #content cite a.external.text:after {
+
.rcoptions {
        display: none;
+
clear: both;
    }
+
margin: 0 0 2px 0;
}
+
padding:.5em;
 +
border:1px solid #DDDDF7;
 +
border-left:10px solid #DDDDF7;
 +
background-color: #FFFFFF;
 +
} /* monobookocentré */
  
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
+
/* DAMIER SUR LES IMAGES */
  
@media screen, handheld, projection {
+
/* Place un damier de vérification en arrière-plan dans la page de description
    cite *.printonly {
+
  de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
        display: none;
+
#file img { background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") }
    }
 
}
 
  
/* wikitable/prettytable class for skinning normal tables */
+
/* VERSION IMPRIMABLE */
  
table.wikitable,
+
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
table.prettytable {
+
  (à faire manuellement, grâce à class="plainlinksneverexpand"). */
  margin: 1em 1em 1em 0;
+
.plainlinksneverexpand a.external.text:after {
  background: #f9f9f9;
+
display:none !important;
  border: 1px #aaa solid;
 
  border-collapse: collapse;
 
 
}
 
}
 
+
.plainlinksneverexpand a.external.autonumber:after {
table.wikitable th, table.wikitable td,
+
display:none !important;
table.prettytable th, table.prettytable td {
 
  border: 1px #aaa solid;
 
  padding: 0.2em;
 
 
}
 
}
 
+
/* Supprimer la flèche de lien externe pour ces liens. */
table.wikitable th,
+
.plainlinksneverexpand a {
table.prettytable th {
+
background:none !important;
  background: #f2f2f2;
+
padding:0 !important;
  text-align: center;
 
 
}
 
}
  
table.wikitable caption,
+
/** MODÈLES ET PERSONNALISATION **/
table.prettytable caption {
 
  margin-left: inherit;
 
  margin-right: inherit;
 
  font-weight: bold;
 
}
 
  
table.prettytable code,
+
/* HOMONYMIE */
table.wikitable code {
 
  background-color: transparent;
 
}
 
  
/* default skin for navigation boxes */
+
/* Classe servant à personnaliser l'apparence des liens vers les pages d'homonymie. */
table.navbox {
+
.homonymie {
    background-color: #f9f9f9;
+
padding-left:2em;
    border: 1px solid #aaa;
+
padding-bottom:.5em;
    clear: both;
+
margin-bottom:.5em;
    font-size: 90%;
+
font-style:italic;
    margin: 1em 0em 0em;
+
border-bottom:1px #AAA solid;
    padding: 2px;
+
} /* monobookocentré */
    text-align: center;
 
    width: 100%;
 
}
 
  
table.navbox th {
 
    background-color: #ccf;
 
    padding-left: 1em;
 
    padding-right: 1em;
 
}
 
  
@media print {
+
/* ARTICLE DÉTAILLÉ */
    .navbox {
 
        display: none;
 
    }
 
}
 
  
/* Infobox template style */
+
/* Classes pour le [[modèle:Article détaillé]] ou le [[modèle:Loupe]], ainsi que [[modèle:Article principal]] ;
 +
  style décidé dans [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]]. */
 +
.detail, .details {
 +
margin:0 0 .7em 2em;
 +
border:solid #E7E7E7;
 +
border-width:1px 0;
 +
text-align:left;
 +
font-size:95%;
 +
background:#FDFDFD;
 +
padding:1px 4px;
 +
display:table;
 +
} /* monobookocentré */
 +
.detail > span {
 +
display:table-row;
 +
} /* monobookocentré */
 +
.detail > span > span {
 +
display:table-cell;
 +
padding-left:4px;
 +
width:100%;
 +
} /* monobookocentré */
  
.infobox {
 
  border: 1px solid #aaa;
 
  background-color: #f9f9f9;
 
  color: black;
 
  margin-bottom: 0.5em;
 
  margin-left: 1em;
 
  padding: 0.2em;
 
  float: right;
 
  clear: right;
 
}
 
.infobox td,
 
.infobox th {
 
  vertical-align: top;
 
}
 
.infobox caption {
 
  font-size: larger;
 
  margin-left: inherit;
 
}
 
.infobox.bordered {
 
  border-collapse: collapse;
 
}
 
.infobox.bordered td,
 
.infobox.bordered th {
 
  border: 1px solid #aaa;
 
}
 
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless th {
 
  border: 0;
 
}
 
  
.infobox.sisterproject {
+
/* ICÔNES */
  width: 20em;
 
  font-size: 90%;
 
}
 
  
@media print {
+
/* Icônes en tête de pages pour les AdQ, les BA, etc. */
    .infobox.sisterproject {
+
.portlet li, li.IW {
        display: none;
+
list-style-image:url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png")
    }
 
 
}
 
}
 +
li.AdQ { list-style-image:url("http://upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }
 +
li.BA { list-style-image:url("http://upload.wikimedia.org/wikipedia/fr/8/86/Icone_BA.png") }
  
/* styles for bordered infobox with merged rows */
+
/* Pour permettre l'affichage des images générées par l'extension ImageMap en inline.
.infobox.bordered .mergedtoprow td,
+
  Il n'existe pour l'instant pas de paramètre dans l'extension pour le faire. Copié depuis WP:de */
.infobox.bordered .mergedtoprow th {
+
.imagemap-inline div {
  border: 0;
+
display: inline;
  border-top: 1px solid #aaa;
 
  border-right: 1px solid #aaa;
 
 
}
 
}
  
.infobox.bordered .mergedrow td,
+
/* Classe pour afficher un icône de haut-parleur à gauche des liens audio. Utilisé par [[Modèle:Audio]], importé de WP:en */
.infobox.bordered .mergedrow th {
+
.audio a {
  border: 0;
+
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
  border-right: 1px solid #aaa;
+
    padding-left: 16px !important;
 +
    padding-right: 0 !important;
 
}
 
}
  
 +
/* ÉCRITURES NON LATINES */
  
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
+
/* Taille et famille des polices pour les écritures non-latines ; voir aussi [[modèle:Lang]]. */
  
.infobox.geography {
+
/* Écriture grecque, pour les langues : grec moderne (monotonique), grec ancien (polytonique) */
  text-align: left;
+
:lang(grc), :lang(el) {
  border-collapse: collapse;
+
font-family:"DejaVu Sans", Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000, sans-serif;
  line-height: 1.2em;
 
  font-size: 90%;
 
 
}
 
}
  
.infobox.geography  td,
+
/* écriture arabe, pour les langues : arabe, persan, urdu */
.infobox.geography  th {
+
:lang(ar), :lang(fa), :lang(ur) { font-size:1.25em }
  border-top: solid 1px #aaa;
+
 
  padding: 0.4em 0.6em 0.4em 0.6em;
+
/* écriture thaïe, pour la langue : thaï */
 +
:lang(th) {
 +
font-family:"Segoe UI", Tahoma, sans-serif;  
 +
font-size:.87em;
 +
line-height:1.4em
 
}
 
}
.infobox.geography .mergedtoprow td,
+
 
.infobox.geography .mergedtoprow th {
+
/* CHIFFRES ROMAINS */
  border-top: solid 1px #aaa;
+
 
  padding: 0.4em 0.6em 0.2em 0.6em;
+
/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
 +
.romain {
 +
text-transform:lowercase;
 +
font-variant:small-caps;
 
}
 
}
  
.infobox.geography .mergedrow td,
+
/* TAILLE DES FORMULES DE MATHS */
.infobox.geography .mergedrow th {
+
 
      border: 0;
+
.texhtml {
      padding: 0 0.6em 0.2em 0.6em;
+
  font-size:120%;
 
}
 
}
  
.infobox.geography .mergedbottomrow td,
+
/* RETRAIT DES LIENS MODIFIER */
.infobox.geography .mergedbottomrow th {
+
 
  border-top: 0;
+
/* Pour supprimer le lien "modifier" à côté d'une section donnée, utiliser
  border-bottom: solid 1px #aaa;
+
  <div class="noeditsection"></div> (voir notamment [[Portail:Biologie/Les articles]]). */
  padding: 0 0.6em 0.4em 0.6em;
+
.noeditsection span.editsection { display:none }
}
+
 
 +
/* COULEUR DES LIENS */
  
.infobox.geography .maptable td,
+
/* Pour changer la couleur d'un lien, par exemple sur un fond coloré sombre ou clair, utiliser :
.infobox.geography .maptable th {
+
  - <div class="lienNoir"></div>
      border: 0;
+
  - <div class="lienBlanc"></div>
      padding: 0;
+
  - <div class="lienClair"></div>
}
+
  Voir notamment [[Portail:Biologie/Les articles]] */
  
/* Style for "notices" */
+
/* Lien noir */
.notice {
+
.lienNoir a {
    margin: 1em;
+
color:#000;
    padding: 0.2em;
+
} /* et la charte graphique ? */
 +
.lienNoir a:visited {
 +
color:#707070;
 
}
 
}
  
#disambig {
+
/* Lien clair */
    border-top: 1px solid #ccc;  
+
.lienClair a {
    border-bottom: 1px solid #ccc;
+
color:#A0A0A0;
 +
} /* et la charte graphique ? */
 +
.lienClair a:hover {
 +
color:#A0A0A0;
 +
text-decoration:underline;
 +
}
 +
.lienClair a:visited {
 +
color:#B9B9B9;
 
}
 
}
  
.spoiler {
 
    border-top: 2px solid #ddd;
 
    border-bottom: 2px solid #ddd;
 
}
 
  
/* Standard talk template style */
+
/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/
  
.Talk-Notice  {
+
/* CROCHETS */
    border: 1px solid #C0C090;
 
    background-color: #F8EABA;
 
    margin-bottom: 3px;
 
    width: 85%;
 
    border-spacing: 3px;
 
    margin-left: auto;
 
    margin-right: auto;
 
}
 
  
.Talk-Notice:after {
+
/* Par défaut, cacher les crochets autour des notes. */
  content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
+
.cite_crochet { display:none }
}
 
  
/* Make template background appear correctly on all browsers */
+
/* Interligne */
.Talk-Notice td {
 
    background: inherit;
 
}
 
  
/* Persondata */
+
/* Éviter d'obtenir un interlignage de taille variable. */
table.persondata {
+
.reference, .exposant {  
    border: 1px solid #aaa;
+
vertical-align:text-top;
    display: none;
+
position:relative;
    speak: none;
+
font-size:.8em;
 +
top:-5px;
 
}
 
}
.persondata-label {
+
.reference {
    color: #aaa;
+
padding-left:1px;
 
}
 
}
  
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
+
/* MISE EN ÉVIDENCE */
.redirect-in-category, .allpagesredirect {
+
 
    font-style: italic;
+
/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
 +
  pour faciliter la navigation (de en.wikipedia). */
 +
 
 +
/* Contenu de la note */
 +
ol.references > li:target, .ouvrage:target { background:#DEF }
 +
 
 +
/* Renvoi */
 +
sup.reference:target { background:#DEF }
 +
/*
 +
 
 +
/* RÉFÉRENCE NÉCESSAIRE */
 +
 
 +
/* 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:.5em;
 
}
 
}
  
/* Class for links with loudspeaker icon next to them */
+
/* Référence présente */
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
+
span.ref:hover { border-bottom:1px solid #AAA }
 +
 
 +
/* NORMES BIBLIOGRAPHIQUES */
  
.audiolink a {
+
/* Mode d'affichage par défaut des données dans l'espace référence. */
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
+
.BibList { display:block }
    padding-left: 16px !important;
+
.WikiNorme, .BibTeX, .ISBD, .ISO690, .specialBib { display:none }
    padding-right: 0 !important;
+
 
 +
/** BOÎTES ET MESSAGES **/
 +
 
 +
/* BANDEAUX D'AVERTISSEMENT */
 +
/* style par défaut des bandeaux d'avertissement décidés sur
 +
  Wikipédia:Prise de décision/Changement de style des messages d'avertissement
 +
  Utilisé dans Modèle:Méta bandeau d'avertissement
 +
*/
 +
.bandeau { /* monobookocentré */
 +
  text-align: left;
 +
  margin: 8px 10%;
 +
  border-style: solid;
 +
  border-width: 1px 1px 1px 10px;
 +
  padding: 2px 10px;
 
}
 
}
 +
.bandeau table { background-color: transparent }
  
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
+
.bandeau-niveau-grave      { border-color: #aa0044; background-color: #ffcccc }
 +
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #ffeedd }
 +
.bandeau-niveau-ebauche    { border-color: #ff8822; background-color: #ffeedd }
 +
.bandeau-niveau-information { border-color: #77ccff; background-color: #fbfbfb }
  
div.listenlist {
+
.bandeau-icone { vertical-align: middle; text-align: center; min-width: 45px; padding-right: 10px }
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
 
    padding-left: 40px;
 
}
 
  
div.videolist, div.multivideolist {
+
.bandeau-titre { font-size: 1em;  line-height: 1.4em; margin-bottom: 0.5em }
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
+
.bandeau-texte { font-size: 0.9em; line-height: 1.2em }
    padding-left: 50px;
 
}
 
  
/* Style rules for media list templates */
 
  
div.medialist {
+
/* MESSAGES D'ALERTE */
    min-height: 50px;
 
    margin: 1em;
 
    background-position: top left;
 
    background-repeat: no-repeat;
 
}
 
  
div.medialist ul {
+
/* Styles par défaut pour les bandeaux en haut des articles. Syntaxe :
    list-style-type: none;  
+
  Styles décidés suite à [[Projet:Charte graphique/Harmonisation des messages d'avertissement]]
    list-style-image: none;
+
  et [[Wikipédia:Prise de décision/Harmonisation des messages d'avertissement]]. */
    margin: 0;
+
/* Classe pour toutes les alertes. */
 +
.alerte { /* monobookocentré */
 +
padding:.11em;
 +
background:#FFD;
 +
margin-bottom:.4em;
 +
font-style:italic;
 
}
 
}
  
div.medialist ul li {
+
/* Classe supplémentaire pour les alertes graves. */
    padding-bottom: 0.5em;
+
.grave { border:1px solid #F96 } /* monobookocentré */
}
 
  
div.medialist ul li li {
+
/* MESSAGEBOX */
    font-size: 91%;
 
    padding-bottom: 0;
 
}
 
  
/* Change the external link icon to an Adobe icon for all PDF files */
+
/* Styles des « messagebox » standard. Utilisation :
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
+
* class="messagebox" : voir [[modèle:Messagebox]].
#bodyContent a[href$=".pdf"].external,
+
* class="messagebox merge" : inutilisé ?
#bodyContent a[href*=".pdf?"].external,
+
* class="messagebox cleanup" pour certains bandeaux de maintenance (exemple sur [[modèle:Résumé introductif]])
#bodyContent a[href*=".pdf#"].external,
+
* class="messagebox standard-talk" pour les bandeaux en page de discussion des aricles (exemple : [[modèle:Traduit de]])
#bodyContent a[href$=".PDF"].external,
+
*/
#bodyContent a[href*=".PDF?"].external,
+
.messagebox { /* monobookocentré */
#bodyContent a[href*=".PDF#"].external {
+
border:1px solid #AAA;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
+
background:#F9F9F9;
    padding-right: 16px;
+
width:80%;
 +
margin:0 auto 1em auto;
 +
padding:.2em;
 +
text-align:justify;
 
}
 
}
  
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
+
.messagebox.merge { /* monobookocentré */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
border:1px solid #CF9FFF;
span.PDFlink a {
+
background:#F5EDF5;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
+
text-align:center;
    padding-right: 17px !important;
 
 
}
 
}
  
span.geolink a {
+
.messagebox.cleanup { /* monobookocentré */
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
+
border:1px solid #9F9FFF;
    padding-right: 11px !important;
+
background:#EFEFFF;
 +
text-align:center;
 
}
 
}
  
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
.messagebox.standard-talk { /* monobookocentré */
div.columns-2 div.column {
+
border:1px solid #C0C090;
    float: left;
+
background:#F8EABA;
    width: 50%;
 
    min-width: 300px;
 
 
}
 
}
  
div.columns-3 div.column {
+
/* BANDEAUX DE PORTAIL */
    float: left;
+
/* style par défaut des bandeaux de portail décidés sur
    width: 33.3%;
+
  Wikipédia:Prise de décision/Bandeaux de portails
    min-width: 200px;
+
  Utilisé dans Modèle:Méta lien vers portails et Modèle:Portail
 +
*/
 +
#bandeau-portail {
 +
  border:solid #66A7CC 1px;
 +
  padding:4px;
 +
  background-color: #FCFFFF;
 +
  text-align:center;
 +
  margin-top:1em;
 +
  clear:both;
 
}
 
}
 +
.bandeau-portail-introduction {display: none}
 +
.bandeau-portail-element {white-space: nowrap; margin: auto 0.5em}
 +
.bandeau-portail-icone {margin-right: 0.5em}
 +
.bandeau-portail-texte {font-weight: bold}
  
div.columns-4 div.column {
+
/* BOÎTES POUR EXEMPLES */
    float: left;
 
    width: 25%;
 
    min-width: 150px;
 
}
 
  
div.columns-5 div.column {
+
/* Boîtes utiles sur les pages d'aide. Voir par exemple [[Aide:Note#Notes à appel unique]]. */
    float: left;
+
.exemple {  
    width: 20%;
+
margin:.5em;
    min-width: 120px;
+
padding:.5em;
 +
border:dashed 1px #ADD8E6;
 +
background:#FFF;
 
}
 
}
  
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
+
/* BOÎTES D'AVANCEMENT */
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
 
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
 
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
 
  "print". The rules below ensure (a) that there is no extra padding to the right of
 
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
 
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
 
  ~~~~
 
*/
 
  
.plainlinksneverexpand {
+
/* Pour les boites d'avancement, voir [[modèle:Avancement]]. */
  background: none ! important;
+
.avance_boite {
  padding: 0 ! important;
+
position:relative;
 +
margin:0;
 +
padding:0;
 +
width:100px;
 +
height:16px;
 +
background:#D3D3D3;
 +
border:solid 1px gray;
 
}
 
}
  
.plainlinksneverexpand .urlexpansion {
+
.avance_barre {
  display: none ! important;
+
position:relative;
 +
margin:0;
 +
padding:0;
 +
height:100%;
 +
background:#A0A0FF;
 +
border:0;
 +
vertical-align:middle;
 
}
 
}
  
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
+
.avance_texte {
  the arrow...
+
position:absolute;
*/
+
top:50%;
.plainlinksneverexpand a {
+
left:0;
  background: none !important;
+
width:100px;
  padding: 0 !important;
+
height:100%;
 +
padding:0;
 +
border:0;
 +
margin:0;
 +
margin-top:-0.5em;
 +
text-align:center;
 +
font-size:14px;
 +
line-height:1em;
 
}
 
}
  
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
+
/* MESSAGES SYSTÈME */
  following the anchor A, the anchor itself now has class "external autonumber" and the
 
  expansion is inserted when printing (see the common printing style sheet at
 
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
 
  element of CSS. We have to switch this off for links due to Template:Ref!
 
  ~~~~
 
*/
 
.plainlinksneverexpand a.external.text:after {
 
  display: none !important;
 
}
 
.plainlinksneverexpand a.external.autonumber:after {
 
  display: none !important;
 
}
 
  
/* Messagebox templates */
+
/* 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]].
 +
*/
  
.messagebox {
+
/* Bandeau jaune / rouge en cas de retard de la base de données. */
  border: 1px solid #aaa;
+
div.mw-lag-warn-normal, div.mw-lag-warn-high {
  background-color: #f9f9f9;
+
text-align:left !important;
  width: 80%;
+
width:50% !important;
  margin: 0 auto 1em auto;
 
  padding: .2em;
 
 
}
 
}
.messagebox.merge {
+
 
  border: 1px solid #c0b8cc;
+
/* suppression du message avertissant du lag de 1 seconde dans la liste de suivi*/
  background-color: #f0e5ff;
+
.mw-lag-warn-normal {
  text-align: center;
+
display:none;
 
}
 
}
.messagebox.cleanup {
+
 
  border: 1px solid #9f9fff;
+
/* Messages d'alerte */
  background-color: #efefff;
+
.mw-alerte {
  text-align: center;
+
width:100%;
 +
clear:both;
 +
background:#FAEBD7;
 +
border:2px solid #FF8C00;
 
}
 
}
.messagebox.standard-talk {
+
 
  border: 1px solid #c0c090;
+
/* Boîtes à outils */
  background-color: #f8eaba;
+
.mw-toolbox { /* monobookocentré */
 +
font-size:90%;
 +
background:#F8F8F8;
 +
border:1px solid #B8B8B8;
 +
padding:.25em 1em .25em 1em;
 +
clear:both;
 
}
 
}
.messagebox.nested-talk {
+
/*  METADATA */
  border: 1px solid #c0c090;
+
 
  background-color: #f8eaba;
+
/* Tableau des métadonnées d'image (EXIF). */
  width: 100%;
+
table.metadata {
  margin: 2px 4px 2px 4px;
+
border:1px solid #AAA;
 +
display:none;
 +
speak:none;
 
}
 
}
.messagebox.small {
+
.metadata-label {
  width: 238px;
+
color:#AAA;
  font-size: 85%;
 
  float: right;
 
  clear: both;
 
  margin: 0 0 1em 1em;
 
  line-height: 1.25em;  
 
 
}
 
}
.messagebox.small-talk {
+
 
   width: 238px;
+
/* Template:Creator */
   font-size: 85%;
+
 
   float: right;
+
/* Répare le style du tableau [[commons:Template:Creator|Creator]] utilisé sur Commons. */
   clear: both;
+
table.creator {
   margin: 0 0 1em 1em;
+
text-align:left;
   line-height: 1.25em;  
+
border-collapse:collapse;
   background: #F8EABA;
+
background:#F0F0FF;
 +
} /* monobookocentré */
 +
 
 +
table.creator th {
 +
background:#E0E0EE;
 +
vertical-align:top;
 +
} /* monobookocentré */
 +
 
 +
table.creator td {
 +
background:#F0F0FF;
 +
vertical-align:top;
 +
} /* monobookocentré */
 +
 
 +
table.creator td.creator-name {
 +
font-weight:bold;
 +
} /* monobookocentré */
 +
 
 +
/* En phase de test */
 +
/* Quand est-ce qu'il finit ? */
 +
/* DÉBUT DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"
 +
    Fonctionnement du [[Modèle:Cadre à onglets]]
 +
    Modèle implanté par User:Peleguer de http://ca.wikipedia.org
 +
    Actualisé par User:Joanjoc de http://ca.wikipedia.org
 +
    Traduction et adaptation User:Antaya de http://fr.wikipedia.org
 +
    Couleurs pour le [[Modèle:Cadre à onglets]]
 +
 
 +
Configuration des couleurs par défaut
 +
Couleurs utilisées; 1; 8080ff 2; 9f9fff 3; c4c4ff 4; ddddff 5; eaeaff */
 +
 +
.mbBouton {
 +
  background-color: #ddddff;
 +
  border: 0.15em solid #000000;
 +
  border-color: #eaeaff #c4c4ff #9f9fff #eaeaff;
 +
  -moz-border-radius: .5em .5em 0em 0em; /* NE VALIDE PAS AU w3c VALIDATOR */
 +
  cursor:pointer;
 +
  display: inline;
 +
  margin-right: 0.1em;
 +
  padding: 0.2em 0.3em 0.2em 0.3em;
 +
  position: relative;}
 +
 +
.mbBouton a,
 +
.mbBouton strong {
 +
   background: none !important;
 +
  color:#8080ff !important;  /* 1 */
 +
   font-size: 90%;
 +
   font-weight: bold;
 +
  padding: 0 !important;
 +
  text-decoration: none !important;}
 +
 +
.mbBouton a:hover,
 +
.mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline !important;}
 +
 +
.mbBoutonSel {
 +
  background-color: #9f9fff; /* 2 */
 +
  border: 0.15em solid #000000;
 +
  border-color: #c4c4ff #8080ff #9f9fff #c4c4ff;  /* 3 1 2 3 */
 +
  -moz-border-radius: .5em .5em 0em 0em;
 +
  cursor: default;
 +
  display: inline;
 +
  margin-right: 0.1em;
 +
   padding: 0.2em 0.3em 0.2em 0.3em;
 +
   position: relative;
 +
  color:white;}
 +
 +
.mbBoutonSel a {
 +
  background: none !important;
 +
  color:white !important;
 +
  cursor: default;
 +
  font-size: 90%;
 +
  font-weight: bold;
 +
  padding: 0 !important;
 +
  text-decoration: none !important;}
 +
 +
.mbContenu {
 +
  background-color: #f8f8ff;
 +
  border: 0.2em solid #9f9fff; /* 2 */
 +
   border-color: #9f9fff #8080ff #8080ff #9f9fff ; /* 2 1 1 2 */
 +
  -moz-border-radius: 0em .5em .5em 0em;
 +
  padding: 1em;
 +
  position: static; }
 +
 +
.mbOnglet {
 +
   background-color: #f8f8ff;
 +
  border-color: #8080ff #c4c4ff #c4c4ff #8080ff; /* 1 3 3 1 */  width: 100%;
 
}
 
}
 +
 +
/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */
 +
 +
.mbLilas .mbBouton {
 +
background-color: #d0b0ff; /* 4 */
 +
border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 2 5 */}
 +
 +
.mbLilas .mbBouton a,
 +
.mbLilas .mbBouton strong {
 +
  color:#8080ff !important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbLilas .mbBouton a:hover,
 +
.mbLilas .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbLilas .mbBoutonSel {
 +
  background-color: #9070c0; /* 2 */
 +
  border-color: #b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */}
 +
 +
.mbLilas .mbContenu {
 +
  background-color: #f5fffa;
 +
  border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */}
 +
 +
.mbLilas .mbOnglet {
 +
  background-color: #f5fffa;
 +
  border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */}
 +
 +
 +
/* Configuration du Vert 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 +
 +
.mbVert .mbBouton {
 +
background-color: #a5e085; /* 4 */
 +
border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}
 +
 +
.mbVert .mbBouton a,
 +
.mbVert .mbBouton strong {
 +
  color:#60b030 !important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbVert .mbBouton a:hover,
 +
.mbVert .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbVert .mbBoutonSel {
 +
  background-color: #75c045; /* 2 */
 +
  border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}
 +
 +
.mbVert .mbContenu {
 +
  background-color: #f5fffa;
 +
  border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
 +
 +
.mbVert .mbOnglet {
 +
  background-color: #f5fffa;
 +
  border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
 +
 +
 +
/* Configuration du Bleu 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 +
 +
.mbBleu .mbBouton {
 +
background-color: #a7c1e6; /* 4 */
 +
border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}
 +
 +
.mbBleu .mbBouton a,
 +
.mbBleu .mbBouton strong {
 +
  color:#3379de !important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbBleu .mbBouton a:hover
 +
.mbBleu .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbBleu .mbBoutonSel {
 +
  background-color: #5b8dd6; /* 2 */
 +
  border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}
 +
 +
.mbBleu .mbContenu {
 +
  background-color: #f0f8ff;
 +
  border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
 +
 +
.mbBleu .mbOnglet {
 +
  background-color: #f0f8ff;
 +
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
 +
 +
 +
/* Configuration du Orange 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 +
 +
.mbOrange .mbBouton {
 +
background-color: #ffbd7f; /* 4 */
 +
border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}
 +
 +
.mbOrange .mbBouton a,
 +
.mbOrange .mbBouton strong {
 +
  color:#ff820e !important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbOrange .mbBouton a:hover
 +
.mbOrange .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbOrange .mbBoutonSel {
 +
  background-color: #ff9d42; /* 2 */
 +
  border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}
 +
 +
.mbOrange .mbContenu {
 +
  background-color: #ffeedd; /* 6 */
 +
  border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
 +
 +
.mbOrange .mbOnglet {
 +
  background-color: #ffeedd; /* 6 */
 +
  border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
 +
 +
/* Configuration du Gris 1;666666 2;868686 3;9f9f9f 4;b9b9b9 5;cfcfcf */
 +
 +
.mbGris .mbBouton {
 +
background-color: #b9b9b9; /* 4 */
 +
border-color: #cfcfcf #9f9f9f #868686 #cfcfcf;  /* 5 3 2 5 */}
 +
 +
.mbGris .mbBouton a,
 +
.mbGris .mbBouton strong {
 +
  color:#666666 !important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbGris .mbBouton a:hover
 +
.mbGris .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbGris .mbBoutonSel {
 +
  background-color: #868686; /* 2 */
 +
  border-color: #9f9f9f #666666 #868686 #9f9f9f;  /* 3 1 2 3 */}
 +
 +
.mbGris .mbContenu {
 +
  background-color: #fffce8;
 +
  border-color: #868686 #666666 #666666 #868686; /* 2 1 1 2 */}
 +
 +
.mbGris .mbOnglet {
 +
  background-color: #fffce8;
 +
  border-color: #666666 #9f9f9f #9f9f9f #666666; /* 1 3 3 1 */}
 +
 +
 +
/* Configuration du Jaune 1;aa8800 2;eabb00 3;ffd52b 4;ffe16a 5;ffeeaa */
 +
 +
.mbJaune .mbBouton {
 +
background-color: #ffe16a; /* 4 */
 +
border-color: #ffeeaa #ffd52b #eabb00 #ffeeaa;  /* 5 3 2 5 */}
 +
 +
.mbJaune .mbBouton a,
 +
.mbJaune .mbBouton strong {
 +
  color:#aa8800!important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbJaune .mbBouton a:hover
 +
.mbJaune .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbJaune .mbBoutonSel {
 +
  background-color: #eabb00; /* 2 */
 +
  border-color: #ffd52b #aa8800 #eabb00 #ffd52b;  /* 3 1 2 3 */}
 +
 +
.mbJaune .mbContenu {
 +
  background-color: #fffce8;
 +
  border-color: #eabb00 #aa8800 #aa8800 #eabb00; /* 2 1 1 2 */}
 +
 +
.mbJaune .mbOnglet {
 +
  background-color: #fffce8;
 +
  border-color: #aa8800 #ffd52b #ffd52b #aa8800; /* 1 3 3 1 */}
 +
 +
 +
/* Configuration du Rouge 1;993300 2;ca4200 3;ff6215 4;ff9b6a 5;ffc6aa */
 +
 +
.mbRouge .mbBouton {
 +
background-color: #ff9b6a; /* 4 */
 +
border-color: #ffc6aa #ff6215 #ca4200 #ffc6aa;  /* 5 3 2 5 */}
 +
 +
.mbRouge .mbBouton a,
 +
.mbRouge .mbBouton strong {
 +
  color:#993300!important;  /* 1 */
 +
  font-size:90%}
 +
 +
.mbRouge .mbBouton a:hover
 +
.mbRouge .mbBouton strong:hover {
 +
  color: black !important;
 +
  text-decoration: underline;}
 +
 +
.mbRouge .mbBoutonSel {
 +
  background-color: #ca4200; /* 2 */
 +
  border-color: #ff6215 #993300 #ca4200 #ff6215;  /* 3 1 2 3 */}
 +
 +
.mbRouge .mbContenu {
 +
  background-color: #fffce8;
 +
  border-color: #ca4200 #993300 #993300 #ca4200; /* 2 1 1 2 */}
 +
 +
.mbRouge .mbOnglet {
 +
  background-color: #fffce8;
 +
  border-color: #993300 #ff6215 #ff6215 #993300; /* 1 3 3 1 */}
 +
/* ^^^ plus de 50 classes pour quelque chose d'inutile ^^^ */
 +
 +
/*FIN DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"*/
  
/* Article message box template styles */
+
/* BOÎTES DÉROULANTES */
table.ambox {
+
 
  margin: 0 10%;                         /* Will not overlap with other elements */
+
/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
  border-collapse: collapse;  
+
div.NavFrame {
  background: #fbfbfb;  
+
margin:0;
  border: 1px solid #aaa;  
+
padding:2px;
  border-left: 10px solid #1e90ff;       /* Default "notice" blue */
+
border:1px #AAA;
 +
text-align:center;
 +
border-collapse:collapse;
 +
font-size:95%;
 +
} /* monobookocentré début */
 +
 
 +
div.NavFrame + div.NavFrame {
 +
border-top-style:hidden;
 
}
 
}
table.ambox th.ambox-text, table.ambox td.ambox-text {     /* The message body cell(s) */
+
 
  padding: 0.25em 0.5em;             /* 0.5em left/right */
+
div.NavPic {
  width: 100%;                       /* Make all templates the same width regardless of text size */
+
background:#FFF;
 +
margin:0;
 +
padding:2px;
 +
float:left;
 
}
 
}
table.ambox td.ambox-image {         /* The left image cell */
+
 
  padding: 2px 0px 2px 0.5em;         /* 0.5em left, 0px right */
+
div.NavFrame div.NavHead {
  text-align: center;  
+
height:1.6em;
 +
font-weight:bold;
 +
font-size:100%;
 +
background:#EFEFEF;
 
}
 
}
table.ambox td.ambox-imageright {     /* The right image cell */
+
 
  padding: 2px 4px 2px 0px;           /* 0px left, 4px right */
+
div.NavFrame p,
  text-align: center;  
+
div.NavFrame div.NavContent,
 +
div.NavFrame div.NavContent p { font-size:100% }
 +
 
 +
div.NavEnd {
 +
margin:0;
 +
padding:0;
 +
line-height:1px;
 +
clear:both;
 
}
 
}
table.ambox-notice {
+
 
  border-left: 10px solid #1e90ff;       /* Blue */
+
.NavToggle {
/* border-right: 10px solid #1e90ff; */ /* If you want two blue bars */
+
font-size:x-small;
 +
float:right;
 +
} /* monobookocentré fin */
 +
 
 +
/* Styles de [[Modèle:Méta palette de navigation]] */
 +
table.navbox {
 +
background:#F9F9F9;
 +
border:1px solid #AAA;
 +
clear:both;
 +
font-size:90%;
 +
margin:1em 0 0;
 +
padding:2px;
 +
text-align:center;
 +
  width:100%;
 
}
 
}
table.ambox-delete,
+
table.ambox-serious {
+
table.navbox th {  
  border-left: 10px solid #b22222;       /* Red */
+
background:#CCF;
 +
padding-left:1em;
 +
padding-right:1em;
 
}
 
}
table.ambox-content {
+
  border-left: 10px solid #f28500;       /* Orange */
+
table.navbox td.group {
 +
background:#DDF;
 +
vertical-align:middle;
 +
width:150px;
 +
padding-left:1em;
 +
padding-right:1em;
 +
font-weight: bold;
 
}
 
}
table.ambox-style {
+
  border-left: 10px solid #f4c430;      /* Yellow */
+
table.navbox td.list {  
 +
text-align:left
 
}
 
}
table.ambox-merge {
+
  border-left: 10px solid #9932cc;      /* Purple */
+
table.navbox tr.even {  
 +
background:#EEF
 
}
 
}
table.ambox-protection {
+
  border-left: 10px solid #bba;         /* Gray */
+
table.navbox td.below {  
}
+
background:#CCF;
table.ambox.ambox-mini {                /* small floating box variant */
+
vertical-align:middle;
    float: right;
+
padding-left:1em;
    clear: right;
+
padding-right:1em;
    margin: 0 0 0 1em;
 
    width: 25%;
 
 
}
 
}
 +
 +
/* Fin styles de [[Modèle:Méta palette de navigation]] */
 +
 +
/** TABLEAUX ET INFOBOX **/
  
/* Put a checker background at the image description page only visible if the image has transparent background */
+
/* WIKITABLE */
  
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
+
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
  
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
+
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
.IPA {
+
table.wikitable { /* monobookocentré debut */
        font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
+
margin-top:1em;
        font-family /**/:inherit;
+
margin-bottom:1em;
 +
background:#F9F9F9;
 +
border:1px #AAA solid;
 +
border-collapse:collapse;
 
}
 
}
.Unicode {
+
 
        font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
+
table.wikitable th, table.wikitable td {
        font-family /**/:inherit;
+
border:1px #AAA solid;
 +
padding:.3em;
 
}
 
}
.latinx {
+
 
        font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
+
table.wikitable th, .wikitable_header {
        font-family /**/:inherit;
+
background:#F2F2F2;
}
+
text-align:center;
.polytonic {
 
        font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;  
 
        font-family /**/:inherit;
 
}
 
.mufi {
 
        font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
 
 
}
 
}
  
/* pseudo-classes in support of [[Template:lang]]. */
+
table.wikitable caption {
 +
margin-left:inherit;
 +
margin-right:inherit;
 +
} /* monobookocentré fin */
  
:lang(he) {
+
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
      font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
+
  sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
      font-family /**/:inherit;
+
  dans l'en-tête du tableau. */
 +
table.gauche {
 +
float:left;
 +
margin:0 1em 1em 0;
 
}
 
}
:lang(fa) {
+
 
      font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
+
table.droite {
      font-family /**/:inherit;
+
float:right;
 +
margin:0 0 1em 1em;
 
}
 
}
:lang(ps) {
+
 
      font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
+
table.centre {
      font-family /**/:inherit;
+
margin:1em auto;
 
}
 
}
:lang(ur) {
+
 
      font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
+
/* SPORTTABLE */
      font-family /**/:inherit;
+
 
 +
/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
 +
  Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
 +
table.sporttable { /* monobookocentré debut */
 +
margin:1em 1em 1em 0;
 +
background:#F9F9F9;
 +
border:1px #AAA solid;
 +
border-collapse:collapse;
 
}
 
}
:lang(sux-Xsux) {
+
 
      font-family: Akkadian;
+
table.sporttable th, table.sporttable td {
      font-family /**/:inherit;
+
border:1px #AAA solid;
 +
padding:.2em;
 
}
 
}
:lang(ja) {
+
 
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
+
table.sporttable th {
      font-family /**/:inherit;
+
font-weight:bold;
 +
} /* monobookocentré fin */
 +
 
 +
table.wikitable caption {
 +
margin-left:inherit;
 +
margin-right:inherit;
 
}
 
}
:lang(ko) {
+
 
      font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
+
/* INFOBOX */
      font-family /**/:inherit;
+
 
 +
/* Style commun aux infobox ; utiliser :  
 +
  * class="infobox" dans l'en-tête.
 +
  * class="infoboximage" pour l'image et sa description
 +
  * class="infoboxsoustitre" pour le sous-titre.
 +
  Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
 +
.infobox {
 +
background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
 +
color:#000;
 +
float:right;
 +
clear:right;
 +
font-size:95%;
 +
border-collapse:collapse;
 +
margin:0 0 .5em 1em;
 +
width:250px;
 +
} /* monobookocentré debut */
 +
 
 +
.infobox caption {
 +
background:#C0C0C0;
 +
border-left:1px solid #AAA;
 +
border-top:1px solid #AAA;
 +
border-right:1px solid #AAA;
 +
padding:.2em;
 +
margin-left:.57em;
 +
font-weight:bolder;
 +
text-align:center;
 +
color:#FFF;
 +
font-size:160%;
 
}
 
}
:lang(zh-Hans) {
+
 
      font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
+
.infobox th, .infobox td {
      font-family /**/:inherit;
+
vertical-align:middle;
 +
border:1px solid #AAA;
 +
padding:.2em .2em .2em .5em;
 
}
 
}
:lang(zh-Hant) {
+
 
      font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
+
.infobox td {
      font-family /**/:inherit;
+
text-align:center;
 +
background:#F9F9F9;
 
}
 
}
:lang(grc) {
+
 
      font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
+
.infobox th {
      font-family /**/:inherit;
+
font-weight:normal;
 +
text-align:left;
 
}
 
}
  
#wpSave {
+
.infobox .infoboximage { /* emplacement pour les photos et une description */
  font-weight: bold;
+
background:#FFF;
 +
padding:0;
 +
margin-top:0;
 +
color:#000;
 +
text-align:center;
 
}
 
}
  
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
.infobox .infoboxsoustitre { /* sous-titre */
.hiddenStructure {
+
color:#000;
  display: inline ! important;
+
font-weight:bold;
  color: #f00;  
+
font-size:115%;
  background-color: #0f0;
+
line-height:2;
 +
text-align:center;
 
}
 
}
  
/* Removes underlines from links */
+
.infobox dl { clear:both }
.nounderlines a {  
+
.infobox dt {
  text-decoration: none;
+
float:left;
 +
clear:left;
 +
width:35%;
 
}
 
}
 +
.infobox dd { margin-left:40% } /* monobookocentré fin */
 +
 +
/** PROJETS ET PORTAILS **/
  
/* Remove underline from IPA links */
+
/* PORTAILS MODULAIRES */
.IPA a:link, .IPA a:visited {
+
 
  text-decoration: none;
+
/* Styles pour les portails en « modules », voir [[Aide:Créer un portail]]. */
 +
 
 +
/* une case typique pour portail modulaire */
 +
.portailCase {
 +
border:1px solid #AAA;
 +
display:block;
 +
margin:5px 0;
 +
padding:0;
 +
padding-bottom:1px;
 +
vertical-align:top;
 +
width:100%;
 +
} /* monobookocentré debut */
 +
 
 +
/* le titre de cette case, apparaissant sur un fond différent */
 +
.portailCase h2 {
 +
font-weight:bold;
 +
font-size:100%;
 +
margin:0 0;
 +
margin-bottom:5px;
 +
padding:4px;
 +
text-align:center;
 +
}
 +
 
 +
/* le lien editer (en bas) tout à droite */
 +
.portailLienEdition {
 +
display:block;
 +
font-size:x-small;
 +
text-align:right;
 +
clear:both;
 +
} /* suffgisamment générique ? */
 +
 
 +
/* classe destinée à remplacer la classe portailCase */
 +
.portailCase_v2 {
 +
border:1px solid #AAA;
 +
color:#000;
 +
font-size:100%;
 
}
 
}
  
/* Removes useless links from printout */
+
h2.portailCase_v2 {
@media print {
+
font-weight:bold;
    #privacy, #about, #disclaimer {display:none;}
+
margin:0;
 +
padding:3px;
 +
text-align:center;
 
}
 
}
  
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
+
div.portailCase_v2 {
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
+
border-top:0 solid white;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
+
margin-bottom:1ex;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
+
padding:5px 5px 0 5px;
 +
} /* monobookocentré fin */
  
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
/* ÉGYPTOPÉDIA */
  
div.Boxmerge,
+
/* Cadre du calendrier */
div.NavFrame {
+
div.egy_calendrier#cadre {
        margin: 0px;
+
border:1px solid #CC9;
        padding: 4px;
+
background:#FFF;
        border: 1px solid #aaa;
+
text-align:center;
        text-align: center;
+
font-size:smaller;
        border-collapse: collapse;
+
} /* monobookocentré */
        font-size: 95%;
+
 
 +
/* Style du lien du calendrier */
 +
div.egy_calendrier#lien {
 +
background:#CC9;
 +
padding:.2em;
 
}
 
}
div.Boxmerge div.NavFrame {
+
 
        border-style: none;
+
/* Style du jour du calendrier */
        border-style: hidden;
+
div.egy_calendrier#jour {
 +
font-size:medium;  
 
}
 
}
div.NavFrame + div.NavFrame {
+
 
        border-top-style: none;
+
/* Style des tableaux de navigation */
        border-top-style: hidden;
+
table.egyleft, .egybox {
 +
float:right;
 +
margin:.5em .5em 1em 1em;
 +
border:1px solid #AAAA80;
 +
background:#EFEFDD;
 +
text-align:center;
 +
width:170px;
 
}
 
}
div.NavPic {
+
 
        background-color: #fff;
+
table.egyptopedia {
        margin: 0px;
+
float:right;
        padding: 2px;
+
margin:.5em .5em 1em 1em;
        float: left;
+
border:1px solid #AAAA80;
}
+
border-collapse:collapse;
div.NavFrame div.NavHead {
+
background:#EFEFDD;
        height: 1.6em;
+
text-align:center;
        font-weight: bold;
+
width:170px;
        background-color: #ccf;
 
        position:relative;
 
}
 
div.NavFrame p {
 
        font-size: 100%;
 
}
 
div.NavFrame div.NavContent {
 
        font-size: 100%;
 
}
 
div.NavFrame div.NavContent p {
 
        font-size: 100%;
 
}
 
div.NavEnd {
 
        margin: 0px;
 
        padding: 0px;
 
        line-height: 1px;
 
        clear: both;
 
}
 
a.NavToggle {
 
        position:absolute;
 
        top:0px;
 
        right:3px;
 
        font-weight:normal;
 
        font-size:smaller;
 
 
}
 
}
  
/* Coloured watchlist numbers */
+
table.egyptopedia th, table.egyptopedia td {
.mw-plusminus-pos {
+
border-width:1px;
  color: #006400; /* darkgreen */
+
border-style:solid;
 +
border-color:#AAAA80;
 +
border-collapse:collapse;
 +
} /* monobookocentré fin */
 +
 
 +
 
 +
/** CHARTES DES INFOBOX **/ /* monobookocentré debut */
 +
 
 +
/* Infobox musique */
 +
.chartemusique, .charte_musique {
 +
background: url("http://upload.wikimedia.org/wikipedia/commons/e/e7/Infobox-music.png" ) no-repeat top right;
 
}
 
}
  
/* .mw-plusminus-null currently at developer default */
+
/* Infobox réalisateur */
 
+
.charteréalisateur, .charte_realisateur {
.mw-plusminus-neg {
+
   background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Infobox-realisateur.png/150px-Infobox-realisateur.png" ) no-repeat top right;
   color: #8B0000; /* darkred */
 
 
}
 
}
  
.dablink {
+
/* Infobox personage de fiction */
  font-style: italic;
+
.chartepersofiction, .charte_persofiction {
  padding-left: 2em;
+
background: url("http://upload.wikimedia.org/wikipedia/commons/b/b5/Infobox-masks.png" ) no-repeat top right;
 
}
 
}
  
.dablink i {
+
/* Infobox jeu vidéo */
  font-style: normal;
+
.chartejeuvidéo, .charte_jeuvideo {
 +
background: url("http://upload.wikimedia.org/wikipedia/commons/6/65/Infobox-jv-dpad.png" ) no-repeat bottom right;
 
}
 
}
  
/* Style for horizontal UL lists */
+
/* Infobox bière et brasserie */
.horizontal ul {
+
.chartebière, .charte_biere {
  padding: 0;
+
background: url("http://upload.wikimedia.org/wikipedia/commons/1/14/Infobox-beer.png" ) no-repeat top right;
  margin: 0;
 
 
}
 
}
  
.horizontal li {  
+
/* charte graphique des éléments liées aux réalisateurs */
  padding: 0 0.6em 0 0.4em;
+
.charte_cinema {
  display: inline;
+
background: url("http://upload.wikimedia.org/wikipedia/commons/c/cd/Charte_Box_Cin%C3%A9.png") no-repeat top right;
  border-right: 1px solid;
 
 
}
 
}
  
.horizontal li:last-child {
+
/* charte graphique des éléments liées aux téléphones mobiles */
  border-right: none;
+
.charte_mobile {
  padding-right: 0;
+
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/CellPhone.png/56px-CellPhone.png") no-repeat bottom right;
 
}
 
}
  
/* Geographical coordinates
+
.chartecomicbox, .charte_comicbox, .charte_bd {
 +
background: url("http://upload.wikimedia.org/wikipedia/commons/d/d1/Comicbox-picto-final.png") no-repeat top right;
 +
} /* monobookocentré fin */
  
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
+
/** PAGES PARTICULIÈRES **/
  .geo-default { display: inline } .geo-nondefault { display: none }
 
  .geo-dec { display: inline } .geo-dms { display: inline }
 
  
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
+
/* Boîte Special:Userlogin */
  .geo-default { display: inline } .geo-nondefault { display: inline }
+
form#userlogin {
  .geo-dec { display: inline } .geo-dms { display: none }
+
padding:1em 1em .7em 1em;
 +
background:#FFFFE6;
 +
border:2px solid #FC6;
 +
color:#000;
 +
margin-right:2em;
 +
} /* monobookocentré */
  
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
+
form#userlogin table {
  .geo-default { display: inline } .geo-nondefault { display: inline }
+
background:#ffffe6;
  .geo-dec { display: none }  .geo-dms { display: inline }
+
color:#000;
 +
} /* monobookocentré */
  
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
+
/* ACCUEIL */
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
  .geo-dec { display: inline }  .geo-dms { display: inline }
 
  .geo-multi-punct { display: inline }
 
  
See [[Template:Coor link]] for how these are used.
+
.page-Accueil .firstHeading {
 +
display:none;
 +
}
 +
.page-Accueil #ca-nstab-main a {
 +
content:"Accueil";
 +
}
  
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
+
#accueil_titre {
 +
margin-top:1.5em;
 +
} /* monobookocentré */
  
*/
+
.globegris {
 +
background:
 +
    url(http://upload.wikimedia.org/wikipedia/commons/b/b4/Wikipedia-logo-transparent-200px.png)
 +
} /* monobookocentré */
  
.geo-default { display: inline; }
+
.headergris { /* monobookocentré */
.geo-nondefault { display: none; }
+
background:#F0F0F0 url("http://upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
.geo-dms { display: inline; }
+
margin:0;
.geo-dec { display: inline; }
+
font-size:120%;
.geo-multi-punct { display: none; }
+
font-weight:bold;
 +
border:1px solid #a3b0bf;  
 +
text-align:left;
 +
color:#000;
 +
padding:.15em .4em;
 +
}  
  
.longitude .latitude {
+
.cadregris { /* monobookocentré */
  white-space: nowrap;
+
border:1px solid #AAA;
 +
background:#fcfcfc;
 +
vertical-align:top;
 +
padding:7px;
 +
margin-bottom:.6em;
 
}
 
}
  
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
+
.accueil_cadre_lien { /* monobookocentré */
.geo { }
+
text-align:right;
 
+
margin-right:.5em;
/***** end Geo-related */
+
font-size:xx-small;
 
 
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
 
.nonumtoc .tocnumber { display:none; }
 
.nonumtoc #toc ul,
 
.nonumtoc .toc ul {
 
  line-height: 1.5em;
 
  list-style: none;
 
  margin: .3em 0 0;
 
  padding: 0;
 
}
 
.nonumtoc #toc ul ul,
 
.nonumtoc .toc ul ul {
 
margin: 0 0 0 2em;  
 
 
}
 
}
  
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
 
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
 
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
 
.toclimit-2 .toclevel-2 {display:none;}
 
.toclimit-3 .toclevel-3 {display:none;}
 
.toclimit-4 .toclevel-4 {display:none;}
 
.toclimit-5 .toclevel-5 {display:none;}
 
.toclimit-6 .toclevel-6 {display:none;}
 
.toclimit-7 .toclevel-7 {display:none;}
 
  
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
+
/* MODÈLES DE COORDONNÉES */
.listify td {display:list-item}
 
.listify tr {display:block}
 
.listify table {display:block}
 
  
/* Styling for Template:Quote */
+
/* Voir [[Modèle:Coord]] pour l'utilité de ces classes.
 +
  Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles
 +
  mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
 +
.geo-default { display:inline }
 +
.geo-nondefault { display:none }
 +
.geo-dms { display:inline }
 +
.geo-dec { display:inline }
 +
.geo-multi-punct { display:none }
  
blockquote.templatequote { margin-top: 0; }
+
.longitude .latitude { white-space:nowrap }
  
blockquote.templatequote div.templatequotecite {  
+
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
    line-height: 1em;
+
.geo {}
    text-align: left;
 
    padding-left: 2em;
 
    margin-top: 0;
 
}
 
  
blockquote.templatequote div.templatequotecite cite {
+
#portallinks {
    font-size: smaller;
+
  border-width: 1px;
 +
  border-style: solid;
 +
  border-color: #aaaaaa;
 +
  background-color: #f9f9f9;
 +
  padding: 5px;
 +
  margin-top: 1em;
 +
  clear: both;
 
}
 
}
  
div.user-block {
+
/************************************************
    padding: 5px;
+
***    Infobox V2 - En phase de test        ***
    border: 1px solid #A9A9A9;
+
*** Voir : [[Utilisateur:Antaya/Infobox V2]] ***
    background-color: #FFEFD5;
+
************************************************/
 +
 +
.infobox_v2 { /* monobookocentré debut */
 +
background: #f9f9f9;
 +
color: #000;
 +
font-size:90%;
 +
line-height:12px;
 +
float:right;
 +
clear:right;
 +
margin:0 0 .5em 1em; /* haut droite bas gauche */
 +
width:300px;
 +
border: 1px solid #aaa;
 +
padding: 0.1em;
 
}
 
}
 
+
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
+
.infobox_v2 th {
 
+
vertical-align:top;
.nowraplinks a {
+
text-align:left;
    white-space: nowrap;
 
 
}
 
}
 
+
/* Enables borders on PNG images in IE 5.5 and 6 */
+
.infobox_v2 th a {
 
+
color:black; /* désactive la couleur des liens à gauche */
.thumbborder {
 
border:1px solid #DDDDDD;
 
 
}
 
}
 
+
/* For template documentation */
+
.entete {
.template-documentation {
+
height:45px;
  clear: both;
+
vertical-align:middle;
  margin: 25px 0 0 0;
+
text-align:center;
  border: 1px solid #aaa;  
+
font-size:150%;  
  background-color: #ecfcf4;  
+
font-weight:bolder;
  padding: 5px;
+
line-height:16px;
 +
color:#000
 
}
 
}
 +
 +
/* graphiques transparents d'entêtes des infobox V2 */
 +
.musique      {background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")        no-repeat top right;}
 +
.persofiction {background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")        no-repeat top right;}
 +
.jeuvideo    {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")      no-repeat top right;}
 +
.biere        {background: url("http://upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png")        no-repeat top right;}
 +
.cinema      {background: url("http://upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")      no-repeat top right;}
 +
.mobile      {background: url("http://upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png")      no-repeat top right;}
 +
.bd          {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png") no-repeat top right;}
 +
.humain      {background: url("http://upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png")    no-repeat top right;}
 +
.map          {background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")          no-repeat top right;}
  
.thumbinner {
+
/* Fin de la phase de test Infobox V2 */ /* monobookocentré fin */
min-width:100px;
 
}</nowiki></pre>
 

Version du 17 avril 2008 à 22:28

/* pour surligner les pop-ups */

.pops a {
  background-color: #ffc !important;
}

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

Après chaque modification, prière de vérifier cette feuille de style
avec le valideur CSS du W3C :
http://jigsaw.w3.org/css-validator/validator?uri=http://fr.wikipedia.org/w/index.php?title=MediaWiki:Common.css%26action=raw%26ctype=text/css&usermedium=all&warning=2
*/

/** CHANGEMENT DE L'INTERFACE PAR DÉFAUT **/

/* MODIFICATIONS RÉCENTES */

/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
.mw-plusminus-pos { color:#00B000 }
.mw-plusminus-neg { color:#FF2050 }
.mw-plusminus-null { color:#999 }

/* Symbole de modification non vérifiée dans les modifications récentes
   et la liste de suivi. */
span.unpatrolled { color:#999 }

/* REDIRECTIONS */

/* Redirections sur [[Special:Allpages]] et [[Special:Watchlist/edit]]. */
.allpagesredirect a, .watchlistredir a {
 color:#0B0;
 font-style:italic;
}

/* HISTORIQUE ET PAGES LIÉES */

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

/* DIFFS */

/* Mise en évidence des diffs par du gras et de la couleur. */
table.diff {
 padding:.5em;
}
table.diff td { 
 vertical-align:top;
}
td.diff-addedline { 
 background:#D8E4F6; 
}
td.diff-addedline .diffchange {
 background:#B0C0F0;
 color:#001040;
 font-weight:bold;
}
td.diff-deletedline {
 background:#E4F6D8;
}
td.diff-deletedline .diffchange {
 background:#B0E897;
 color:#104000;
 font-weight:bold;
}
td.diff-context {
 background:#FEFEFE;
}

/* TITRES */

/* Interligne suffisant si le titre prend plusieurs lignes. */
.firstHeading { line-height:1.2em } /* monobookocentré */

/* Décoration des titres de sous-chapitre. */
h3 { border-bottom:dotted 1px #AAA } /* monobookocentré */
h4, h5, h6 { border-bottom:dotted 1px #DDD } /* monobookocentré */

/* BALISES SOURCE, PRE, CODE */

code { background:transparent } /* monobookocentré */

/* PLACEMENT DU LIEN PATROLLINK */

/* Pour les admins, être sur que le lien de validation soit immédiatement
   visible même en cas d'élément flottant à droite. */
.patrollink { clear:both }

/* SITENOTICE */

/* Apparence du message en haut, [[MediaWiki:Sitenotice]]. */
#siteNotice table { 
 background:transparent;
 font-size:90%;
} /* monobookocentré */

/* OPTIONS RC */
.rcoptions {
 clear: both;
 margin: 0 0 2px 0;
 padding:.5em;
 border:1px solid #DDDDF7;
 border-left:10px solid #DDDDF7;
 background-color: #FFFFFF;
} /* monobookocentré */

/* DAMIER SUR LES IMAGES */

/* 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("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") }

/* VERSION IMPRIMABLE */

/* Ne pas afficher le lien complet des URL externes sur la version imprimable
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.plainlinksneverexpand a.external.text:after {
 display:none !important;
}
.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;
}

/** MODÈLES ET PERSONNALISATION **/

/* HOMONYMIE */

/* Classe servant à personnaliser l'apparence des liens vers les pages d'homonymie. */
.homonymie {
 padding-left:2em;
 padding-bottom:.5em;
 margin-bottom:.5em;
 font-style:italic;
 border-bottom:1px #AAA solid;
} /* monobookocentré */


/* ARTICLE DÉTAILLÉ */

/* Classes pour le [[modèle:Article détaillé]] ou le [[modèle:Loupe]], ainsi que [[modèle:Article principal]] ;
   style décidé dans [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]]. */
.detail, .details {
 margin:0 0 .7em 2em;
 border:solid #E7E7E7;
 border-width:1px 0;
 text-align:left;
 font-size:95%;
 background:#FDFDFD;
 padding:1px 4px;
 display:table;
} /* monobookocentré */
.detail > span {
 display:table-row;
} /* monobookocentré */
.detail > span > span {
 display:table-cell;
 padding-left:4px;
 width:100%;
} /* monobookocentré */


/* ICÔNES */

/* Icônes en tête de pages pour les AdQ, les BA, etc. */
.portlet li, li.IW {
 list-style-image:url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png")
}
li.AdQ { list-style-image:url("http://upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }
li.BA { list-style-image:url("http://upload.wikimedia.org/wikipedia/fr/8/86/Icone_BA.png") }

/* Pour permettre l'affichage des images générées par l'extension ImageMap en inline.
   Il n'existe pour l'instant pas de paramètre dans l'extension pour le faire. Copié depuis WP:de */
.imagemap-inline div {
 display: inline;
}

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

/* ÉCRITURES NON LATINES */

/* Taille et famille des polices pour les écritures non-latines ; voir aussi [[modèle:Lang]]. */

/* Écriture grecque, pour les langues : grec moderne (monotonique), grec ancien (polytonique) */
:lang(grc), :lang(el) {
 font-family:"DejaVu Sans", Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000, sans-serif;
}

/* écriture arabe, pour les langues : arabe, persan, urdu */
:lang(ar), :lang(fa), :lang(ur) { font-size:1.25em }

/* écriture thaïe, pour la langue : thaï */
:lang(th) {
 font-family:"Segoe UI", Tahoma, sans-serif; 
 font-size:.87em; 
 line-height:1.4em
}

/* CHIFFRES ROMAINS */

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

/* TAILLE DES FORMULES DE MATHS */

.texhtml {
  font-size:120%;
}

/* RETRAIT DES LIENS MODIFIER */

/* Pour supprimer le lien "modifier" à côté d'une section donnée, utiliser
   <div class="noeditsection"></div> (voir notamment [[Portail:Biologie/Les articles]]). */
.noeditsection span.editsection { display:none }

/* COULEUR DES LIENS */

/* Pour changer la couleur d'un lien, par exemple sur un fond coloré sombre ou clair, utiliser :
   - <div class="lienNoir"></div>
   - <div class="lienBlanc"></div>
   - <div class="lienClair"></div>
   Voir notamment [[Portail:Biologie/Les articles]] */

/* Lien noir */
.lienNoir a {
 color:#000;
} /* et la charte graphique ? */
.lienNoir a:visited {
 color:#707070;
}

/* Lien clair */
.lienClair a {
 color:#A0A0A0;
} /* et la charte graphique ? */
.lienClair a:hover {
 color:#A0A0A0;
 text-decoration:underline;
} 
.lienClair a:visited {
 color:#B9B9B9;
}


/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/

/* CROCHETS */

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

/* Interligne */

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

/* MISE EN ÉVIDENCE */

/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
   pour faciliter la navigation (de en.wikipedia). */

/* Contenu de la note */
ol.references > li:target, .ouvrage:target { background:#DEF }

/* Renvoi */
sup.reference:target { background:#DEF }
/*

/* RÉFÉRENCE NÉCESSAIRE */

/* 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:.5em;
}

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

/* NORMES BIBLIOGRAPHIQUES */

/* 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 }

/** BOÎTES ET MESSAGES **/

/* BANDEAUX D'AVERTISSEMENT */
/* style par défaut des bandeaux d'avertissement décidés sur
   Wikipédia:Prise de décision/Changement de style des messages d'avertissement
   Utilisé dans Modèle:Méta bandeau d'avertissement
*/
.bandeau { /* monobookocentré */
  text-align: left;
  margin: 8px 10%;
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  padding: 2px 10px;
}
.bandeau table { background-color: transparent }

.bandeau-niveau-grave       { border-color: #aa0044; background-color: #ffcccc }
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #ffeedd }
.bandeau-niveau-ebauche     { border-color: #ff8822; background-color: #ffeedd }
.bandeau-niveau-information { border-color: #77ccff; background-color: #fbfbfb }

.bandeau-icone { vertical-align: middle; text-align: center; min-width: 45px; padding-right: 10px }

.bandeau-titre { font-size: 1em;   line-height: 1.4em; margin-bottom: 0.5em }
.bandeau-texte { font-size: 0.9em; line-height: 1.2em }


/* MESSAGES D'ALERTE */

/* Styles par défaut pour les bandeaux en haut des articles. Syntaxe :
   Styles décidés suite à [[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 { /* monobookocentré */
 padding:.11em;
 background:#FFD;
 margin-bottom:.4em;
 font-style:italic;
}

/* Classe supplémentaire pour les alertes graves. */
.grave { border:1px solid #F96 } /* monobookocentré */

/* MESSAGEBOX */

/* Styles des « messagebox » standard. Utilisation : 
* class="messagebox" : voir [[modèle:Messagebox]].
* class="messagebox merge" : inutilisé ?
* class="messagebox cleanup" pour certains bandeaux de maintenance (exemple sur [[modèle:Résumé introductif]])
* class="messagebox standard-talk" pour les bandeaux en page de discussion des aricles (exemple : [[modèle:Traduit de]])
*/
.messagebox { /* monobookocentré */
 border:1px solid #AAA;
 background:#F9F9F9;
 width:80%;
 margin:0 auto 1em auto;
 padding:.2em;
 text-align:justify;
}

.messagebox.merge { /* monobookocentré */
 border:1px solid #CF9FFF;
 background:#F5EDF5;
 text-align:center;
}

.messagebox.cleanup { /* monobookocentré */
 border:1px solid #9F9FFF;
 background:#EFEFFF;
 text-align:center;
}

.messagebox.standard-talk { /* monobookocentré */
 border:1px solid #C0C090;
 background:#F8EABA;
}

/* BANDEAUX DE PORTAIL */
/* 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 #66A7CC 1px;
  padding:4px;
  background-color: #FCFFFF;
  text-align:center;
  margin-top:1em;
  clear:both;
}
.bandeau-portail-introduction {display: none}
.bandeau-portail-element {white-space: nowrap; margin: auto 0.5em}
.bandeau-portail-icone {margin-right: 0.5em}
.bandeau-portail-texte {font-weight: bold}

/* BOÎTES POUR EXEMPLES */

/* Boîtes utiles sur les pages d'aide. Voir par exemple [[Aide:Note#Notes à appel unique]]. */
.exemple { 
 margin:.5em;
 padding:.5em;
 border:dashed 1px #ADD8E6;
 background:#FFF;
}

/* BOÎTES D'AVANCEMENT */

/* Pour les boites d'avancement, voir [[modèle:Avancement]]. */
.avance_boite {
 position:relative;
 margin:0;
 padding:0;
 width:100px;
 height:16px;
 background:#D3D3D3;
 border:solid 1px gray;
}

.avance_barre {
 position:relative;
 margin:0;
 padding:0;
 height:100%;
 background:#A0A0FF;
 border:0;
 vertical-align:middle;
}

.avance_texte {
 position:absolute;
 top:50%;
 left:0;
 width:100px;
 height:100%;
 padding:0;
 border:0;
 margin:0;
 margin-top:-0.5em;
 text-align:center;
 font-size:14px;
 line-height:1em;
}

/* MESSAGES SYSTÈME */

/* 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]].
 */

/* Bandeau jaune / rouge en cas de retard de la base de données. */
div.mw-lag-warn-normal, div.mw-lag-warn-high {
 text-align:left !important;
 width:50% !important;
}

/* 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 { /* monobookocentré */
 font-size:90%;
 background:#F8F8F8;
 border:1px solid #B8B8B8;
 padding:.25em 1em .25em 1em;
 clear:both;
}
/*  METADATA */

/* Tableau des métadonnées d'image (EXIF). */
table.metadata {
 border:1px solid #AAA;
 display:none;
 speak:none;
}
.metadata-label {
 color:#AAA;
}

/* Template:Creator */

/* Répare le style du tableau [[commons:Template:Creator|Creator]] utilisé sur Commons. */
table.creator {
 text-align:left;
 border-collapse:collapse;
 background:#F0F0FF;
} /* monobookocentré */

table.creator th {
 background:#E0E0EE;
 vertical-align:top;
} /* monobookocentré */

table.creator td {
 background:#F0F0FF;
 vertical-align:top;
} /* monobookocentré */

table.creator td.creator-name {
 font-weight:bold;
} /* monobookocentré */

/* En phase de test */
/* Quand est-ce qu'il finit ? */
/* DÉBUT DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"
    Fonctionnement du [[Modèle:Cadre à onglets]]
    Modèle implanté par User:Peleguer de http://ca.wikipedia.org
    Actualisé par User:Joanjoc de http://ca.wikipedia.org
    Traduction et adaptation User:Antaya de http://fr.wikipedia.org 
    Couleurs pour le [[Modèle:Cadre à onglets]] 

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

/* BOÎTES DÉROULANTES */

/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
div.NavFrame {
 margin:0;
 padding:2px;
 border:1px #AAA;
 text-align:center;
 border-collapse:collapse;
 font-size:95%;
} /* monobookocentré début */

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

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

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

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

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

.NavToggle {
 font-size:x-small;
 float:right;
} /* monobookocentré fin */

/* Styles de [[Modèle:Méta palette de navigation]] */
table.navbox { 
 background:#F9F9F9;
 border:1px solid #AAA;
 clear:both;
 font-size:90%;
 margin:1em 0 0;
 padding:2px;
 text-align:center;
 width:100%;
}
 
table.navbox th { 
 background:#CCF;
 padding-left:1em;
 padding-right:1em;
}
 
table.navbox td.group { 
 background:#DDF;
 vertical-align:middle;
 width:150px;
 padding-left:1em;
 padding-right:1em;
 font-weight: bold;
}
 
table.navbox td.list { 
 text-align:left
}
 
table.navbox tr.even { 
 background:#EEF
}
 
table.navbox td.below { 
 background:#CCF;
 vertical-align:middle;
 padding-left:1em;
 padding-right:1em;
}
 
/* Fin styles de [[Modèle:Méta palette de navigation]] */

/** TABLEAUX ET INFOBOX **/

/* WIKITABLE */

/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */

/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}

table.wikitable th, table.wikitable td {
 border:1px #AAA solid;
 padding:.3em;
}

table.wikitable th, .wikitable_header {
 background:#F2F2F2;
 text-align:center;
}

table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */

/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche {
 float:left;
 margin:0 1em 1em 0;
}

table.droite {
 float:right;
 margin:0 0 1em 1em;
}

table.centre {
 margin:1em auto;
}

/* SPORTTABLE */

/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
   Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
table.sporttable { /* monobookocentré debut */
 margin:1em 1em 1em 0;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}

table.sporttable th, table.sporttable td {
 border:1px #AAA solid;
 padding:.2em;
}

table.sporttable th {
 font-weight:bold;
} /* monobookocentré fin */

table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
}

/* INFOBOX */

/* Style commun aux infobox ; utiliser : 
   * class="infobox" dans l'en-tête.
   * class="infoboximage" pour l'image et sa description
   * class="infoboxsoustitre" pour le sous-titre.
   Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
.infobox {
 background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
 color:#000;
 float:right;
 clear:right;
 font-size:95%;
 border-collapse:collapse;
 margin:0 0 .5em 1em;
 width:250px;
} /* monobookocentré debut */

.infobox caption {
 background:#C0C0C0;
 border-left:1px solid #AAA;
 border-top:1px solid #AAA;
 border-right:1px solid #AAA;
 padding:.2em;
 margin-left:.57em;
 font-weight:bolder;
 text-align:center;
 color:#FFF;
 font-size:160%;
}

.infobox th, .infobox td {
 vertical-align:middle;
 border:1px solid #AAA;
 padding:.2em .2em .2em .5em;
}

.infobox td {
 text-align:center;
 background:#F9F9F9;
}

.infobox th {
 font-weight:normal;
 text-align:left;
}

.infobox .infoboximage { /* emplacement pour les photos et une description */
 background:#FFF;
 padding:0;
 margin-top:0;
 color:#000;
 text-align:center;
}

.infobox .infoboxsoustitre { /* sous-titre */
 color:#000;
 font-weight:bold;
 font-size:115%;
 line-height:2;
 text-align:center;
}

.infobox dl { clear:both }
.infobox dt {
 float:left;
 clear:left;
 width:35%;
}
.infobox dd { margin-left:40% } /* monobookocentré fin */

/** PROJETS ET PORTAILS **/

/* PORTAILS MODULAIRES */

/* Styles pour les portails en « modules », voir [[Aide:Créer un portail]]. */

/* une case typique pour portail modulaire */
.portailCase {
 border:1px solid #AAA;
 display:block;
 margin:5px 0;
 padding:0;
 padding-bottom:1px;
 vertical-align:top;
 width:100%;
} /* monobookocentré debut */

/* le titre de cette case, apparaissant sur un fond différent */
.portailCase h2 {
 font-weight:bold;
 font-size:100%;
 margin:0 0;
 margin-bottom:5px;
 padding:4px;
 text-align:center;
} 

/* le lien editer (en bas) tout à droite */
.portailLienEdition {
 display:block;
 font-size:x-small;
 text-align:right;
 clear:both;
} /* suffgisamment générique ? */

/* classe destinée à remplacer la classe portailCase */
.portailCase_v2 {
 border:1px solid #AAA;
 color:#000;
 font-size:100%;
}

h2.portailCase_v2 {
 font-weight:bold;
 margin:0;
 padding:3px;
 text-align:center;
}

div.portailCase_v2 {
 border-top:0 solid white;
 margin-bottom:1ex;
 padding:5px 5px 0 5px;
} /* monobookocentré fin */

/* ÉGYPTOPÉDIA */

/* Cadre du calendrier */
div.egy_calendrier#cadre {
 border:1px solid #CC9;
 background:#FFF;
 text-align:center;
 font-size:smaller;
} /* monobookocentré */

/* Style du lien du calendrier */
div.egy_calendrier#lien {
 background:#CC9;
 padding:.2em;
}

/* Style du jour du calendrier */
div.egy_calendrier#jour {
 font-size:medium; 
}

/* Style des tableaux de navigation */
table.egyleft, .egybox {
 float:right;
 margin:.5em .5em 1em 1em;
 border:1px solid #AAAA80;
 background:#EFEFDD;
 text-align:center;
 width:170px;
}

table.egyptopedia {
 float:right;
 margin:.5em .5em 1em 1em;
 border:1px solid #AAAA80;
 border-collapse:collapse;
 background:#EFEFDD;
 text-align:center;
 width:170px;
}

table.egyptopedia th, table.egyptopedia td {
 border-width:1px;
 border-style:solid;
 border-color:#AAAA80;
 border-collapse:collapse;
} /* monobookocentré fin */


/** CHARTES DES INFOBOX **/ /* monobookocentré debut */

/* Infobox musique */
.chartemusique, .charte_musique {
 background: url("http://upload.wikimedia.org/wikipedia/commons/e/e7/Infobox-music.png" ) no-repeat top right;
}

/* Infobox réalisateur */
.charteréalisateur, .charte_realisateur {
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Infobox-realisateur.png/150px-Infobox-realisateur.png" ) no-repeat top right;
}

/* Infobox personage de fiction */
.chartepersofiction, .charte_persofiction {
 background: url("http://upload.wikimedia.org/wikipedia/commons/b/b5/Infobox-masks.png" ) no-repeat top right;
}

/* Infobox jeu vidéo */
.chartejeuvidéo, .charte_jeuvideo {
 background: url("http://upload.wikimedia.org/wikipedia/commons/6/65/Infobox-jv-dpad.png" ) no-repeat bottom right;
}

/* Infobox bière et brasserie */
.chartebière, .charte_biere {
 background: url("http://upload.wikimedia.org/wikipedia/commons/1/14/Infobox-beer.png" ) no-repeat top right;
}

/* charte graphique des éléments liées aux réalisateurs */
.charte_cinema {
 background: url("http://upload.wikimedia.org/wikipedia/commons/c/cd/Charte_Box_Cin%C3%A9.png") no-repeat top right;
}

/* charte graphique des éléments liées aux téléphones mobiles */
.charte_mobile {
 background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/CellPhone.png/56px-CellPhone.png") no-repeat bottom right;
}

.chartecomicbox, .charte_comicbox, .charte_bd {
 background: url("http://upload.wikimedia.org/wikipedia/commons/d/d1/Comicbox-picto-final.png") no-repeat top right;
} /* monobookocentré fin */

/** PAGES PARTICULIÈRES **/

/* Boîte Special:Userlogin */
form#userlogin {
 padding:1em 1em .7em 1em;
 background:#FFFFE6;
 border:2px solid #FC6;
 color:#000;
 margin-right:2em;
} /* monobookocentré */

form#userlogin table {
 background:#ffffe6;
 color:#000;
} /* monobookocentré */

/* ACCUEIL */

.page-Accueil .firstHeading {
 display:none;
} 
.page-Accueil #ca-nstab-main a {
 content:"Accueil";
}

#accueil_titre {
 margin-top:1.5em;
} /* monobookocentré */

.globegris {
background:
    url(http://upload.wikimedia.org/wikipedia/commons/b/b4/Wikipedia-logo-transparent-200px.png)
} /* monobookocentré */

.headergris { /* monobookocentré */
 background:#F0F0F0 url("http://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:.15em .4em;
} 

.cadregris { /* monobookocentré */
 border:1px solid #AAA;
 background:#fcfcfc;
 vertical-align:top;
 padding:7px;
 margin-bottom:.6em;
}

.accueil_cadre_lien { /* monobookocentré */
 text-align:right;
 margin-right:.5em;
 font-size:xx-small;
}


/* MODÈLES DE COORDONNÉES */

/* Voir [[Modèle:Coord]] pour l'utilité de ces classes. 
   Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles 
   mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
.geo-default { display:inline }
.geo-nondefault { display:none }
.geo-dms { display:inline }
.geo-dec { display:inline }
.geo-multi-punct { display:none }

.longitude .latitude { white-space:nowrap }

/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo {}

#portallinks {
   border-width: 1px;
   border-style: solid;
   border-color: #aaaaaa;
   background-color: #f9f9f9;
   padding: 5px;
   margin-top: 1em;
   clear: both;
}

/************************************************
 ***     Infobox V2 - En phase de test        ***
 *** Voir : [[Utilisateur:Antaya/Infobox V2]] ***
 ************************************************/
 
.infobox_v2 { /* monobookocentré debut */
 background: #f9f9f9;
 color: #000;
 font-size:90%;
 line-height:12px; 
 float:right;
 clear:right;
 margin:0 0 .5em 1em; /* haut droite bas gauche */
 width:300px;
 border: 1px solid #aaa;
 padding: 0.1em;
}
 
.infobox_v2 th {
 vertical-align:top;
 text-align:left;
}
 
.infobox_v2 th a {
 color:black;  /* désactive la couleur des liens à gauche */
}
 
.entete {
 height:45px;
 vertical-align:middle;
 text-align:center;
 font-size:150%; 
 font-weight:bolder;
 line-height:16px;
 color:#000
}
 
/* graphiques transparents d'entêtes des infobox V2 */
.musique      {background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")        no-repeat top right;}
.persofiction {background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")        no-repeat top right;}
.jeuvideo     {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")      no-repeat top right;}
.biere        {background: url("http://upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png")         no-repeat top right;}
.cinema       {background: url("http://upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")       no-repeat top right;}
.mobile       {background: url("http://upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png")      no-repeat top right;}
.bd           {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png") no-repeat top right;}
.humain       {background: url("http://upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png")     no-repeat top right;}
.map          {background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")          no-repeat top right;}

/* Fin de la phase de test Infobox V2 */ /* monobookocentré fin */