input[disabled ] {background: #FFFFFF;}

/* Ne pas mettre d'espace avant le crochet fermant ci-dessus */

FORM {
	margin: 0;
}
FORM * {
	font: 11px Arial, Verdana, Sans-Serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
.formulaire  {

height:100%;
margin: 0px;
padding: 0px;
z-index:50;
display:block;
float:left;
position:relative;
}

.submit{
position: relative;
float: left;
	}

.formulaire .champ {
position :relative;
width:40px;
height:20px;
float:left;
padding-left:2px;
margin-bottom:5px;
border:solid 1px;	
border-color: #DDDDDD;
line-height:20px;
background-color: white;
}
.formulaire .champ option {
margin:5px;
}
.formulaire .intitule {
line-height:20px;
position :relative;
float:left;
padding:0px;
margin:0px;
width: 70px;
height: 20px;
font-weight:bold;
}
.formulaire .espace {
position :relative;
float:left;
padding:0px;
margin:0px;
width: 10px;
height: 20px;

}
