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

* {margin:0; padding:0;}

body {
	margin:0px auto;
	background-color:#000;
	width:500px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	color:#CCC;
	padding-bottom:50px;
}

h1 {
	margin-top:100px;
}
p#main{
	position:absolute;
	left:0px;
	margin-bottom:50px;
}

div#coordonnees{
	position:absolute;
	left:400px;
	top:280px;
	-webkit-transform: rotate(-8deg); 
	-moz-transform: rotate(-8deg); 
	transform: rotate(-8deg);
	text-align:left;
	width:400px;
	margin-bottom:50px;
}

form{
	margin-top:20px;
	margin-bottom:80px;
}
input, select, textarea {
	margin-bottom:5px;	
	margin-top:5px;
	width:300px;
}

textarea {height:150px;}
