.table_invisible {
	border: 0px none;
}
.table_with_border {
	border: thin solid #CCCBD0;
}
.bleu_pale {
	background-color: #D0E0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	left: 10px;
	border: thin solid #C5C4C9;
}

.bleu_pale_sm {
	background-color: #D0E0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	left: 10px;
	border: thin solid #C5C4C9;
}

.bleu_fonce {
	background-color: #3165CB;
}
.td_with_border_top_blue_fonce {
	background-color: #D6DDF0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4C6287;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.jaune_pale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFF80;
}
.blanc_pale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFF80;
	border: thin solid #FF3300;
}
.black_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.gris_arial_fin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.jaune_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFF80;
}


.ds_box {
	background-color: #FFF;
	border: 1px solid #C5C4C9;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #D0E0F0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #FFFF80;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */