/****************************************
 *forms.css				*
 *Affichage des formulaires pour l'admin*
 * **************************************/
	/*---- FORMs ----*/
	
.form_title {
	background-color: #e9e9e9;
	font-weight:bold;
        margin-bottom: 20px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:3px;
        border-top: 1px solid #999;
	/* width:100%; */
}

label {
	font-size: small;
}

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

.admin input {
border: 0px;
padding: 0px;
line-height: 20px;
height: 20px;
width: 140px;
/* background-color: transparent;
background-image:url("/images/interface/input.png"); */
color: #555;
text-indent: 3px;
margin: 1px 0px;
}

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

.admin 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;        
        width:50%;
}

td #right{
	vertical-align: top;
        width:50%;
        text-align: right;
}

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

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

input.nombre {
	width: 30px;
}

input.checkbox {
	height: 12px;
	border: 0px;
width: auto;
background-image: none;
}

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;
margin: 1px 0px;
}

input.radio {
	width: auto;
}

input.boutton {
	width: auto;
	height: auto;
	vertical-align: top;
background-image: none;
}

select.listepays{
width: 170px;
}

input.house2_large {
	/* background: url('/images/interface/input_house2.png') no-repeat left; */
	width: 190px;
}
input.house_large {
	/* background: url('/images/interface/input_house.png') no-repeat left; */
	width: 190px;
}
input.mail_2010{
    width:140px;
    margin-top:50px;
    margin-left:10px;
}
input.house,
input.house2,
input.mail,
input.mail2,
input.password,
input.building,
input.search,
input.tel,
input.tel2{
	width: 180px;
        margin-right:10px;
} 
/* input.house {background: url('/images/interface/input_house.png') no-repeat left;}
input.house2{background: url('/images/interface/input_house2.png') no-repeat left;}
input.mail {background: url('/images/interface/input_mail.png') no-repeat left;}
input.mail2{background: url('/images/interface/input_mail2.png') no-repeat left;}
input.password {background: url('/images/interface/input_password.png') no-repeat left;}
input.building {background: url('/images/interface/input_building.png') no-repeat left;}
input.search {background: url('/images/interface/input_search.png') no-repeat left;}
input.tel {background: url('/images/interface/input_phone.png') no-repeat left;}
input.tel2 {background: url('/images/interface/input_mobile.png') no-repeat left;} */

