/* CSS Document */


ul, li {

padding: 0;

}
table#diagnostic td {
	color:#000000;}

#menu_rubrique {
	width: 100%;
	list-style-type: none;
	margin:0;
	height: auto;
}

#menu_rubrique li {
	text-align: left;
	font-size:13px;
	background-image: url(../img/bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;

}
#menu_rubrique li a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 16px 0 0 3px;
	height: 44px;
}

#menu_rubrique  li a:hover {
	color: #FFFFFF;
	height: 44px;
}
#menu ul li span.fermer  a { text-align:left; color:#FFFFFF; background:none; text-decoration:underline;}
#menu ul li span.fermer  a:hover { text-align:left; color:#000000; background:none;}




#menu_rubrique2 {
	width:100%;
	list-style-type:none;
	margin:0;
	height:auto;
	line-height:14px;
}

#menu_rubrique2 li {
	text-align:left;
	font-size:12px;
	height:14px;
}
#menu_rubrique2 li a {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	background:#FF9900 no-repeat left top;
	width:auto;
	padding:0;
	margin:0;
	display:block;
	height:14px;
	
}

#menu_rubrique2 li a:hover {
	color:#FFFFFF;
	background:#BDCEE2 no-repeat left top;
	height:14px;
}
