/* Formulaire de contact */

form.formContact{
	background-color: #CCCCCC;
	text-align: left;
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	padding: 1% 1% 1% 1%;
	width:400px;
}
.formContact input{ font-size:1.1em ; font-weight:bold}
.formContact input#ok{ font-size:1em ; font-weight:normal ; margin-left:12em}
.code_controle{ position:relative ; vertical-align:middle}

p.msg_err { font-size:1.2em ; font-weight:bold ; color:#990000}