table#tableaux {
	border-collapse: collapse;
	border: 2px solid #B8B8B8;
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin-left:10px;
}
table#tableaux caption {
	padding: 0 0.6em 0.8em;
	text-align: left;
	background: transparent;
	font-size:150%;
	font-weight:bold;
    letter-spacing:1px;
    color:#fede0b;
	margin-left:10px;
}
table#tableaux td, table#tableaux th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
table#tableaux thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #143A6B;
	color:#FFFF99;
	text-transform:uppercase;
}
table#tableaux tfoot th, table#tableaux tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
table#tableaux tfoot th {
	font-weight: bold;
}
table#tableaux tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
table#tableaux tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
table#tableaux tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
table#tableaux tbody th a:visited {
	color: #b98b00;
}
table#tableaux tbody th, table#tableaux tbody td {
	vertical-align: top;
	text-align: left;
}
table#tableaux tfoot td {
	border: 1px solid #996;
}
table#tableaux tbody tr:hover {
	background: #ffffd9;
}
.tab_accro_top{
margin:10px;
padding:9px 0 0 0;
background:transparent url(../images/table_top.jpg) left top no-repeat;
}
table.accro{
margin:0;
padding:-5px 0;
border:0;
height:80px;
background:transparent url(../images/table_body.jpg) left top repeat-y;
}
.accro_bott{
margin:0;
padding:0 0 7px 0;
background:transparent url(../images/table_bottom.jpg) left bottom no-repeat;
}



/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/bg_accroches.jpg) no-repeat bottom right; 
} 
.cssbox { 
    width: 240px !important; /* intended total box width - padding-right(next) */
    width: 225px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 15px 10px 0 5px; /* use to position the box */ 
	float:left;
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: right top ; 
	margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: left top ; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: left bottom ; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 

