/* CSS Document */

/*gestion de ma div de fond*/
#fond {
	position: absolute;
	height: 800px;
	width: 800px;
	left: 50%;
	top: 5%;
	margin-left: -400px;
	background-image:url(../imgs/fondFormulaire.png);
	border:groove;
	border-color:#993300;
}

/*gestion du menu*/
#menu {
	position: absolute;
	width: auto;
	left: 265px;
	top: 715px;
	z-index:1;
}

/*gestion du tableau texte*/
#contact {
	position: absolute;
	height: 200px;
	width: 600px;
	left: 50%;
	top: 20px;
	margin-left: -300px;
	line-height: 1.3;
}

/*gestion du formulaire*/
#formulaire {
	position: absolute;
	height: 440px;
	width: 600px;
	left: 50%;
	top: 32%;
	margin-left: -300px;
	overflow:auto;
}


/*gestion du btn envoyer*/
#btnSend {
	text-align: center;
}



