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

	@font-face {
		font-family: "NeutraText";
		font-style: normal;
		src: url('neutratexttfbook.ttf') format("truetype"); 
	}
	@font-face {
		font-family: "NeutraText";
		font-weight: bold;
		src: url('neutratextbold.ttf') format("truetype"); 
	}
	@font-face {
		font-family: "Didot";
		font-style: italic;
		src: url('didot.ttf') format("truetype"); 
	}
	.tabtexte{
		width:80%;
		border-color:#ed174f;
		border-style:solid;
		border-width:2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color:#fff;
		/*border:#ed174f thin 1px;*/
		}
	.arondtab{
		border-color:#ed174f;
		border-style:solid;
		border-width:1px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color:#ed174f;
		color:#fff;
		vertical-align:top;
		padding-left:3%;
		width:47%;
	}
	input {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;}
	.tdcoord{
		 width:100px; 
		 COLOR: #fff;
		 background-color:#ed174f;
		 -moz-border-radius: 5px;
		 -webkit-border-radius: 5px;
		 border-radius: 5px;
		}

