body { 
	background-color: #0a92b4;
	margin: 0;
}

#page {
 	width: 100%;
 	margin: 0;
 	padding: 0;
}

#logo,
#links,
#blason {
	clear: both;
	position: relative;
    overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#logo,
#blason {
	padding: 120px 0;
}

@media (min-width: 0) and (max-width: 1000px) {
	#blason img {
		width: 65%;
	}
}

#links {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#links li,
.picto {
	width: 80px;
	height: 80px;
}

#links li {
	list-style: none;
	display: inline-block;
    margin: 0 30px;
}

.picto {
	display: block;
	width: 80px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.contact 	{ background: url(../images/picto-mail.png) no-repeat left top; }
.facebook 	{ background: url(../images/picto-facebook.png) no-repeat left top; }
.instagram 	{ background: url(../images/picto-instagram.png) no-repeat left top; }
.helloasso 	{ background: url(../images/picto-helloasso.png) no-repeat left top; }
