input[type="text"], textarea{
	border-radius:5px;
	border:solid #000 1px;
	background-color:#e6e9ee;
	padding:2px;
}

#formulaire td div{
	display:none;
}
#formulaire td:hover div{
	display:block;
	position:absolute;
	z-index:2;
	margin-top:-24px;
	height:20px;
	border-radius:5px;
	border:#000 solid 1px;
	box-shadow: 0px 0px 2px;
	background-color:#fdd22b;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}
