/* CSS Document */
#formblock{
	width: 100%;
	height:200px;
}

 INPUT {
 
	display: inline;
	background-color: #91c65c;
	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;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	/* background-color: #91c65c;
	border-color: #e1d6b0; */
background-color: #91c65c;
	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: #91c65c;
}
.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: 140px;
	/*margin-right:0.5em;
		padding-top:0.2em;*/
	text-align: left;
	font-weight: bold;
}
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;*/
	width:80%;
	margin: auto;
	border-color: #e1d6b0;
	border-style: solid;
	border-width: 2px;
}
cite {
	font-size: 70%;
}

s{
	font-size: 50%;
}

/* 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;
}
input[type=button] ,form input[type=reset],form input[type=submit], .btn {
padding:3px;
border-style: solid;border-width: 1px;
border-bottom-style: groove;
border-right-style: groove;
	
width: 170px;
	font-size: 12px;
	font-family: Arial;
	padding-left: 3px;
	font-weight: bold;
		background-color: #95c65c;
	border-color: #8b4513;
	
}

.Msg-txt

{
	border:1px solid red;
	color: red;
}
.Msg-ico

{
	display: block;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(IconMsg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	float: left;
	background-position: -26px 0pt;
}
.Msg-err

{
	background-position: -26px 0pt;
}
