/* @override http://www.hypernovae.be/assets/templates/hypernovae/style.css */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
}
#site {
	margin: 0 auto;
	position: relative;
}
#site, #activite, #site h1 {
	width: 51em; /* largeur du site */
}
h1 {
	position: relative;
	z-index: 1;
	height: 7.3em; /* hauteur d'un bloc */
}
h1 a {
	display: block;
	width: 17em; /* tiers largeur site */
	height: 100%;
	margin-left: 34em;
}
h1 a span {
	display: none;
}
h3 {
	margin-bottom: 1em;
}
p {
	margin-bottom: .8em;
}
img {
	margin: 1em 0;
}
#page {
	margin-top: 7.3em;
	padding-top: 2.5em;
	min-height: 13.5em;
	position: relative;
width: 51em;
}
* html #page {
	height: 16em; /* hack IE : minimal height */
}
#page ul, ol {
	margin: 0 0 1.5em 3em;
}
#illu {
	display: block;
	width: 17em;
	float: left;
}
#illu img {
	width: 125px;
	height: 125px;
	margin: 0;
}
#contenu {
	display: block;
	float: right;
	width: 31em;
	padding: 0 2em 1em 0;
	line-height: 133%;
}
#contenu h2 {
	margin-bottom: 0.5em;
}
#activite {
	position: absolute;
	top: 0;
	left: 0;
}
#activite ul {
	display: block;
	height: 14.6em;
}
#activite li {
	display: block;
	width: 17em;
	float: left;
	height: 100%;
}
#activite li div {
	position: relative;
	display: block;
	height: 7.3em;
	margin-top: 7.3em;
}
#activite li div span {
	display: block;
	height: 7.3em;
	padding-top: 3.1em;
	width: 17em;
}
* html #activite li div span { /* IE 6 */
	position: absolute;
	top: 3.1em;
	padding-top: 0;
	left: 0;
}
#footer {
	padding: 0.65em;
	clear: both;
	margin-bottom: 0;
}

blockquote {
	overflow: scroll;
}
