select{
	display:block;
	margin-bottom:20px;
	width:250px;
	margin-left:130px;
	border:1px solid #aaaaaa;
}

.selectAlert{
	display:block;
	margin-bottom:20px;
	width:250px;
	margin-left:130px;
	border:1px solid #F00;
	background:#F88 top left no-repeat;
}

label{
	float:left;
}

.input{
	display:block;
	margin-bottom:20px;
	width:248px;
	margin-left:130px;
	border:1px solid #aaaaaa;
	background:#ffffff top left no-repeat;
}

.inputAlert{
	display:block;
	margin-bottom:20px;
	width:248px;
	margin-left:130px;
	border:1px solid #F00;
	background:#F88 top left no-repeat;
}

.textarea{
	display:block;
	border:1px solid #aaaaaa;
	margin-left:130px;
	margin-bottom:20px;
	width:245px;
	height:100px;
}

.textareaAlert{
	display:block;
	margin-left:130px;
	margin-bottom:20px;
	width:245px;
	height:100px;
	border:1px solid #F00;
	background:#F88 top left no-repeat;
}

#bouton{
	margin-left:143px;
	width:100px;
}

.titre{
	font-family:'trebuchet ms',verdana,arial;
	font-size:18px;
}
