/*------------------------------------------ FORM v 1.0 -------------------------------------------------------*/
.confirmFormSent {
	background-color: #eaf5cc;
	background-image:url(img/bckgrnd_form.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding:16px 8px;
	font-weight: bold;
	text-transform: uppercase;	
}

.table_form {
	border: 1px solid #B5B8B9;
	background: #F3F3F3;
}

form { margin:0px; padding:0px; }

.separator { color:#376CAF; }

.table_form tr td { padding:20px 20px; }

.table_form thead tr td{
	padding:16px 8px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.table_form tbody tr td{ padding:2px 8px; }
.table_form tbody tr th{ padding:8px 8px; text-align:left; }
.table_form tfoot tr td{ border-top:#ffffff solid 1px; padding:8px 8px; }

.champObligatoire {	color:#CC0066; }

.input_xs, .input_s, .input_m, .input_l, .input_xl, .select_xs, .select_s, .select_m, .select_l, .select_xl, .textArea, .btn_submit_m {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#355B87;
	background-color:#ffffff;
	border: 1px solid #B5B8B9;
}

.input_xs, .input_s, .input_m, .input_l, .input_xl { line-height:16px;	height:15px; }

.input_xs { width:35px; }
.input_s { width:50px; }
.input_m { width:100px; }
.input_l { width:150px; }
.input_xl { width:200px; }

.select_xs { width:40px; }
.select_s {	width:55px; }
.select_m {	width:105px; }
.select_l {	width:155px; }
.select_xl { width:155px; }

.textArea {	width:99%; height:50px; }

.btn_submit_m {
	width:100px;
	height:20px;
	border: none;
	background:url(pictures/btn_submit.jpg);
	color: #FFFFFF;
	cursor:pointer;
}

