/* @override http://victhom2.fn.mac/css/contribute.css */

/* Class usager pour Contribute */

/* headings defined to work around Contribute bug */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

sup, .sup {
	font-size: 65%;
	top: -4px;
	vertical-align: top;
	}
sub, .sub {
	font-size: 65%;
	top: 2px;
	vertical-align: bottom;
	}
h2 sup, h2 .sup, h3 sup, h3 .sup {
	font-size: 50%;
	font-weight: normal;
	top: 0px;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.floatRight {
	display: inline;
	float: right;
	margin: 0 0 15px 25px;
	}
.floatLeft {
	float: left;
	margin: 0 25px 15px 0;
	}

.back {
	font-size: .94em;
	margin-top: 2em;
	}

.more {
	font-weight: bold;
	}

.legend {
	font-size: .9em;
	line-height: 1.3;
	}

.emphase {
	font-size: 1.2em;
	}