/* CSS Document */

table {border: 1px solid #230815;
	border-right-color: #5f2140;
	border-bottom-color: #5f2140;
	background: url(../img/fndtable.jpg) repeat-y;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}

td {border: solid 1px #3f0a24;
	border-top-width: 0;
	border-left-width: 0;
	vertical-align: baseline;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
	text-align: left;
	font-size: 85%;
	vertical-align: top;
}

.bouton {border: solid 1px #230815;
	padding: 4px;
	background: url(../img/fndbouton.jpg) repeat-y;
	text-align: right;
	border-right: 1px solid #5f2140;
	border-bottom: 1px solid #5f2140;
	color: #fff;
	text-align: center;
	float: right;
	font-weight: bold;
}

/*.bouton {border-top: solid 1px #1f0c14;
	padding: 4px;
	background-color: #872852;
	text-align: center;
	border-left: 1px solid #470b27;
	color: #fff;
	margin-top: 10px;}
	*/
.label {color:#5f2140; font-size: 85%; font-weight: bold;}

.input { border-top: 1px solid #1f0c14; border-left: 1px solid #470b27; border-bottom: 1px solid #872852; border-right: 1px solid #872852;}