/* Style contact Fluck competences - Pixels carres 01/2009 */

.adresse {
	width: 180px;
	padding: 1em;
	text-align: center;
	float: left;
	margin-right: 5em;
	margin-bottom: 8em;
}
fieldset {
	background: #faf2dc;
	border-style: none;
	padding: 1em;
}
.champ {
	color: #000066;
	height: 20px;
	border-style: none;
	font-size: 1em;
	padding: 5px;
	font-weight: bold;
}

.champ:focus, textarea:focus {
	outline: none;
	border-style: none;
	background-color: #df9451;
}

textarea {
	background: #fff;
	border-style: none;
	overflow: auto;
	color: #000066;
	font-weight: bold;
	font-size: 1.3em;
	width: 400px;
}
.small {
	font-size: 0.8em;
	font-style: normal;
	color: #4c4c4c;
}
.imgcontact {
	width:10em;
	margin-top: 2em;
}
h1 {
	color: #000066;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	margin-left: 3.8em;
}
.error {
	color: #ff1c00;
	font-size: 0.8em;
}

