Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/** CSS placed here will be applied to all skins */
/*<pre><nowiki>*/

#content, #bodyContent {
font-family: 'Noto Sans', 'DejaVu Sans', 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, 'Arial Unicode MS', 'Lucida Sans', Verdana, sans-serif;
}

#textarea {
font-family: 'DejaVu Sans Mono', 'DejaVu Sans', 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, 'Arial Unicode MS', monospace;
}

.smcp {
font-variant: small-caps;
}

/* TITRES */

/* affichage des coordonnées géo à côté du titre, pour tous les skins */
#coordinates-title {
font-size: 90%;
margin-right: 1em;
margin-top: 1em;
float: right;
}
#coordinates-title img {
vertical-align: middle;
}

/* MODÈLES DE COORDONNÉES */
 
/* Voir [[Modèle:Coord]] pour l'utilité de ces classes. 
   Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles 
   mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
.geo-default { display:inline }
.geo-nondefault { display:none }
.geo-dms { display:inline }
.geo-dec { display:inline }
.geo-multi-punct { display:none }
 
.longitude .latitude { white-space:nowrap }
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo {}
/*</nowiki></pre>*/


/* Infobox V2 (voir : [[Projet:Infobox/V2]]) */
.infobox_v2 {
	background: #f9f9f9;
	color: #000;
	font-size: 90%;
	line-height: 1.2em;
	float: right;
	clear: right;
	margin: 0 0 .5em 1em;
	width: 294px;
	border: 1px solid #aaa;
	border-spacing: 5px;
}
.infobox_v2 th {
	vertical-align: super;
	text-align: left;
}
.infobox_v2 .entete {
	height: 43px;
	vertical-align: middle;
	text-align: center;
	font-size: 140%;
	font-weight: bolder;
	line-height: 1.1em;
	color: #000;
}
/* Pour [[Modèle:Image et son]], etc. */
.infobox_v2 .media {
	height: 35px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	color: #000;
}



/* Infobox V3 */
div.infobox_v3 {
	padding: 5px;
	width: 25em;
	background: #f9f9f9;
	border: 1px solid #aaa;
	clear: right;
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 0.5em 1em;
	max-width: 325px;
	word-wrap: break-word;
}
.infobox_v3 .entete {
	display: table;
	height: 45px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 10px;
	background-color: #dfedff;
	*height: auto; /* be kind ie7 */
	*padding: 10px 0; /* be kind ie7 */
}
.infobox_v3 .entete > div {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.infobox_v3:not(.large) .entete.icon > div {
	padding: 3px 48px;
}
/* Images */
.infobox_v3 .images {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.infobox_v3 .images a {
	max-width: 100%;
	flex: 0 0 auto; /* be kind ie11 */
}
.infobox_v3 .images img {
	max-width: 99%;
	height: auto;
}
.infobox_v3 .legend {
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0 8px 0;
}
/* Tableaux */
.infobox_v3 table {
	width: 100%;
	margin: 5px 0;
	table-layout: fixed;
	border-collapse: collapse;
}
.infobox_v3 th[scope="col"] {
	text-align: center;
	word-wrap: normal;
}
.infobox_v3 th[scope=row] {
	text-align: left;
	padding-right: 10px;
	width: 8em;
	max-width: 140px;
	word-wrap: normal;
}
.infobox_v3 th[scope=row],
.infobox_v3 td {
	padding-top: 4px;
	vertical-align: super;
}
.infobox_v3 th[scope=row].middle {
	vertical-align: middle;
}
.infobox_v3.bordered th[scope=row],
.infobox_v3.bordered td {
	padding-bottom: 4px;
	border-top: 1px solid #dfedff;
}
.infobox_v3.bordered caption.bordered {
	margin: 0 0 -1px 0;
}
.infobox_v3 tr.left td {
        text-align: left;
}
.infobox_v3 tr.vborder td {
        border-left: 1px dotted #aaa;
}
.infobox_v3 tr.vborder td:first-child {
        border-left: none;
}.infobox_v3 td.data {
	text-align: center;
}
/* Titres bloc et caption tableaux */
.infobox_v3 p.bloc,
.infobox_v3 p.bordered,
.infobox_v3 caption {
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	margin: 0 0 5px 0;
	padding: 4px;
}
.infobox_v3 caption,
.infobox_v3 p.bloc {
	background: #dfedff;
}
.infobox_v3 p.bloc {
	margin: 5px 0;
}
.infobox_v3 caption.bordered,
.infobox_v3 p.bordered {
	border-top: 1px solid #dfedff;
	border-bottom: 1px solid #dfedff;
	background: transparent;
}
/* TODO : mettre à jour la classe .hidden générique */
.infobox_v3 caption.hidden {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1px; /* Be kind to IE7 */
	font-size: 1px; /* Be kind to IE7 */
}
/* Séparateur */
.infobox_v3 .hr {
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0;
	background-color: #dfedff;
}
.infobox_v3 .hr.collapse {
	margin: 5px 0 -8px 0;
	position: relative; /* Be kind to IE7 */
}
/* Tnavbar */
.infobox_v3 .navbar {
	text-align: right !important;
	font-size: 0.8em;
	margin: 0;
}
.infobox_v3 .navbar .plainlinks {
	float: left;
}
/* Navigateur */
.infobox_v3 .overflow {
	overflow: hidden;
}
.infobox_v3 .bordered.nav,
.infobox_v3 .bordered.navbar {
	border-bottom: 0 !important;
	font-weight: normal !important;
}
.infobox_v3 .prev a,
.infobox_v3 .prev_bloc {
	background: url("//upload.wikimedia.org/wikipedia/commons/1/13/Arr_l.png") no-repeat left 0.1em;
	float: left;
	max-width: 40%;
	padding: 0 0 0 16px;
	text-align: left;
}
.infobox_v3 .next a,
.infobox_v3 .next_bloc {
	background: url("//upload.wikimedia.org/wikipedia/commons/a/ad/Arr_r.png") no-repeat right 0.1em;
	float: right;
	max-width: 40%;
	padding: 0 16px 0 0;
	text-align: right;
}
/* Divers */
.infobox_v3 table.maillot-equipe td {
	padding: 0;
}
.infobox_v3 table.maillot-equipe {
	table-layout: auto;
}

/* T156351: Support for Parsoid's Cite implementation */
span[rel="mw:referencedBy"] > a:nth-last-child(2)::after {
    content: " et ";
}