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) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* Références en gris */
sup.reference a {color:#555; line-height:1.3em;}

/* Cadre d'infos 
#cpwarn {border: 2px #C00 solid;  margin-top:3px;}
.editOptions {border:none; background-color:#FFF; padding:3px;}*/

#editpage-copywarn {display:none;}

/* LS : messages vus */
.mw-title {font-weight: normal !important;}
/* li.mw-changeslist-line-not-watched:before {content:"• "; color:#169052; font-weight:bold;}
li.mw-changeslist-line-watched:before {content:"• "; color:#BC331B; font-weight:bold;}*/

/* Prévisualiser */
#wikiPreview {
  border:6px solid #008740;
  margin:0;
  padding:3px;
}

h2#mw-previewheader {color: #008740;}

/* Bandeaux d'articles connexes plus adaptés au design actuel  */
.ns-0 div.homonymie,
.ns-0 div.bandeau-section {
	background-color: #f5f5f5;
	color: #404040;
	font-size: 12px; 
	margin: 0 0 0.7em;
	padding: 2px 0 1px 4px;
	font-style:italic;
	border:none;
}


/* Date de dernière modification en haut */

#footer #footer-info #footer-info-lastmod {
	line-height: 1.4em;
	position: absolute;
left: 837px;
top: 131px;
	color: #7a7a7a;
	font-size: 0.7em;
}

span.updatedmarker {
    background-color: none;
}

/* Nouveau style des infobox */

div.infobox_v3 {
    background: #FFF;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 12px #eaecf0;
    clear: right;
    float: right;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 0.5em 4em;
    overflow-wrap: break-word;
    padding: 0;
    width: 300px;
}

.infobox_v3 table {
    padding: 0;
    margin: 0 0 10px;
}

.infobox_v3 .hr {
    display:none;
}

.infobox_v3 .entete {
    margin-bottom:0;
    display:none;
}

.infobox_v3 th[scope="row"], .infobox_v3 td {
    padding-left: 4px;
}

.infobox_v3 .images  {
    padding:0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.infobox_v3 .images img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
    max-width: 300px;
    width: 100%;
}
.infobox_v3 p.legend {
    background: #FFF;
    color: #54525d;
    font-size: 0.9em;
    margin: 0;
    padding: 3px 6px 12px;
    text-align: left;
}
.infobox_v3 p.legend {
    background: #FFF;
    color:#54525d; 
}
.infobox_v3 p.legend a {color:#54525d !important; text-decoration:underline;}

.infobox_v3 .navbar  {display:none;}
.infobox_v3 p.bloc,
.infobox_v3 table caption {background-color:#eaecf0 !important; color: #222 !important;}

/* Suppression du lien vers la liste de suivi sur l'habillage Vector (redondant avec celui présent dans le menu déroulant). */
#pt-watchlist-2 {display:none;}