.bilan{
	width: 350px;
	display:block;
	/*background-color: #DC143C;*/
	margin:10px 0px 80px 60px;
}

.bilan input {
	height: 20px;
	width: 200px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	border: 1px solid #DCDCDC;
	padding:2px;
	margin:1px;
	color: #666666;
}
.bilan textarea {
	width: 200px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	border: 1px solid #DCDCDC; 
	overflow:auto;
	padding:2px;
	margin:1px;

}
.bilan label {
	height: 20px;
	width: 135px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	display:block;
	padding:2px;
	margin-top:-3px;
	text-align: right;
}

.bilan .bt {
	height: 27px;
	width: 175px;
	float:right;
	background-color: Green;
	margin-right:3px;
	margin-top:2px;
	color:white;
}
   
 .formMed {
 color:#5F5F5F;
 }
 .etoile{
 font-style:italic;
 float:left;
 margin:27px 0px  0px 40px;
 }
.formMed input{
background:url(img/bg-input.png) no-repeat;
border:0px;
width:300px;
height:21px;
padding:5px;
}
.formMed textarea{
background:url(img/bg-text.png) no-repeat;
border:0px;
width:305px;
height:165px;
padding:7px;
}


.formMed input[type='submit']{
float:right;
}

.btn {
	height: 26px;
	width: 104px;
	float:right;
	margin-right: 17px;
	margin-top:20px;
	background-image: url(img/bt_envoyer2.jpg);
	background-repeat: no-repeat;
}
