.formStandard
{
	margin:0;
	padding: 20px 5px 30px;
}

.formStandard .requis
{
	color: #394553;
}

.formStandard .errorSummary
{
	margin-bottom: 10px;
	margin-left: 197px;
	color: #da9333;
	font-weight: bold;
	font-size:11px;
}

.formStandard .errorSummary p
{
	margin: 0;
	padding: 5px;
	text-transform:uppercase;
}

.formStandard .errorSummary ul
{
	margin: 0;
	padding-left:20px;
}

.formStandard .errorSummary ul li
{
	list-style: square;
}

.formStandard .captcha
{
	float: left;
	margin-right: 5px;
}

.formStandard .conseil
{
	color: #9eafc4;
	font-size: 10px;
}

.formStandard .action
{
	clear: left;
	margin-left: 210px;
	padding: 7px 0 0;
}

.formStandard .simple,
.formStandard .complexe
{
	clear: left;
	padding: 0.25em 0;
}

.formStandard .simple label,
.formStandard .complexe span
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 200px;
	font-weight: bold;
}

.formStandard input,
.formStandard textarea,
.formStandard select
{
	background-color: #cbd6e5;
	color: #263d59;
	font-weight: bold;
	border: 1px solid #263d59;
}
.formStandard input[type=submit]
{
	background-color: #899db6;
}
.formStandard input[type=submit]:hover
{
	background-color: #cbd6e5;
}


.formStandard label.error,
.formStandard span.error
{
	color: #da9333;
}

.formStandard input.error,
.formStandard textarea.error,
.formStandard select.error
{
	border-color: #da9333;
}

.formStandard .simple div,
.formStandard .complexe div
{
	margin-left: 110px;
}


.formStandard.formPopup .simple label,
.formStandard.formPopup .complexe span
{
	width: 150px;
}

.formStandard.formPopup .action
{
	clear: left;
	margin-left: 160px;
	padding: 7px 0 0;
}
