html {

	  background: url(img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #000000;
    font-family: 'Montserrat', sans-serif;
}	
a {
	text-decoration: none;
}
img {
	border: 0;
}
#container {
	width:100%;
	height:100%;
}

#footer {
	font-size:22px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	bottom:15px;
	letter-spacing: 2px;
}
#logos {
	width:700px;
	text-align: center;
	position: absolute;
	bottom:50px;
	left:50%;
	margin-left:-350px;
}
#boutons {
	width:700px;
	text-align: center;
	position: absolute;
	bottom:100px;
	left:50%;
	margin-left:-350px;

}
#boutons img {
	height:85px;
}
#logos img {
	width:47px
}
#fb {
	margin-right:10px;
}
#tw {
	margin-left:10px;
}
#texte {
	font-weight: 300;
	text-align: center;
	font-size:23px;
}
#bgtexte {
	width: 800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:250px;
	background-color: #ffffff;
	opacity: 0.8;
	padding:20px;
}
#logo {
	position:absolute;
	left:50%;
	margin-left: -125px;
	top:20px;
}