#corps_page {
	padding-top: 30px;
	width: 100%;
}
#corps_page p {
	margin-top: 20px;
}

#content_contact {
	width: 300px;
	margin: 0 auto;
}

#acr, #num_addr {
	width: 150px;
}

#num_addr {
	float: right;
	
}

#lien_email {
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
}

#map {
	height: 400px;
	width: 280px;
	margin: 0 auto;
}

#map #content {
	width: 150px;
	padding: 0.1em;
	padding-bottom: 0em;
}

#map h3 {
	padding-top: 70px;
	background: url('../img/PEP_logo_map_150.png') no-repeat top center;
	width: 150px;
	font-size: 1.2em;
	line-height: 1.1em;
}

#map #addresse {
	color: #0284b0;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: 'neutraface_2_textdemi', Arial, sans-serif;
}

#map #addresse a {
	color: #0284b0;
	font-size: 1.1em;
}

#map #numeros {
	display: none;
}



@media screen and (min-width: 480px) {
	#content_contact {
		width: 420px;
	}
	
	#num_addr {
		margin-right: 100px;
	}
	
	#map {
		width: 400px;
	}

}

@media screen and (min-width: 768px) {
	#corps_page, #content_contact {
		width: 768px;
	}
	
	#num_addr {
		float: left;
		margin: 0;
		margin-bottom: 20px;
	}
	
	#lien_email {
		width: 260px;
		margin-left: 30px;
		padding-top: 1.2em;
	}
	
	#map {
		height: 600px;
		width: 100%;
	}
	
	#map #content {
		width: 450px;
		padding: 1em;
		padding-bottom: 0em;
		font-family: 'neutraface_2_textbook', Arial, sans-serif;
	}
	
	#map h3 {
		text-indent: -9999px;
		padding: 0;
		background: url('../img/PEP_logo_map.png') no-repeat top center;
		width: 300px;
		height: 78px;
	}
	
	#map #addresse {
		margin-left: 200px;
		margin-top: -54px;
	}
	
	#map #numeros {
		display: block;
		color: #0284b0;
		font-size: 1.1em;
		line-height: 1.2em;
		position: relative;
		left: 320px;
		top: -55px;
		width: 100px;
		font-family: 'neutraface_2_textdemi', Arial, sans-serif;
	}


}

@media only screen and (min-width: 960px) {

	#corps_page, #content_contact {
		width: 960px;
	}
	
	#num_addr {
		margin-bottom: 40px;
	}


}