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

/* ------------------------------------- GENERAL */
body{
}
/* ------------------------------------- LAYOUT */


p {
	font-size:9px;
	text-align:center;
}



#page{
	margin-left:auto;
	margin-right:auto;
	margin-top: -80px;
	width:1024px;
	height:601px;
	background-image:url(../image/pagecontact/Pageformulaire.jpg);
}


.arretflottement{
	clear:both;
}

#menu {
	margin:auto;
	margin-top:0px;
	width:1024px;
	height:100px;
	background-color: #FFF;
}

.prenom{
	margin-top:150px;
}

#colonne {
	margin-top:255px;
	margin-left:130px;
	width:140px;
	float:left;
}

#colonne2 {
	margin-top:255px;
	margin-left:47px;
	width:100px;
	float:left;
}

#prenom{
	margin-top:35px;
}
	
#adresse{
	margin-top:40px;
}

#news{
	margin-top:45px;
}

#message{
	margin-top:35px;
	width:300px;
	
}
	
input{
background-color:transparent;
height:20px;
}
	
textarea{
background-color:transparent;
width:161px;
}



