@charset "UTF-8";
/* CSS Document */

#Contact {
	float: left;
	width: 890px;
	height: 495px;
	background-color: #006666;
}
#ContactGauche {
	float: left;
	width: 310px;
	height: 495px;
	background-color: #006666;
	padding-left: 0px;
}
#ContactDroite {
	float: right;
	width: 300px;
	height: 495px;
	background-color: #56493a;
	color: #d4adcc;
	padding: 0;
}

