/* ------------------------------------------------------------	*/
/* definition des styles pour la boite contact					*/
/* theme general: noir sur fond gris							*/
/* mise a jour: version 1.00.00 du 18 fevrier 2008				*/
/* ------------------------------------------------------------	*/

h6 {
	font-size:		12px;
	font-weight:	100;
	margin:			0px 12px 0px 120px;
	}

#comment-form {
	margin: 24px 24px 12px 24px;
}

#comment-form p {
	font-weight:	bold;
	}

#comment-form h3 {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0px 8px 0px;
	font-size: 1.2em;
}

#comment-form fieldset {
	border:		1px dotted silver;
	}

#comment-form fieldset p {
	padding:	5px 0;
	}

#comment-form fieldset p.field {
	padding:	5px 0px;
	width:		auto;
	margin:		0px;
	clear:		left;
	}

#comment-form p label {
	width:		auto;
	}

#comment-form p.field label {
	font-weight:	300;
	text-align:		right;
	display:		block;
	float:			left;
	width:			200px;
	}
	
#comment-form input, #comment-form textarea {
	font-size:		1em;	
	font:			1em Arial,sans-serif;
	color:			#005D99;
	width:			400px; /*60%;*/
	margin-left:	24px;
	border:			1px solid #CDCDCD;
	padding:		1px 1px;
	}

#comment-form input.preview {
	margin-left:	224px;
	}
	
#comment-form input.preview, #comment-form input.submit {
	background:		#FFF;
	font-size:		1em;
	font-weight:	bold;
	color:			#005D99;
	width:			auto;
	border:			1px solid #FFF;
	}

#comment-form input.preview:hover, #comment-form input.submit:hover {
	background:		#005D99;
	color:			#FFF;
	border:			1px solid #005D99;
	}



