.val, .txtArea{
	color: black;
	font-family:arial;
	font-size:10px;
	background-color:transparent;
	border:1px solid #9E9FA1;
}


.ligne{
	overflow:hidden;
	display:block;
	margin:3px;
	margin-top: 7px;
	color:gray;
	font-family:arial;
	clear:both;
}
.ligneTitre{
	overflow:hidden;
	display:block;
	margin:3px;
	margin-top: 20px;
	margin-bottom: 20px;
	color:gray;
	font-family:arial;
	clear:both;
	border-bottom: solid 1px #BDBDBF;
	height: 17px;
}

.labCase{
	float:left;
	vertical-align:middle;
	color: gray;
	text-align: left;
	margin-left: 10px;
	font-size: 11px;

}

.valCase{
	float: right;
	width:60%;
	margin-right: 10px;
	font-size: 11px;
}
.valCse label{
	color: red;
	font-family:arial;
	font-size:10px;
}
.val{

	background-color:#fff;
	width:98%;
}

.txtAreaCase{
	width:100%;
	display:block;
	overflow:hidden;
	clear:both;

}

.txtArea{
	width:98%;
	display:block;
	overflow:hidden;
}

.selCase{

}

.sel{
	width:100%;
}

.option{
}

.checkCase{
	width:30px;
	float:right;

}

.check{
	border:1px solid #9E9FA1;
}

.radioCase{

}

.radio{
}

.htmlCase{
	margin-bottom: 5px;
}

.sub{
	border:none;
	background-color:#9D9EA0;
	color:black;
	width:100%;
	text-align:center;
	cursor: pointer;
}

.mess{
	font-weight:bold;
	color:#a90000;
	font-size:9px;
}

.empty{
	border:1px solid #E78C8C;
	background-color:#FFF;
	font-family:arial;
	color:#0072bc;
	font-size:10px;
	width:100%;
}

.carre{

	width: 10px;
	height: 10px;
	margin-right: 5px;

}
