/* CSS Document */
#formblock{
	width: 100%;
	height:200px;
}
 INPUT {
	display: inline;
	background-color: #e7e0b3;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border-color: gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	width: 150px;
	border-top-color: #e1d6b0;
	border-top-style: solid;
	border-top-width: 2px;
	padding-left:10px;
}
INPUT.submit {
	display: inline;
	background-color: #e7e0b3;
	font-family: Arial, Helvetica, sans-serif;

	width: 150px;
	border-color: #e1d6b0;
	border-style: solid;
	border-width: 2px;
}

.formbtn {
	/*font-weight: bold;*/
	color: #FFFF00;
	text-decoration: none;
	background-color: Lime; /*border: 1px solid #99FF00;*/
	font-size: 10px;
	width: 150px;
}

SELECT {
	border: none White;
	border-bottom-color: White;
	border-bottom-style: dashed;
	border-bottom-width: thin;

	background-color: #e7e0b3;
}
.calcss {
	text-align: center;
}

.cal{
	font-size: 12px;
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
	left: 350px;
	top: 350px;
	background-color: #99CC33;
	border: 1px none White;
	visibility: hidden;
}
/*   ************** form ****************/
form label {
	float: left;
	width: 110px;
	/*margin-right:0.5em;
		padding-top:0.2em;*/
	text-align: left;
	
}
form {
	font-size: 12px;
	font-family: Georgia, Arial;
}
form input {
width: 170px;
	font-size: 12px;
	font-family: Arial;
	padding-left: 3px;
	font-weight: bold;
}
form s {
	color: Red;
	font-weight: bold;
	text-decoration: none;
	
}
form fieldset legend {

font-size: 12px;
padding-left: 3px;
font-weight: bold;
color:blue;
	
}
form fieldset {
	padding: 15px;
	margin-left: -15px;
	width: 200px;
	border-color: #e1d6b0;
	border-style: solid;
	border-width: 2px;
}
cite {
	font-size: 70%;
}

s{
	font-size: 50%;
}
.btn {
	background: #8ad97d;
}
/* controle du formulaire */
 #error {
	color:red;
	font-size:10px;
	display:none;
	
}
.needsfilled {
border-color:red;
border-top:1px;
	//background:red;
//	color:white;
	background-image: url(../js/warning.gif);
		background-position: right;
	background-repeat: no-repeat;
	
}
.okfield{
	background-image: url(../js/val.png);
		background-position: right;
	background-repeat: no-repeat;
border-top:2px;
}
