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.
body {
	font-family: "Open Sans", sans-serif;
	color: #363b3f;
}

/** Lien **/
a, a:visited {
    color: #36c;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a4b8d;
    text-decoration: none;
}

/** Lien vers une page de redirection **/
.mw-redirect {
	background-color: rgb(233, 247, 239);
	color: rgb(39, 174, 96);
}
.mw-redirect:visited {
	color: rgb(39, 174, 96);
}
.mw-redirect:hover {
	color: rgb(39, 174, 96);
	text-decoration: underline;
}

/** Lien vers une page d'homonymie **/
.mw-disambig {
	background-color: rgb(253, 242, 233);;
	color: rgb(230, 126, 34);
}
.mw-disambig:visited {
	color: rgb(230, 126, 34);
}
.mw-disambig:hover {
	color: rgb(230, 126, 34);
	text-decoration: underline;
}

/** Lien vers une page inexistante **/
.new {
	background-color: rgb(253, 237, 236);
	color: rgb(120, 40, 31);
}
.new:visited {
	color: rgb(231, 76, 60);
}
.new:hover {
	color: rgb(231, 76, 60);
	text-decoration: underline;
}

/** Liste de suivi **/
.mw-changeslist .special {
	list-style: none;
	margin-left: 0;
}

/**div.infobox_v3 {
    background: #FFF;
    border:1.5px solid #aaa;
    border-radius: 2px;
    box-shadow: 0 0 12px #eaecf0;
    clear: right;
    float: right;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 0.5em 3em;
    overflow-wrap: break-word;
    padding: 5;
    width: 320px;
}


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

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

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

.infobox_v3 .images  {
    padding:0 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.infobox_v3 .images img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: auto;
    max-width: 320px;
    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; text-align: center;}

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

/* Crédits d'auteurs: [[Projet:Charte graphique/Articles/Infoboxes]] */