/* =============================================
   Document CSS
   Auteur : Jean PURNELLE
   Date de création : 10 mai 2008
   Dernière modification : 23 mai 2020
   ============================================= */

/* FORMULAIRE */
form {
	width:820px;
	/* margin:0 auto; 
	margin-left:15px; */
}

label {
	display:inline-block;
	margin-top:10px;
	padding-left:15px;
	letter-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:160%;
	color:#000099;
}

select {
	margin-left:15px;
}

input, textarea {
	width:370px;
	height:24px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	margin-left:15px;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

input:focus, textarea:focus {
	border:1px solid #2861B4; /* #97d6eb; */
}

textarea {
	height:155px;
	background:url(../images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:../images/submit.jpg);
	width:127px;
	height:48px;
	/* text-indent:-9999px; 
	border:none; */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	margin-top:20px; 
	cursor:pointer;
}

#submit:hover {
	/* opacity:0.9; */
	background:#dfdfdf;
	border:1px solid #2861B4;;
}	

