/* CSS Document */
form{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#606369;
	text-transform:uppercase;
}

input, select{
	border:none;
	background:#FAE893;
	margin-left:5px;
	font-weight:bold;
	font-size:10px;
}
input.submit {
	background:#fff url(../medias/form_submit_fond.gif) top center no-repeat;
	color:#d60404;
	font-size:12px;
	font-weight:bold;
	width:105px;
	height:32px;
	text-align:center;
}
textarea{
	border:none;
	background:#FAE893;
	margin:0px;
	font-weight:bold;
	font-size:10px;
}
.backgroundNone{
	background:none;
}
.paddingTop10{
	padding:0 0 10px 0;
}
#erreur{
color:#FF0000;
font-size:11px;
font-weight:bold;
padding-bottom:6px;
}
.impinfo {
font-weight:bold;
}
input.false{
	background-color:#F9A60C;
	}

textarea.false{
	background-color:#F9A60C;
	}
