/*rubriques racines*/
.plan_rub_racine {
	padding-left: 5px;
	border-left: 2px solid orange; }
.plan_rub_racine dt {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
	margin-bottom: 5px; }
.plan_rub_racine dt a {
	color: #f00;
	text-decoration: none; }
/*pour les articles*/
.plan_cache_montre {
	font-size: 11px;
	font-weight: normal;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 0;
	display: none;
	width: 90% }
.plan_cache_montre dd {
	margin-bottom: 3px;
	margin-left: 0; }
.plan_cache_montre dd a {
	color: #666;
	text-decoration: none; }
.plan_cache_montre a:hover {
	text-decoration: underline overline; }
/*plus moins*/
.plan_texte {
	font-size: 11px; }
.plan_texte a {
	color: #069;
	font-weight: bold;
	text-decoration: none; }
.plan_texte a:hover {
	text-decoration: underline overline; }
/*pour le thésaurus*/
#thesaurus_descriptif {
	padding-right: 5px;
	padding-left: 5px; }
#thesaurus_descriptif h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px; }
#thesaurus {
	margin-left: 0;
	padding: 3px;
	list-style-type: none; }
#thesaurus li.li_lettre {
	font-size: 16px;
	font-weight: bold;
	/* float: left;*/
	margin-right: 5px; }
#thesaurus li.li_lettre a {
	color: black;
	text-decoration: none; }
#thesaurus li.li_lettre:hover ul, #thesaurus li.sfhover ul { 
	left:auto; }
/*pour les listes de mots*/
#thesaurus ul {
	font-size: 10px;
	font-weight: normal;
	background-color: white;
	border: solid 1px #ffa000;
	width: 10em;
	list-style-type: none;
	position: absolute;
	left: -999em;
	margin-left: 0;
	padding: 3px; }
#thesaurus ul li {
	margin-bottom: 3px; }
#thesaurus ul li a {
	color: #666;
	text-decoration: none; }
#thesaurus ul li a:hover {
	text-decoration: underline overline; }

