<!--
body,td,th {
	color: #3d4a55;
}
body {
	background-color: #3d4a55;
}
a:link {
	color: #969696;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #969696;
}
a:hover {
	text-decoration: none;
	color: #cacaca;
}
a:active {
	text-decoration: none;
	color: #666666;
}

body,td,th {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
}
input, textarea, select{
	font-size: 12px;
	font-family:verdana, sans-serif;
	margin: 3px; padding: 1px; 
	border: 1px solid #000000; 
	color: #000000; 
	background-color: #FFFFFF;
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#000000; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#000000; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-track-color:#000000; 
	scrollbar-arrow-color:#FFFFFF;
}
	.img_table_contenu
{
 border-style: solid;
 border-width: 1px;
 border-color: #000;
}
	 .img_table_shadow td.shadow_top_left
{
 width: 8px;
 height: 8px;
 
 background-image: url('/images/shadow/top_left.gif');
 background-repeat: no-repeat;
}
.img_table_shadow td.shadow_top_center
{
 height: 8px;
 
 background-image: url('/images/shadow/top_center.gif');
 background-repeat: repeat-x;
}
.img_table_shadow td.shadow_top_right
{
 width: 8px;
 height: 8px;
 
 background-image: url('/images/shadow/top_right.gif');
 background-repeat: no-repeat;
}
.img_table_shadow td.shadow_middle_left
{
 width: 8px;
 
 background-image: url('/images/shadow/middle_left.gif');
 background-repeat: repeat-y;
}
.img_table_shadow td.shadow_middle_center
{
}
.img_table_shadow td.shadow_middle_right
{
 width: 8px;
 
 background-image: url('/images/shadow/middle_right.gif');
 background-repeat: repeat-y;
}.img_table_shadow td.shadow_bottom_left
{
 width: 8px;
 height: 8px;
 
 background-image: url('/images/shadow/bottom_left.gif');
 background-repeat: no-repeat;
}

.img_table_shadow td.shadow_bottom_center
{
 height: 8px;
 
 background-image: url('/images/shadow/bottom_center.gif');
 background-repeat: repeat-x;
}

.img_table_shadow td.shadow_bottom_right
{
 width: 8px;
 height: 8px;
 
 background-image: url('/images/shadow/bottom_right.gif');
 background-repeat: no-repeat;
}