#prenom {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 300px;
}
#nom{
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 300px;
}
#tel {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 300px;
}
#subject {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 300px;
}
#email, #url {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 300px;
}
#message {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 150px;
	width: 300px;
}
#userCode {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 150px;
}
.login, .pass {
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	height: 15px;
	width: 150px;
}
.btn {
	background-image: url(/img/btn2.png);
	border: 0 outset;
	padding: 5px;
	cursor: pointer;
	color: #fff;
}
.btn[class] {
	background-image: url(/img/shade.png);
	background-position: bottom;
}
.btn:hover {
	background-color: #666;
}
