div#form_gauche {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 250px;
}
div#form_gauche label, div#form_droit label {
	position: relative;
	float:left; 
	font-size: 12px;
	width: 80px;
	font-weight: bold;
	color: #3b4a5c;
	
}
div#form_gauche input, div#form_gauche select, div#form_droit textarea {
	width: 140px;
	border: 1px solid #bdc1c5;
	background-color: #dddfe5;
	color: #3b4a5c;
	margin-bottom: 5px;
}
div#form_gauche select {
	width: 70px;
}
div#form_gauche input:focus {
	background-color: #c0000f;
	color: #ffffff;
}
legend {
	text-transform: uppercase;
	font-style: italic;
	font-size: 14px;
	color: #3b4a5c;
}
fieldset {
	border: 1px solid #dddfe5;
	height: 170px;
}
div#form_droit {
	position: relative;
	float: left;
	width: 420px;
	_width: 400px;
	height: 200px;
	margin-top: 10px;
	margin-left: 10px;
}

div#form_droit textarea {
	width: 300px;
}
p.mesg_contact1 {
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #3b4a5c;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.mesg_contact2 {
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #3b4a5c;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 80px;
}

h1 {
	color: #004793;
	font-size: 16px;
	margin-left: 20px;
}
h1.csc-firstHeader {
	margin-left: 0px;
}
input.contact_submit {
	margin-left: 630px;
	margin-bottom: 20px;	
}

