/*****************************************************************************************
 * Copyright (c) 2013 Audrey boursier
 * All rights reserved.
 *
 * Contributors:
 *      Hugo marchadour - Initial API and implementation 
 *****************************************************************************************/
section#contact {
	background-color: #f0f0f0;
	margin: 1% 0;
	overflow: hidden;
}
	section#contact .wrapper {
		height: auto;
		padding: 5em 3em;
		overflow: hidden;
	}
	
	section#contact .highlight {
		float: left;
		width: 33%;
		height: 400px;
		margin: 0em 3em 3em 0;
	}
	
	section#contact .text {
		float: left;
		width: 61.31%;
	}
	
	