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.
/* Style des bandeaux d'articles. Voir [[Wikipédia:Prise de décision/Changement de style des messages d'avertissement]]. 
.bandeau-niveau-grave {
	border-color: #aa0044;
	background-color: #f9f9f9;
}
.bandeau-niveau-modere {
	border-color: #ff8822;
	background-color: #f9f9f9;
}
.bandeau-niveau-ebauche {
	border-color: #c8ccd1;
	background-color: #f9f9f9;
}
.bandeau-niveau-information {
	border-color: #36C;
	background-color: #f9f9f9;
}
.bandeau-simple.bandeau-niveau-information,
.bandeau-discussion.bandeau-niveau-information { 
	border-color: #36C;
	background-color: #f9f9f9;
}
.bandeau-niveau-detail, 
.bandeau-section.bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #f9f9f9;
}
.bandeau-niveau-neutre {
	border-color: #aaa;
	background: #f9f9f9;
}

.bandeau {
	text-align: left;
	margin: 8px 10% 12px;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	padding: 2px 10px;
}
.bandeau table {
	background-color: transparent;
}
.bandeau-icone {
	vertical-align: middle;
	text-align: center;
	width: 45px;
	
	padding-right: 1em;
}
.bandeau-titre {
	font-size: 1.1em;
	line-height: 1.4em;
}
.bandeau-texte {
	font-size: 0.9em;
	line-height: 1.2em;
}
.bandeau-problemes-multiples .bandeau-niveau-information, .bandeau-problemes-multiples .bandeau-niveau-modere, .bandeau-problemes-multiples .bandeau-niveau-grave {
	background: none !important;
	border: none !important;
}
.bandeau-problemes-multiples .bandeau {
	margin: 0 !important;
	border-top: 1px solid grey !important;
	border-bottom: 1px solid grey !important;
}
.bandeau-problemes-multiples .NavContent {
	background: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top: 1px solid grey !important;
	border-bottom: 1px solid grey !important;
	margin-left: 2em !important;
	margin-right: 2em !important;
}
.bandeau-ebauche-problemes-multiples .bandeau-niveau-ebauche {
	margin-bottom: 0 !important;
}
.bandeau-ebauche-problemes-multiples .bandeau-problemes-multiples {
	margin-top: 0 !important;
}
.bandeau-ebauche-problemes-multiples .bandeau-niveau-ebauche .bandeau-texte {
	display: none;
}
.bandeau-ebauche-problemes-multiples-niveau-grave .bandeau-niveau-ebauche {
	border-color: #aa0044 !important;
	background-color: #ffcccc !important;
}
.bandeau-ebauche-problemes-multiples-niveau-modere .bandeau-niveau-ebauche {
	border-color: #ff8822 !important;
	background-color: #ffeedd !important;
}
.bandeau-ebauche-problemes-multiples-niveau-information .bandeau-niveau-ebauche {
	border-color: #77ccff !important;
	background-color: #fbfbfb !important;
}
.sources {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a1/2017-fr.wp-orange-source.svg/20px-2017-fr.wp-orange-source.svg.png");
	background-position: 1px 4px;
}
*/