body
{
    background-color: black;
    font-family: arial;
    font-size: 10px;
}

input
{
    font-family: arial;
    font-size: 10px;
}

input.typetext
{
	height: 12px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

p.message_contact
{
	position: relative;
	top: -220px;
	left: 250px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	z-index: 1;
}

p.bouton_envoyer
{
	padding-left: 90px;
}

textarea
{
    font-family: arial;
    font-size: 10px;
}

img
{
	border: none;
	z-index: 0;
}

#container
{
	width: 800px;
	height: 480px;
	margin-top: 50px;
}

#texte
{
	position: relative;
	top: -370px;
	left: -110px;
	width: 200px;
	height: 240px;
	text-align: left;
	z-index: 1;
}

#contact
{
	position: relative;
	top: -680px;
	left: 100px;
	width: 250px;
	height: 390px;
	text-align: left;
	z-index: 1;
}