/* onglets colonne gauche */
div#colonnegauche .ongletVisible {
	background-image: url(../images/onglet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.2em;
	color: #E9982A;
	height: 38px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: right;
}
div#colonnegauche .ongletInvisibleOk {
	font-size: 1.2em;
	color: #E9982A;
	height: 38px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: right;
}
#colonnegauche .ongletInvisibleOk a {
	text-decoration: none;
	color: #E9982A;
}
div#colonnegauche .ongletInvisibleNok {
	font-size: 1.2em;
	color: #999999;
	height: 38px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: right;
}

/* glossaire */
div#glossaire {
	color: #17475E;
	text-align: left;
}
#tableglossaire {
	border-collapse: collapse;
}
#tableglossaire a {
	text-decoration: none;
	color: #17475E;
}
#tableglossaire a:hover {
	color: #E9982A;
}
.tdglossaire {
	text-align: center;
	border: none;
}

/* liste d'items */
div#colonnedroite table {
	width: 0px;
}
#tablelisteitems td {
	padding-right: 20px;
	vertical-align: top;
}
