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

h2 {
	font-size:20px;
	color:#993300;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
.titre 
{
font-family: Tahoma;
font-size: 11px; 
font-style:normal;
font-weight:bold;
color: #fde1c4; 
}
.sous_titre 
{
font-family: Tahoma;
font-size: 10px; 
font-style:normal;
color: #fcead7; 
}
.espace_cellule
{
padding-top:5px;
padding-bottom:5px;
}
.ds_box {
	background-color: #f3C08A;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #f3C08A;
}

.ds_head {
	background-color: #8a561e;
	color: #f8e3cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #c69259;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} 