/* FORMULAIRE NEW */

#modform table, input, textarea, select {
	font-family: Tahoma, Verdana, Sans-serif;
	color: #666666;
	font-size: 10pt;
}

#modform .col_left {
	width: 120px;
	vertical-align: top;
}

#modform .sup {
	color: #ff6c09;
}

#modform span.titre {
	display: block;
	padding-left: 10px;
	background: transparent url(../../images/puc_01.png) no-repeat 0 6px;
}

#modform span.titre_02 {
	display: block;
	padding-left: 10px;
	background: transparent url(../../images/puc_02.png) no-repeat 0 6px;
}


#modform div.champ_01 {
	background: transparent url(../../images/champ_01.png) no-repeat 0 0;
	padding: 0;
	margin-bottom : 5px;
	width: 270px;
	height: 20px;
	color: #263501;
	overflow: hidden;
}

#modform input.champ_01 {
	border:none;
	margin: 1px 0 0 5px;
	padding: 0;
	width: 256px;
	height: 16px;
	color: #263501;
	background-color: #eff2e1;
}

#modform div.champ_02 {
	background: transparent url(../../images/champ_02.png) no-repeat 0 0;
	padding: 0;
	margin-bottom : 5px;
	width: 270px;
	height: 20px;
	color: #354975;
	overflow: hidden;
}

#modform input.champ_02 {
	border:none;
	margin: 1px 0 0 5px;
	padding: 0;
	width: 256px;
	height: 16px;
	color: #354975;
	background-color: #e9ecf4;
}

#modform div.textarea_01 {
	background: transparent url(../../images/textarea_01.png) no-repeat 0 0;
	padding: 0;
	margin-bottom: 5px;
	width: 270px;
	height: 53px;
	color: #263501;
	overflow: hidden;
}

#modform textarea.textarea_01 {
	border:none;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 259px;
	height: 46px;
	color: #263501;
	overflow: auto;
	background-color: #eff2e1;
}

#modform div.textarea_02 {
	background: transparent url(../../images/textarea_02.png) no-repeat 0 0;
	padding: 0;
	margin-bottom : 5px;
	width: 270px;
	height: 185px;
	color: #263501;
	overflow: hidden;
}

#modform textarea.textarea_02 {
	border:none;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 259px;
	height: 170px;
	color: #263501;
	overflow: auto;
	background-color: #eff2e1;
}

#modform div.textarea_03 {
	background: transparent url(../../images/textarea_03.png) no-repeat 0 0;
	padding: 0;
	margin-bottom: 5px;
	width: 270px;
	height: 53px;
	color: #354975;
	overflow: hidden;
}

#modform textarea.textarea_03 {
	border:none;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 259px;
	height: 46px;
	color: #263501;
	overflow: auto;
	background-color: #E9ECF4;
}

#modform div.textarea_04 {
	background: transparent url(../../images/textarea_04.png) no-repeat 0 0;
	padding: 0;
	margin-bottom : 5px;
	width: 270px;
	height: 185px;
	color: #354975;
	overflow: hidden;
}

#modform textarea.textarea_04 {
	border:none;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 259px;
	height: 170px;
	color: #354975;
	overflow: auto;
	background-color: #E9ECF4;
}

#modform .select_01 {
	border:1px solid #739a0f;
	margin-bottom: 5px;
	padding: 2px;
	width: 268px;
	height: 22px;
	color: #263501;
	overflow: auto;
	background-color: #eff2e1;
}

#modform .select_02 {
	border:1px solid #4b67a6;
	margin-bottom: 5px;
	padding: 2px;
	width: 268px;
	height: 22px;
	color: #354975;
	overflow: auto;
	background-color: #E9ECF4;
}

#modform .btn_sub {
	background: #739a0f url(../../images/back_btn.png) repeat-x top left;
	border:1px solid #658317;
	color: White;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0 0 90px;
	height: 25px;
	padding: 0 4px 2px 4px;
}

#modform .btn_sub02 {
	background: #4B67A6 url(../../images/back_btn02.png) repeat-x top left;
	border:1px solid #354a7b;
	color: White;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0 0 90px;
	height: 25px;
	padding: 0 4px 2px 4px;
}

#modform .required {
	font-size: 8pt;
	color: #FF6C09;
	padding-top: 15px;
}

#modform .upload {
	border:1px solid #4b67a6;
	margin-bottom: 5px;
	padding-left: 2px;
	width: 268px;
	height: 22px;
	color: #354975;
	background-color: #E9ECF4;
}

#modform .alerte {
	color: red;
}
