

/**	Formulaires	**/
form {
	padding: 0px;
	margin: 0px;
	width:775px;
	margin-left:75px;
}
form.form th, form.form td, form.form label,
form.form input, form.form textarea {
/*
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
*/
}
form.form th {
	text-align: left;
	vertical-align: top;
	padding:3px;
	padding-top: 6px;
}
form.form td {
	text-align: left;
	vertical-align: top;
	width:425px;
}
form.form label {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-size:14px;
}
form.form label.required {
	color: #a60000;
}
form.form input, form.form textarea {
	width: 300px;
	height: 20px;
	padding: 3px;
	margin-bottom:10px;
	resize:none;
/*
	background-image: url(../im/input_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
*/
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	border:1px solid #3b2219;
}
input.btn {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}
form.form textarea {
	overflow: auto;
	height: 80px;;
}
form.form .errOff, form.form .errOn {
	display: none;
	height: 20px;
	margin: 0px;
	margin-top: 3px;
	padding:0px;
	padding-top: 5px;
	padding-left: 5px;
/*	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;*/
	font-weight: bold;
	font-size: 10px;
/*	color: #D45353;*/
	color: #a60000;
}
form.form .errOn {
	display: inline;
	margin: 0px;
	padding:0px;
	padding-top: 2px;
	padding-left: 5px;
}
form.form button.btn {
	border:0px none;
	width:100px;
	height:56px;
	background-color: white;
	cursor: pointer;
}

form.form .submit{
	width:82px;
	height:27px;
	border:0px none;
	margin:0px;
	padding:0px;
	margin-right:80px;
}

form.form fieldset {
	padding : 10px;
	padding-top: 15px;
	margin-top: 15px;
  margin-bottom : 15px;
	/*border: 1px solid #CCCCCC;*/
}
form.form legend {
	font-weight : bold;
	padding-left: 5px;
	padding-right: 5px;
}

div.formMessOk {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
/*	border: 1px dotted #69B83E;*/
	font-weight: bold;
	color: #69B83E;
}
div.formMessErr {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
/*	border: 1px dotted #D45353;*/
	font-weight: bold;
	color: #D45353;
}
/*
div.errOff, div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
div.errOn {
	display: block;
}
*/