/* UTF-8 à jamais */
/* ---- Crédits --- */
.page_credits #corps{
	background:url('deco/ville.png') bottom center no-repeat #fff;
	padding-top:40px;
}
.credits{
	background-color:#fff;
	margin-bottom:24px;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
	padding-bottom:20px;
}
.credits h2{
	margin-left:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:1.71em;
	background-color:#1e3370;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	width:350px;
	text-align:center;
	margin-bottom:20px;
}
.credits article.colonne{
	width:100%;
	margin-bottom:20px;
}
.credits article.colonne svg{
	width:150px;
}
.credits article.colonne a{
	text-decoration:none;
	color:#000;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
	margin-left:80px;
	margin-bottom:40px;
}
.credits article.colonne p{
	margin:0;
	margin-left:40px;
	width:400px;
}