/****************************************
 *forms.css				*
 *Affichage des formulaires pour l'admin*
 * **************************************/
	/*---- FORMs ----*/
label {
	font-size: small;
	display: block;
}

td label {
	width: 100%;
	height: 100%;
	text-align: right;
	margin: 1px;
	padding: 0px;
}

input {
	border: 1px solid #333;
margin: 1px;
}

input.submit {
	background-color: #333;
	color: #fff;
	width: 102px;
}

input:focus,textarea:focus,select:focus {
	background-color: #eee;
}

fieldset {
	margin: 1px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #bbb;
}

fieldset legend {
	margin-left: 20px;
	margin: 1px;
	font-style: italic;
}
fieldset p{
margin: 0px;
}

.test {
	width: 100%;
	height: 100%;
	display: block;
	background-color: Fuchsia;
}

input.disabled {
	background-color: #8B0000;
	color: #BDBDBD;
}

table.mep tr td {
	vertical-align: top;
}

table.right {
	float: right;
	background-color: #FFE4B5;
}

table.right tr td {
	background-color: #E6E6FA;
}

input.nombre {
	width: 30px;
}

input.checkbox {
	height: 12px;
	border: 0px;
}

td.ligne_nombre {
	height: 25px;
}

form.inplaceeditor-form {
	display: inline;
}

form.inplaceeditor-form input {
	width: 40px;
	border: 1px solid #555;
}

form.inplaceeditor-form input.editor_ok_button {
	border: 1px solid #555;
	background-color: #bbb;
	color: #555;
	margin-left: 1px;
	width: 30px;
}

form.inplaceeditor-form a.editor_cancel {
	color: #555;
	margin-left: 1px;
	width: 30px;
}

select {
	border: 1px solid #333;
}

input.radio {
	width: auto;
}

input.boutton {
	width: auto;
	height: auto;
	border: 0px;
	vertical-align: top;
}

select.listepays{
width: 170px;
}