body {
	background: url(../img/background.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body, a {
	color: #fff;
}
#conteneur {
	width: 980px;
	margin: 0 auto;
}
h1 {
	background: url(../img/h1.png) no-repeat top left;
	width: 515px;
	height:102px;
	text-indent: -9999px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
#content {
	border-radius: 10px;
	background: rgba(182,84,112, 0.8);
	padding: 10px;
	color: #fff;
}
.shadow {
	text-shadow: 1px 1px 5px #000;
}
.institut {
	float: left;
	width: 460px;
	display: inline-block;
}
.block {
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 9px;