/*---Formulaires---*/


Form{
	text-align: left;
	padding-left:2px;
	margin:0;
}

Form1{
	text-align: left;
}
.FormR1{ width: 100%; height: auto;}
.FormC1{ float: left; width: 240px; padding-left: 10px; }
.FormC2{ float: right; width: 230px; padding-left: 10px; }

label{
	font-weight: normal;
}

.normal{
	font-weight: normal;
}

Form input, Form1 input,
Form select, Form1 select,
Form textarea, Form1 textarea{
	font-size: 18px;
	/*font-weight: bold;*/
	margin-right: 8px;
}

.FormRow{
	width: 470px;
	display: block;
	min-height:  18px;
	padding: 0 0 3px 0;
	margin-bottom: 6px;
	text-align: left;
	border-bottom:1px dotted #ccc;
}

.FormRow1{
	display: block;
	min-height:  18px;
	margin-bottom: 6px;
	text-align: left;
}


.FormCol1{
	width:225px;
	float: left;
	text-align:right;
	margin-right: 10px;
	font-weight:normal;
	color:61696e;
}

.FormCol2{
	width:230px;
	float: left;
}

.FormCol3{
	width:110px;
	float: left;
}
.FormCol4{
	width:170px;
	float: left;
}

.Field40{width: 40px;}
.Field60{width: 60px;}
.Field80{width: 80px;}
.Field100{width: 100px;}
.Field120{width: 120px;}
.Field150{width: 150px;}
.Field200{width: 200px;}
.Field220{width: 220px;}
.Field224{width: 224px;}

.bleu{
	color:#0099CC;
}

input.Radiobutton,
input.Checkboxft {
	margin-right: 5px !important;
	border: none !important;
	float: left;
}

.LabelRadio,
.LabelCheck{
	padding-top: 3px;
	margin-right: 20px;
	float: left;
}

/*
.bold{
	font-weight: bold;
}
*/

.checkbox{
	border: none !important;
}

.error,.errorC2{
	color: #C92702 !important;
	/*font-weight: bold;*/
	float: left;
	text-align: left;
}


#error{
	text-align: center;
	width: 80%;
}
