@charset "utf-8";
/* CSS Document */
#contact-gauche {
	float: left;
	height: 450px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 300px;
	padding: 5;
	text-align: center;

}
#contact-droit {
	background-color: #000000;
	width: 550px;
	text-align: center;
	float: right;
	padding-top: 130px;
	margin-right: 20px;

}
#contact-separation{
	position: absolute;
	height: 470px;
	width: 1px;
	left: 308px;
	top: 125px;
	background-color: #E5E5E5;

}
