body { background: url('bg.jpg') left top no-repeat #e2ded5;
	background-size: cover;
	font: 18px "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	color: #434a4e;
}

#main {
	max-width: 800px;
	padding: 5%;
	margin: 10% auto;
	background-color: rgba(255, 255, 255, 0.74);
}

.logo {
float: left;
}


.texte {
float: right; 
}



a.button {
	display: inline-block; *display:inline; *zoom:1;
	background-color: #6b808e;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	margin: 10px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover.button {
	background-color: #22587a;
	}

h1 {
margin: 0;

}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}



@media (max-width: 767px) { 

.logo, .texte {
float: none;
}

}