/*******************************************************************************
* CONTACT PAGE
*******************************************************************************/
form{
	padding:0;
	width:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#455429;
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	background-color:#DECFAB;
	margin:10px 0 0 35px;
	padding:5px 10px;
	border:1px solid #8C7351;
	width:240px;
}
textbox {
	margin-top:2px;
}
formul {
	overflow: visible;
	float: expression('left');
	position: relative;
}
	
legend {
	position: expression('absolute');
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
	font-weight: bold;
	color:#8C7351;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	font-variant: small-caps;
}

#formulaireTxt {
	padding: 2px 5px;
	font-weight: bold;
	color:#4B3C2E;
	font-size:7px;
	font-family:"Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align:justify;
}

.formulaireTxt {
clear:right;
width:340px;
font-size:11px;
margin:0;padding:3px;
font-family:"Times New Roman", Times, serif;
color:#8C7351;
}


/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.prefield, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 6em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
}
.label { display: block; width: auto; }

label.postField  {
	margin: 0 4px;
}
textarea {
	padding: 0;
	vertical-align:top;
	width: 199px;
	height: 100px;
	margin-top:5px;
}
input[type=image] {
margin-top:15px;
border:0;
}
input[type=text], input[type=password] {
	width: 15em;
}
input[type=text].petit {
	width: 3em;
}
select {
	padding: 0;
	margin: 2px 0 1px 0;
}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 0.7em 0;
	font-size: 0.9em;
	font-style: oblique;	
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	
	border: 1px solid #D45336;
}
.errFld {
	border: 1px solid #D45336;
	background:#F1D2AB;
}
/* Styling for message associated with a validation error. */
.errorMsg { 
	color: #F16A18 !important;
	display: inline;
}
.errMsg {	
	color: #95421E !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 30px;
	font-size: 85%;
	min-height: 2em;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 30px;
	font-size: 85%;
	min-height: 2em;
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #FA843D;
}
/* Switch Behavior Classes */
.onstate-a, .onstate-b, .onstate-c, .onstate-d {
	display: block;
}
.onstate-e, .onstate-f, .onstate-g {
	display: inline;
}
.onstate-h, .onstate-i, .onstate-j {
	display: inline;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */
