/* Class usager pour Contribute */

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

.exposant {
	font-size: 70%;
	position: relative;
	top: -4px;
}

h2 .exposant {
	font-size: 50%;
	top: -8px;
	}
h2 sup {
	font-size: 50%;
	}

.indice {
	font-size: 75%;
	position: relative;
	top: 4px;
}

.highlight {
	margin: 1em 0;
	padding: 6px 10px;
	border: 1px solid #E8D766;
}

.doctype {
	color: #666;
	font-size: .9em;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

#text blockquote.pullquote {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px 10px;
	background: #e7e7e3;
	}

p.intro {
	font-size: 1.2em;
	}
p.legend {
	margin-bottom: 2em;
	padding: 0 1em;
	font-size: .9em;
	font-weight: normal;
	}

p.more, td.more {
	background: url(/img/common/arrow.png) 0 .32em no-repeat;
	margin: 1.5em 0 1em;
	padding-left: 14px !important;
	}
.more a {
	text-decoration: none;
	}
.more a:hover {
	text-decoration: underline;
	}

#main a.pdf {
	display: block;
	padding: 0 0 .5em 24px;
	background: transparent url(/img/icone-acrobat.gif) 0 0 no-repeat;
	text-decoration: none;
	}
#main a.pdf:hover, #main a.audio:hover, #main a.video:hover, #main a.url:hover, #main a.excel:hover {
	text-decoration: underline;
	}
#main .data2 a.pdf {
	background-position: 3px 0;
	padding-left: 24px;
	}

#main a.audio {
	display: block;
	padding: 0 0 .5em 24px;
	background: transparent url(/img/audio.png) 4px 1px no-repeat;
	text-decoration: none;
	}
#main a.video {
	display: block;
	padding: 0 0 .5em 24px;
	background: transparent url(/img/video.png) 0 0 no-repeat;
	text-decoration: none;
	}
#main a.url {
	display: block;
	padding: 0 0 .5em 24px;
	background: transparent url(/img/common/arrow.png) 0 .2em no-repeat;
	text-decoration: none;
	}
#main a.excel {
	display: block;
	padding: 0 0 .5em 24px;
	background: transparent url(/img/excel.gif) 0 .2em no-repeat;
	text-decoration: none;
	}

