



body{
	background: white; 
	
}

header{ 
	background: #c6d266 url('images/logo.png') 0 0 repeat;
	color:#65751c;
	height: 98px;	
	margin-bottom: 5px;
	padding: 20px;
	font-size: 30px;
	text-align: center;
	min-width:900px;
	
	
}

header a{ 

	color: #65751c;
}

header a:hover{

	color: white;
}


section{  
	color:  #65751c;
	width: 900px;
	height: 800px;
	margin: auto;
	margin-bottom: 10px;
	padding: 20px;
	
	
}

#voyage, #shoping, #sante, #finance, #events ,#emploi
{
	display: inline-block;
	width: 350px;
	height: 100px;
	margin: 45px;
	
	text-align: center;
}

footer {  
	background-color: #c6d266;
	
	height: 30px;
	margin: auto;
	padding: 20px;
	
}
#contact {
	margin: auto;
	text-align: center;	
	color: green;
	}
	
#contact a{

	text-decoration: none;
	color: #65751c;
	}

