div#contact
{
	margin-left: auto;			/* auto permet de centrer la div ! */
	margin-right: auto;
	/*max-width: 500px; */
	/*border: 1px solid #555; */
	padding: 20px;
	margin-top: 20px;
	font-size: 1.1em;
}

div.space 					/* Permet une hauteur dynamique 4/4 */
{
	height: 38px;
}

div.row 		
{
 	clear: both;
	padding-top: 10px;
	line-height: 25px;
 	text-align: left;
}

.input
{
	width: 300px;
	max-width: 50%;
	min-width:300px;
	padding-left: 5px;
}

input
{
	width: 150px;
	height: 30px;
}

textarea 
{
	font-family: "Trebuchet MS", helvetica, sans-serif;
	min-height: 30px;
	padding-left: 5px;
}

span.label
{
	display:block;
	width: 200px;
}

span.formw 
{
	
}

span.grey			
{
	color : #666;
}

span.red					
{
	color : #c8463c;
}

span.blue
{
	color: #73a6df;
}

span.yellow
{
	color: #e5da7d;
}