#contact-adresse {
	float:right;
	width:330px;
}	
#contact-general h5,
#siege h5,
#lille h5{
	color: #fff;
    margin:2px 5px;
	padding:2px 5px;
	font-weight:bold;
	border-bottom:1px dotted;
}
#contact-general p,
#siege p,
#lille p {
	font-size:0.95 em;
	margin:0px;
	padding:10px;
}

#siege {
	position:absolute;
	margin:10px 0px;
	background: #bbb;
	width:140px;
	height:130px;
}
#lille{
	position:absolute;
	margin:-40px 160px;
	background:#f3ad18;
	width:140px;
	height:130px;
}
#contact-general{
	position:absolute;
	margin: 120px 180px;
	width:140px;
	height:130px;
	background:#b9cb00;
}


#contact-formulaire form{
margin-top: 50px;
}

#contact-formulaire textarea {
width: inherit;
}