/* Style contact Chaix - Juin 2009 Pixels Carres */

fieldset {
	text-align: left;
	border-style: none;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 800px;
	background: url(../images/chaix-travail.jpg) no-repeat right center;
	padding: 0;
}
legend {
	color: #666;
}
.nom, .email {
	width: 85px;
	display: block;
	float: left;
	padding: 0;
}
.champ {
	border: 1px dashed #ff8200;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.txt {
	overflow: auto;
	font-weight: bold;
	font-size: 15px;
	border: 1px dashed #ff8200;
	background-color: #000;
	color: #fff;
	padding: 5px;
}
.send {
	width: 305px;
	background: url(../images/send.jpg) no-repeat;
	height: 25px;
	border-style: none;
	margin-left: 35px;
}
.send:hover {
	background: url(../images/send-active.jpg) no-repeat;
	width: 305px;
	height: 25px;
}
.send:active {
	background: url(../images/send-active.jpg) no-repeat;
	width: 305px;
	height: 25px;
}
.send:focus {
	background: url(../images/send-active.jpg) no-repeat;
	width: 305px;
	height: 25px;
}
#result {
	width: 800px;
	height: 314px;
	background: url(../images/grognon.jpg) repeat-x center center;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 50px;
}
#result p {
	margin-bottom: 250px;
}
.error {
	color: #ff1c00;
	font-size: 12px;
}
#print {
	display: none;
}