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.
/* Standardisation des bandeaux */
.test-bandeau-article,
.test-bandeau-discussion,
.test-bandeau-simple,
.test-bandeau-systeme,
.test-bandeau-section {
	border-style: solid;
	overflow: hidden;
	position: relative;
}
.test-bandeau-article {
	border-width: 1px 1px 1px 10px;
	font-size: 0.9em;
	line-height: 1.25em;
	padding: 0.5em 1em;
	margin: 0.8em 10%;
}
.test-bandeau-systeme {
	clear: both;
	border-width: 2px;
	padding: 0.5em 1em;
	margin: 0.8em 3%;
}
.test-bandeau-simple {
	border-width: 1px;
	padding: 0.5em 1em;
	margin: 0.8em auto;
}
.test-bandeau-discussion {
	border-width: 1px;
	border-radius: 10px;
	padding: 0.2em .5em;
	margin: 0.8em 7%;
}
.test-bandeau-section {
	font-size: 0.9em;
	border-width: 1px 0;
	padding: 0.2em 0.5em 0.1em 0;
	margin: 0 0 .7em 2em;
}
.test-bandeau-centrer{
	display: table;
	width: 100%;
	text-align: center;
}
.test-bandeau-cell {
	display: table-cell;
	vertical-align: middle;
/*	*float: left; /* be kind ie7 */
/*	*zoom: 1; /* be kind ie7 */
}
.test-bandeau-icone {
	vertical-align: middle;
	text-align: center;
	width: 45px;
	min-width: 45px;
	padding-right : 1em;
}
.test-bandeau-cell p:last-child {
	margin-bottom: 0;
}
.test-bandeau-titre {
	font-size: 1.1em;
}

.test-bandeau-niveau-grave {
	border-color: #aa0044;
	background-color: #ffcccc;
}
.test-bandeau-niveau-modere {
	border-color: #ff8822;
	background-color: #ffeedd;
}
.test-bandeau-niveau-ebauche, /* Utile ? */
.test-bandeau-niveau-information {
	border-color: #77ccff;
	background-color: #fbfbfb;
}
.test-bandeau-simple.test-bandeau-niveau-information, /* Utile ? */
.test-bandeau-discussion.test-bandeau-niveau-information {
	border-color: #a7d7f9;
	background-color: #f5faff;
}
.test-bandeau-niveau-detail,
.test-bandeau-section.test-bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #fdfdfd;
}
.test-bandeau-niveau-neutre {
	border-color: #aaa;
	background: #f9f9f9;
}

.test-grosse-icone {
	background-position: left center !important;
	height: 45px !important;
	*min-height: 45px !important; /* be kind ie7 */
	*height: auto !important; /* be kind ie7 */
}