#monForm
{
	width: 518px;
	margin-left:10px;
}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #a90432 1px solid;
}

#monForm fieldset:hover
{
	background-color: #FFF;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #a90432 1px solid;
	border-right: #a90432 1px solid;
	font-size: 1.2em;
	color: #a90432;
}


/* Label */
#monForm label
{
	background-color: #FFCC66;
	display: block;
	width: 45%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}


/* Input */
#monForm input, #monForm select, #monForm textarea
{
	margin-left: 1%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:hover, #monForm textarea:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #a90432 1px solid;
	width: 100px;
	margin-left:209px;
}

#monForm input[type="submit"]:hover
{
	background-color: #FFCC66;
	cursor: pointer;
}
#montant
{
	text-align:center;
	font-weight:bold;

}
#monForm td
{
	font-family:Tahoma;
	font-size:75%;
	text-align:center;
}
/*Pour éviter le spam:*/
/*Steack haché :p :*/
#steack
{
	visibility:hidden;
	display:none;
}
#monForm.steack input
{
	visibility:hidden;
	display:none;
}
/**/
.error_msg
{
color:#FF0000;

}
