/* 

== 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|Monobook.css]]


<pre> */

/**********************************************
 * Colorier le nombre de caractères modifiés dans la liste des RC
 **********************************************/

 .mw-plusminus-pos {
     color: #00aa00; /* vert */
 }
 .mw-plusminus-neg {
     color: #aa0000; /* rouge */
 }
 .mw-plusminus-null {
     color: #888888; /* gris */
 }

/**********************************************
 * Faire apparaître les redirections en italique sur [[Special:Allpages]]
 **********************************************/

 .allpagesredirect {
     font-style: italic;
 }

/**********************************************
 * Harmonisation des Infoboxes
 **********************************************/

.infobox {
   background-color: #eeeeee; /* couleur correspondant aux titres / colonne de gauche, th */
   color: black;
   float: right;
   clear: right;
   font-size: 95%;
   border-collapse: collapse;
   margin: 0 0 0.5em 1em;
}

.infobox caption {
   background-color: #c0c0c0;
   border-left: 1px solid #aaaaaa;
   border-top: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
   padding: 0.2em;
   margin-left: 0.57em;
   font-weight: bolder;
   text-align: center;
   color: white;
   font-size: 160%;
}

.infobox th,
.infobox td {
   vertical-align: middle;
   border: 1px solid #aaaaaa;
   padding: 0.2em 0.2em 0.2em 0.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: #ffffff;
   padding:0;
   margin-top:0;
   color: black;
   text-align: center;
}

.infobox .infoboxsoustitre { /* soustitre */
   padding:0;
   color: black;
   font-weight: bold;
   font-size: 115%;
   line-height: 2;
   text-align: center;
}

/**********************************************
 * reference : éviter d'obtenir un interlignage de taille variable
 **********************************************/

.reference, .exposant { 
   vertical-align: text-top;
   position: relative;
   top: -0.3em;
   padding-left:1px;
}

/**********************************************
 * Style des chiffres romains
 **********************************************/

.romain
{
  text-transform:lowercase;
  font-variant:small-caps;
}

/* ****************************************************************************************** */
/*                                   Tableau gris = Wikitable.                                */
/*  1/ Tableau entier  ** 2/ Bg Lignes de titre : <th> ou !  **3/ Border des lignes th et td  */
/* ****************************************************************************************** */

table.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
}


/* ****************************************************************************************** */
/*                                   Tableau pour modèle.                                     */
/*               (en test : voir [[Discussion Modèle:Histoire des pays des Amériques]]).      */
/*                          1/ Table entier  ** 2/  Bg Lignes de titre : <th> ou !            */
/* ****************************************************************************************** */

table.wikitemplate {
  margin: 1em 1em 1em 0;
  width: 80%;
  background: #f7f8ff;
  padding: 3px;
  border: 1px #aaaaaa solid;
}
table.wikitablue th {
  background: #c8d8ff;
  text-align: center;
}

/**********************************************
 * Présentation du siteNotice
 **********************************************/

#siteNotice table {
   background-color: transparent;
   font-size: 90%;
}

/**********************************************
 * retirer les liens modifer
 * (encadrer la zone de <div class=noeditsection></div>).
 * Voir notamment [[Portail:Biologie/Les articles]]
 **********************************************/

div.noeditsection div.editsection {
  display: none;
}

/**********************************************
 * styles pour changer la couleur de liens
 * (encadrer les liens de <div class=lienNoir></div>).
 * Voir notamment [[Portail:Biologie/Les articles]]
 **********************************************/

.lienNoir a {
  color: black;
}

.lienNoir a:visited {
  color: #707070;
}

.lienBlanc a {
  color: white;
}

.lienBlanc a:hover {
  color: white;
  text-decoration: underline;
}

.lienBlanc a:visited {
  color: #B9B9B9;
}

/**********************************************
 * Divers (à commenter!)
 **********************************************/

 /* Metadata */
 table.metadata {
     border: 1px solid #aaaaaa;
     display: none;
     speak: none;
 }
 .metadata-label {
     color: #aaaaaa;
 }


/* </pre> */