/********************************************************************************************/
/* Calque de Formulaire
/********************************************************************************************/
form{
	margin:0px;
	padding:0px;
}
#form {
	padding:0px 25px 0px 25px ;
}

/********************************************************************************************/
/* Fieldset
/********************************************************************************************/
fieldset {
	padding:10px;
	margin-bottom:10px;
}
legend {
}
#form hr,
fieldset hr {
	color:#babfc1;
	height:1px;
	width:100%;
}
#form .formlabel {
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}
#form .formlabel label {
}
#form .formlabel .compulsory {
	font-weight:bold;
}
#form .formlabel .help {
	font-size:10px;
	color:#666666;
}
#form .formfield {
	vertical-align:top;
}
/********************************************************************************************/
/* Champs
/********************************************************************************************/
.input,
.button,
.textarea,
.select,
.multipleselect,
.multiliste {
	font-size: 11px;
	border: solid 1px #cccccc;
}
.inputonfocus,
.buttononfocus,
.textareaonfocus,
.selectonfocus,
.multipleselectonfocus,
.multilisteonfocus {
	border: solid 1px #000000;
}

/********************************************************************************************/
/*	Specificités
/********************************************************************************************/
.input {}
.button {
	margin:1px;
	background:#364753;
	color:#f6f2ee;
	border: solid 1px #364753;
}
.textarea {
	height:200px;
}
.select {
	height:17px;
}
.multipleselect {
	text-align:left;
	overflow:auto;
	border: solid 1px #babfc1;
}
.multipleselect td {
	padding:3px;
	vertical-align:top;
}
.multipleselect .txt {
	font-style:italic;
	color:#666666;
	line-height:11px;
	font-size:10px;
}
.multiliste {}
/********************************************************************************************/
/*	Largeurs
/********************************************************************************************/
.xs {
	width:20px;
}
.s {
	width:50px;
}
.m {
	width:108px;
}
.l {
	width:400px;
}
.xl {
	width:520px;
}

/********************************************************************************************/
/*	Hauteurs
/********************************************************************************************/
.open {
	height:400px;
}
.close {
	height:200px;
}

/********************************************************************************************/
/*	Etat
/********************************************************************************************/
.alerte {
	font-size: 11px;
	color: #ff0000;
}

/********************************************************************************************/
/*	champs radio
/********************************************************************************************/
.radio {
	padding:3px;
	background:#F2F2F2;
}
