.spip_xx-small {
	font-size: 0.6em;
}
.spip_x-small {
	font-size: 0.75em;
}
.spip_small {
	font-size: 0.9em;
}
.spip_large {
	font-size: 1.125em;
}
.spip_x-large {
	font-size: 1.5em;
}
.spip_xx-large {
	font-size: 2em;
}

.spip_xx-small, .spip_x-small, .spip_small, .spip_large, .spip_x-large, .spip_xx-large {
	line-height: 150%;
}

.spip_center {
	text-align: center;
}
.spip_right {
	text-align: right;
}
.spip_left {
	text-align: left;
}
.spip_bignum {
	font-size: 6em;
	margin-top: 0.3em;
}
* + .spip_bignum {
	clear: both;
	margin-top: 0.8em;
}
