#header {

	width: 15%;
	margin-left: 85%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: flex;
	justify-content: flex-end; 
	justify-content: space-around;
	align-items: center;
	align-content: space-between;	
}

#main {
	display: flex;
	flex-direction: column;
	
	margin-top: auto;
	margin-bottom: auto;
	height: 600px;
	align-content: space-around; 
	align-items: center;
	justify-content: center; 	
}

#google {
	display: flex;
	margin-bottom: 1%;
}

#search {
	display: flex;
	margin-bottom: 1%;
	
	border-color: red;
	width: 100%;
	align-items: center;
	justify-content: center;	
}

#lucky {
	display: flex;
	justify-content: space-between;
	width: 16%;

}

.recherche {
	display: flex;
	width: 350%;
	
}

#footer {
	display: flex;
	border: 1px; border-style: solid; 
	border-color: #e4e4e4;
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	width: 98%;
	padding: 27px;
	justify-content: start;
	align-items: center;
}
#footer2 {
	display: flex;
	border: 1px; border-style: solid; 
	border-color: #e4e4e4;
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	width: 98%;
	padding: 27px;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#com {
	
	display: flex;
	justify-content: space-between;
	
}
#info {
	
	display: flex;
	justify-content: flex-end;
}
.bas {
	margin-left: 10px;
	margin-right: 10px;
}
.mail {
	color: blue;
}
.mo {
	margin-left: 10px;
	margin-right: 10px;
}