/* ELEMENTS DE FORMULAIRE*/

form {
padding:0;
margin:0;
width:338px;
}

label{
	width: 338px;
	text-transform:uppercase;
	margin: 0px;	
}

input{
	width: 80px;
	height: 20px;
}
.line{
width: 338px;
height: 20px;
background-color: #fff;
border:1px solid #cc9966;
/*float: left;*/
}
textarea {
width: 338px;
height: 160px;
border:1px solid #cc9966;
}
