@charset "utf-8";
/* CSS Document */

.style-input-texte {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border:0px;
	/*background: transparent;*/
	font-weight: bold;
}

.style-contact-texte1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.style-contact-texte2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#centre_contact {
	width: 655px;
	height: 646px;
	background: url("../images/centre_contact.png") top left no-repeat;
	position: absolute;
	left: 213px;
	top: 171px;
	z-index:1;
}

#cabane_contact {
	width: 213px;
	height: 337px;
	background: transparent url("../images/cabane_erreur.png") top left no-repeat;
	position: absolute;
	left: 0px;
	top: 100px;
}

#formemail {
	position:absolute;
	left:120px;
	top:115px;
	width:300px;
	height:23px;
	z-index:300;
}

#formsujet {
	position:absolute;
	left:120px;
	top:150px;
	width:190px;
	height:23px;
	z-index:300;
}

#formtexte {
	position:absolute;
	left:120px;
	top:195px;
	width:350px;
	height:150px;
	z-index:300;
}

#formbtn1 {
	position:absolute;
	left:232px;
	top:452px;
	width:78px;
	height:23px;
	z-index:300;
}

#formbtn2 {
	position:absolute;
	left:357px;
	top:452px;
	width:90px;
	height:23px;
	z-index:300;
}

#Texte1 {
	position:absolute;
	left:258px;
	top:229px;
	width:550px;
	height:23px;
	line-height:12px;
	z-index:2;
}

#Texte2 {
	position:absolute;
	left:310px;
	top:520px;
	width:500px;
	height:23px;
	z-index:2;
}

/*FOR IE*/
*html #centre_contact {
	width: 655px;
	height: 646px;
	background-image:none;
}