/* CSS Document */
/***************************************************************** HABILLAGE DU MENU DE GAUCHE **************************************************/
#menu{
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	width:278px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.niveau1 {
	height: 26px;
	width: 255px;
	text-indent: 40px;
	font-size: 10px;
	color:#999999;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 28px;
}
.niveau1-acc {
	height: 26px;
	width: 255px;
	text-indent: 40px;
	font-size: 10px;
	color:#999999;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 28px;
}
.niveau1Selection{
	background-image: url(/images/niveau1-on.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color:#FFFFFF;
}
.niveau1Fond {
	background-image: url(/images/niveau1.gif);
	background-repeat: no-repeat;
}

.niveau1Fond-Acc {
	background-image: url(/images/niveau1-acc.gif);
	background-repeat: no-repeat;
}
.niveau2 {
	width:255px;
	text-indent:40px;
}
.lienNiveau2{
	text-decoration:none;
	font-size: 10px;
	color: #999999;
	line-height:20px;
}
.lienNiveau2:hover{
	text-decoration:none;
	font-weight: bold;
	color: #126D9C;
}
.lienNiveau2-Select{
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	color: #B7D53C;
	line-height: 20px;
}
