#imgtetiere {
	background-image:url(../imgs/tetieres/tetiere_9.jpg);
}


#scroll {
	width: 1060px;
}

#contain_text {
	width: 545px;
}

/**** Sous-menu ****/

#ssmenu_resultats {
	background-image: url(../imgs/striesSsmenu.gif);
	background-repeat: no-repeat;
	padding-top: 32px;
	width: 131px;
	margin-bottom: 30px;
}


#ssmenu_resultats a span {
	display: none;
}
#ssmenu_resultats a {
	border: none;
	height: 26px;
	background-position: left top;
	display:block;
}


/**** Liens vers les différents tableaux de résultats ****/

#comptes_links {
	width: 330px;
}
#comptes_links a{
	color: #0000FF;
}
#comptes_links a:hover{
	color: #999999;
}


/**** Tableaux des résulats financiers ****/

.tableau-resultats {
	border: 1px solid #CCC;
	width: 100%;
	border-collapse: separate;
	empty-cells: show;
	caption-side: top;
}

.tableau-resultats caption {
	background-color: #900812;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em;
}

.tableau-resultats caption em {
	text-transform: uppercase;
	font-style: normal;
}

.tableau-resultats td, .tableau-resultats th {
	padding: 0.4em;
}

.tableau-resultats thead td, .tableau-resultats thead th {
	background-color: #999;
}

.tableau-resultats thead th {
	text-align: center;
}

.tableau-resultats tbody td,
.tableau-resultats tbody th {
	border-bottom: 1px solid #CCC;
}

.tableau-resultats tbody td {
	text-align: center;
}

.tableau-resultats tbody th {
	text-align: left;
}

.tableau-resultats tr.separation td,
.tableau-resultats tr.separation th,
.tableau-resultats tr.separation-faible td,
.tableau-resultats tr.separation-faible th {
	font-size: 1px;
	background-color: #CCC;
	padding: 0;
}

.tableau-resultats tr.separation td,
.tableau-resultats tr.separation th {
	height: 4px;
}

.tableau-resultats tr.separation-faible td,
.tableau-resultats tr.separation-faible th {
	height: 2px;
}

.tableau-resultats tr.fusion th,
.tableau-resultats tr.fusion td {
	border-bottom: none;
}

.tableau-resultats tbody tr.entete th,
.tableau-resultats tbody tr.entete td {
	padding: 1em 0.5em;
	background-color: #E6E6E6;
}

.tableau-resultats tbody tr.pied th,
.tableau-resultats tbody tr.pied td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #000;
	/*border-bottom-width: 2px;*/
}

.tableau-resultats tbody tr.pied th {
	color: #900812;
}

.tableau-resultats tbody tr.resultat-intermediaire th,
.tableau-resultats tbody tr.resultat-intermediaire td {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
}
.tableau-resultats tbody tr.resultat-intermediaire th {
	font-style: italic;
}


.tableau-resultats thead th.reference-annexe,
.tableau-resultats tbody td.reference-annexe {
	font-weight: normal;
	font-style: italic;
}

.tableau-resultats tbody tr.important,
.tableau-resultats tbody td.important,
.tableau-resultats tbody th.important,
.tableau-resultats tbody th strong {
	color: #900812;
}
