/* Pomme X Contact - 01/2010 - www.pixelscarres.com */
#contact h2 {
	color: #df9451;
	text-align: left;
	font-style: italic;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
}
fieldset {
	text-align: left;
	border: 1px none #fff;
	margin: 30px auto;
	padding: 15px;
}

.nom, .email {
	display: block;
	padding: 0;
}

.champ {
	border: 1px solid #fffeff;
	background-color: #e8eef1;
	height: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 5px;
	font-size: 1em;
	margin-bottom: 10px;
}

legend {
	color: #999;
	text-align: left;
}

.champ:focus, .texte:focus {
	background-color: #fffeff;
	outline: none;
}
.texte {
	border: 1px solid #fffeff;
	background-color: #e8eef1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 5px;
	margin-bottom: 10px;
	font: 1.2em "Myriad Pro", Arial, sans-serif;
	width: 500px;
	height: 200px;
}

textarea {
	overflow: auto;
}
.send {
	width: 150px;
}
.small {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 20px;
	color: #797979;
}

#temextrait h3 {
	font-size: 1.50em;
	text-align: center;
	font-style: normal;
	padding-top: 0;
	letter-spacing: -0.10em;
	color: #7596b7;
	margin-bottom: 25px;
	margin-top: 10px;
}
.error {
	color: #ff2500;
	font-weight: bold;
}
