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.
.mw-disambig:visited {
	background-color: black !important; /* les homonymes cliqués sont surlignés en noir */
	color: white !important; /* écriture en blanc */
}
.homonymie .mw-disambig { 
	background-color: #fff0c0; 
}   /* couleur dans les bandeaux d'homonymie */
.page_h .mw-disambig { 
	background-color: #e0e8ff;
}     /* couleur des liens marqués par {{page h}} et {{page h'}} */
.lien-BA { 
	background-color: #ffffc0;
}
.lien-AdQ { 
	background-color: #ffe8e8;
}
/* Titres de sections*/
h2 {
	border-bottom: 2px solid #ddc;
	font-family: "Courier New";
	font-size: 25px;
	font-variant: small-caps;
}
h3 {
	border-bottom: 1px dotted #ccb;
	font-size: 19px;
	font-variant: small-caps;
	margin-bottom: 8px;
	margin-left: 2px;
	font-family: "Courier New";
}
h4 {
	border-bottom: 1px dotted rgba(250, 250, 150, 0.5);
	font-size: 17px;
	font-variant: small-caps;
	font-family: "Courier New";
}
h5 {
	border-bottom: 1px dotted rgba(200, 200, 150, 0.25);
	font-size: 15px;
	font-variant: small-caps;
	font-family: "Courier New";
}
#mw-editbutton-bold,
#mw-editbutton-italic,
#mw-editbutton-underline,
#mw-editbutton-big,
#mw-editbutton-small,
#n-mainpage-description,
#n-contact,
#n-thema,
#n-rcu, 
#n-rcu,
#n-logs,
#n-blockip {
	display: none;
}
p, li, tr, table, dl, dt {
	font-family: "Times New Roman", "Courier New";
	font-size: 100%;
}
/* Image de fond */
body {
	background-image: url("https://static.wikia.nocookie.net/vacances/images/5/50/Wiki-background/revision/latest?cb=20200803193127&path-prefix=fr");
}
/* Apparence au survol des liens (vert) */
/* Balise <a> */
a:hover {
   text-decoration: underline;
   color: green;
}
/* Balise <span class="plainlinks">*/
a.external:hover,
a.extiw:hover {
	text-decoration: underline;
	color: green;
}
/* Titres de pages (petites capitales) */
.page-header__main {
	font-variant: small-caps;
}