#main_table {
  font: 12px Tahoma;
  border: 1px solid silver;
}


#main_table td {
  padding : 3px;
  margin: 0px;
  border: 1px solid silver;
}

#main_table td input {
	font-size: 10px;
}

#main_table td select {
	font-size: 10px;
}

#main_table .td_method {
	width: 180px;
}

#main_table .td_num {
	width: 150px;
}
#main_table tr {
	height: 60px;
	min-heigth: 60px;
}

#navigation {
	padding: 12px 15px 18px;
	float: left;
}

#navigation .un, #navigation .sel {
	float: left;
	border-top: 2px solid #005C5C;
	border-left: 2px solid #005C5C;
	border-right: 2px solid #005C5C;
	border-bottom: 2px solid #005C5C;
	padding: 2 10px;
	margin: 2px;
	background-color: #C7DBDC;
}

#navigation .sel {
	background-color: #EEEEEE;
}

.my_button {
	background-color: #005C5C;
	border: 0px;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.el {
	clear: both;
	padding: 0 15px;
}

.oneof_left, .oneof_right {
	font-size: 12px;
	width: 45%;
}

.oneof_left {
	float: left;
}

.oneof_right {
	float: right;
}

.toutlesdeux td {
	font-size: 10px;
}

.toutlesdeux table {
  font: 12px Tahoma;
  border: 1px solid silver;
}

.toutlesdeux td {
  padding: 3px;
  margin: 0px;
  border: 1px solid silver;
}

.spacing {
	line-height: 1.5;
}

.my_caption {
	background-color: #BFD4D5;
	font-weight: bold;
	text-align: center;
}

.disabled {
	background-color: #EEEEEE;
}

.td_analyt {
	width: 140px;
}

.my_border {
	border: 1px solid #005C5C;
	padding-left: 20px;
	margin: 10px 2px;
	clear: both;
}

#my_button_div {
	width: 100%;
	padding-left: 18px;
}

.tr_caption {
	text-align: center;
}

#main_table tr.td_narrow {
	height: 20px;
	min-height: 20px;
}

#main {
	margin-top: 20px;
}