/* Class usager pour Contribute */

sup, .exposant {
	font-size: 70%;
	position: relative;
	top: -4px;
	}
sub, .indice {
	font-size: 70%;
	position: relative;
	top: 4px;
	}

.align-center {
	text-align: center;
	}
.align-right {
	text-align: right;
	}

.back {
	margin-top: 2em;
	}
.legend {
	font-size: .94em;
	font-style: italic;
	line-height: 1.2;
	margin-top: .25em;
	}
.note {
	font-size: .94em;
	line-height: 1.2;
	margin-top: .5em;
	}

.linkable {
	border-bottom: 1px solid #FCC;
	}
