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

/********************
****** CONTACT ******
********************/

#Contact input{
	width:300px;	
}
#Contact input.number{
	width:50px;	
}
#Contact input.submit{
	width:100px;	
}

#Contact textarea.comment{
	width:460px;
	height:200px;
}




#Contact .contact_supp{
	padding:10px;
	font-size:11px;
}

#Contact .contact_supp strong{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	
}





