#formulaire {
  width: 478px;
  padding-left: 90px;
	margin-left: 10px;
	margin-right: 5px;
	overflow: auto;
	height: 680px;
	border: none;
}

div {
	font-family: Arial, Helvetica, sans-serif;
}

div.form_title, div.section_title, div.field_title {
	font-weight: bold;
	color: #FAA105;
}

div.form_title {
	font-size: 140%;
}

div.section_title {
	font-size: 14px;
}

div.field_title {
	font-size: 12px;
}

div.form_err {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

div.form_left {
	float: left;
	width: 200px;
	padding-right: 5px;
	color: #5d5d60;
	font-size: 12px;
}

div.form_right {
	float: left;
	margin-bottom: 2px;
	width: 150px;
	font-size: 12px;
}

div.form_left_3 {
	float: left;
	width: 100px;
	padding-right: 5px;
	color: #5d5d60;
	font-size: 12px;
}

div.form_center_3 {
	float: left;
	width: 175px;
	font-size: 12px;
}

div.form_center_3 input {
	width: 110px;
	color: #5d5d60;
	font-size: 12px;
}

div.form_right_3 {
	float: left;
	width: 175px;
	font-size: 12px;
}

div.form_right_3 input {
	width: 110px;
	color: #5d5d60;
}

div.form_right_3 select {
  width: auto;
}

div.clear {
	clear: both;
}

input {
width: 142px;
color: #5d5d60;
font-size: 11px;
font-weight: bold;
}

input.radio {
width: 20px;
}

input.ckbox {
width: 20px;
}

select {
width: 149px;
color: #5d5d60;
font-size: 11px;
font-weight: bold;
}

/* --------- start MULTISELECT css section  --------- */
#sel_1 {
  line-height: 18px;
  font-size: 12px;
  border-top: solid 1px #777777;
  border-left: solid 1px #777777;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li li {
	padding: 0px 0px;
}

li {
	float: left;
	position: relative;
	width: 150px;
	text-align: left;
	cursor: default;
	border: 1px solid #777777;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background: #FFFFFF;
	padding: 5px 0 5px 0;
	border: solid 1px #777777;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#nav li li:hover {
	background-color: navy;
	color: white;
}

/* --------- end MULTISELECT css section  --------- */

