/*        < blank >       */
/*     Nicolas Taffin     */
/*  http://polylogue.com  */


/****************************************/
/*     	        formulaires	            */							
/****************************************/

#header form, #header fieldset 
{
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: center;
	
}
/* used against spam */
.piege, .textFieldKey
{
	display: none;
}
#document label
{
	display: block;
	float: left;
	width: 80px;
	margin-right: 15px;
         color: rgb(102, 101, 108);
}

#document label.piege
{
	display: none;
}

#document input[type=text]
{
}
#document fieldset
{
padding-top: 20px;
padding-left: 20px;
}
#document .textField
{
display: inline;
	width: 220px;
	color #66656C;
	font-size: 1em;
	line-height: 1.3em;
	background-color: white;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #999;
}
#document .textField:focus
{
	width: 220px;
	color #444;
	background-color: #ffffe5;
	padding: 3px;
	border: 1px #999 solid;
}

#document textarea
{	
	width: 316px;
	color: #66656C;
	font-size: 1em;
	line-height: 1.3em;
	font-family: ;
	background-color: white;
	border: 1px solid #999;
       padding: 3px;
}

#document textarea:focus
{	
	background-color: #ffffe5;
}

#document input[type=submit]
{
	padding: 3px;
	font-weight: bold;
	color: white;
	background-color: #b5d682;
	border-top: 1px solid #b5d682;
	border-left: 1px solid #b5d682;
	border-right: 1px solid #79b51c;
	border-bottom: 1px solid #79b51c;
	cursor: pointer;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
       border-radius: 0.3em;
}
#document input[type=submit]:hover
{
	padding: 3px;
	font-weight: bold;
	color: white;
	background-color: #79b51c;
	border-top: 1px solid #79b51c;
	border-left: 1px solid #79b51c;
	border-right: 1px solid #b5d682;
	border-bottom: 1px solid #b5d682;
}