#contratForm{
	margin:			20px 0;
	padding:		0;
	color:			#095B8A;
	font-size:		12px;
}
#contratForm legend{
	color:			#333333;
	font-weight:	bold;
}
#contratForm label{
	display:		block;
	float:			left;
	width:			150px;
	text-align:		right;
	padding:		0 10px 0 0;	
}
#contratForm label.specificLabel{
	display:		inline;
	float:			none;
	width:			auto;
	text-align:		left;
	line-height:	20px;
}
#contratForm p{
	clear:			both;
}
.specificBox{
	width:			380px;
	float:			left;
}
#contratForm .input{
	color:			#333333;
	font-size:		11px;
	color:			#000000;
	padding:		2px;
}
.sizeSmall{
	width:			70px;
}
.sizeMiddle{
	width:			250px;
}
.sizeLarge{
	width:			420px;
}
#contratForm .submit{
	background:		url(/img/interieur/butSubmit.jpg) no-repeat top left;
	border:			none;
	font-size:		11px;
	font-weight:	bold;
	color:			#FFFFFF;
	width:			140px;
	height:			17px;
}
#contratForm .alert{
	margin:			10px;
	padding:		10px;
	color:			#FF0000;
	font-weight:	bold;
	border:			solid 1px #CCCCCC;
}
#contratForm .alert ul,
#contratForm .alert ul li{
	color:			#FF0000;
	list-style:		disc;
	background:		none;
}
#contratForm .alert ul{
	margin:			5px 0 5px 25px;
	padding:		0;
}
#contratForm .alert li{
	margin:			3px 0 7px 10px;
	padding:		0;
}
#contratForm .formComment{
	color:			#666666;
	font-size:		11px;
}
#contratForm .alignRight{
	text-align:		right;
}
