/* Class usager pour Contribute */

.exposant {
	font-size: 75%;
	/*vertical-align: super; unevenly supported */
	position: relative;
	top: -4px;
	}
.indice {
	font-size: 75%;
	/*vertical-align: sub; unevenly supported */
	position: relative;
	top: 4px;
	}
.oblig {
	color: red !important;
	}
.erreur {
	font-weight: bold;
	color: red !important;
	}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	}
#corps #col1 h3.surtitre {
	margin: 0 0 .2em;
	padding: 0;
	font-size: .95em;
	font-weight: normal;
	background: none;
	}
