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

#contact_form{
	margin:0 auto;
	width:600px;
	height:450px;
	background:#1f1a17;
	}
#contact_form h2{
	font:21px bolder "Arial", serif;
	font-weight:900;
	color:#ccc;
	}
#contact_left{
	float:left;
	width:349px;
	height:449px;
	color:#b5b5b5; 
	font:13px "Arial", sans-serif;
	}
#contact_right{
	float:left;
	width:249px;
	height:449px;
	}
.contact_ligne{
	width:248px;
	float:left;
	margin-bottom:10px;
	}
.contact_ligne input[type=text]{
	width:208px;
	height:15px;
	padding:10px 10px 10px 10px;
	font:12px;
	background-color:#110e0c;
	color:#b5b5b5;
	border:none;
	}
#fmsg{
	width:248px;
	height:100px;
	padding:10px 10px 0px 10px;
	font:12px "Arial", sans-serif;
	background-color:#110e0c;
	color:#b5b5b5;
	overflow:auto;
	border:none;
}
.contact_ligne a{
	color:#b5b5b5;
	padding:7px;
	background:#110e0c;
	font:13px "Arial", sans-serif;
	cursor:pointer;
	}
.contact_ligne a:hover{
	color:#110e0c;
	background:#b5b5b5;
	}
#map{
	float:left;
	width:280px; 
	margin-top:10px; 
	height:200px;
}