Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/*******************************************************************/
/* Effets de relief                                                */
/*******************************************************************/

/* body { background-color:#cc0000;} */

/* Pour les vignettes */
.thumb div {
     border: 1px solid #999;
     border-right: 2px solid #999;
     border-bottom: 2px solid #999;
}

/* Pour les zones de texte préformaté */
/*pre {
     border: 1px solid #2f6fab;
     border-right: 2px solid #2f6fab;
     border-bottom: 2px solid #2f6fab;
}*/

/* BEGIN Diff rendering */
/* table.diff {background: #FEFEFE; border: 1px solid #cccccc; padding: 0.5em} */
/* table.diff td {vertical-align: top;} */
/* td.diff-otitle a, td.diff-ntitle a, td.diff-otitle a:visited, td.diff-ntitle a:visited {color: #2153B0;} */
/* td.diff-otitle a:hover, td.diff-ntitle a:hover {text-decoration: underline;} */
/* td.diff-otitle {} */
/* td.diff-ntitle {} */
td.diff-addedline {background:#ffffcc; border: 5px;}
td.diff-addedline span.diffchange {
	background: #CDDEFF;
	border: 1px dashed #676F80;
	padding: 2px;
	color: #008000;
	font-weight: bold;
	}
td.diff-deletedline {background:#ffffcc;}
td.diff-deletedline span.diffchange {
	background: #CDDEFF;
	border: 1px dashed #676F80;
	padding: 2px;
	color: #ff0000;
	font-weight: bold;
	}
/* td.diff-context {background:#eeeeee;} */
.newpage {color: green;	font-weight: bolder;}

/*td.ins.popupDiff { background: #DDFFCC; }*/
/*td.del.popupDiff { background: #FFE6E6; }*/

/* END Diff rendering */

/* Décalage pour distinguer les groupes d'onglets */
#mytabs-ca-talk { margin-right: 1.6em; }
#mytabs-ca-watch { margin-left: 1.6em; }

/* Style sur la page d'accueil */
/*.boite-accueil-haut {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}*/
 
/* ---------------- */
/* Corps de la page */
/* ---------------- */

/* Désactiver l'affichage de l'appel de fonds */
#fundraising { display:none; }
/* #siteNotice hr { height:0; } */

/* Modifier l'avertissement de prévisualisation */
.previewnote {
    display:none;
    border-bottom:0;
    padding-bottom:0;
}

/* Enlever l'avertissement en bas des pages de modification */
#cpwarn { display:none; }
#edittoolsinfo { display:none; }

/* Enlever la prévisualisation rapide (je m'en sers pas) */
#wpQuick, #wpHide { display:none; }

/* ---------------------------- */
/* Haut de page et pied de page */
/* ---------------------------- */

/* Pied de page */
#copyright { display:none; }
#privacy { display:none; }
#disclaimer { display:none; }
#about { display:none; }

#footer-info-copyright {display: none}
#footer-places {display: none}

#siteNotice {display: none}
/* #n-sitesupport {display: none} */
/* #f-disclaimer {display: none} */
/* #t-recentchangeslinked {display: none} */

/*--------------------Elements à ne pas afficher----------------------------------*/
  /*case navigation : "Annonces" "Actualités" "une page au hazard"
    "pour nous contacter" "faire un don" "avertissements"   */
  #n-randompage, 
  #n-aboutwp,
  #n-contact, #n-sitesupport, #n-avertissement {
      display:none;
  }

/* Ajoute une alternance de couleur dans la liste de suivi */
.mw-line-even { background-color:#F2F2F2; }

/* Supprime le gras des pages non visitées dans la liste de suivi */
/* .mw-special-Watchlist .mw-changeslist-line-watched .mw-title {font-weight: normal; background-color: #ffe8e8;} */

/* Changer la couleur des homonymie volontaires page_h */
.homonymie .mw-disambig { background-color: #fff0c0; }
.page_h .mw-disambig {background-color: #e0ffe0;}

/* Changer la couleur des liens vers les redirections */
.mw-redirect { background-color: #e0ffe0; }             /*les redirections sur fond vert */

/* Supprimer le lien Brouillon */
#pt-sandbox { display: none !important; }