/* Ne plus voir le bandeau d'avertissement copyright dans la fenêtre d'édition */
#editpage-copywarn, #MediaWiki-summary {display:none;}

/* présentation plus compacte pour le nouveau style des diffs */
table.diff {
    border-spacing : 0;
    margin-bottom  : 4px;
}
table.diff td {
    padding : 0.1em 0.66em;
}
.diff-addedline, .diff-deletedline {
    border-width  : 0 0 0 4px;
    border-radius : 0;
}
.diff-marker {font-weight : normal;}

/* couleur liens redirection */
.mw-redirect {background-color: #e0e8ff;}
.mw-redirect:visited {background-color: #e0e8ff;}
.mw-redirect:hover {
background-color: #e0e8ff;
text-decoration: underline;
}