﻿.MenuLevel1
{
	background:transparent url(images/fondchaine.png) repeat-x scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:22px;
	margin-bottom:3px;
	padding:3px;
	text-align:left;
	width:264px;
}
.MenuLevel1:hover
{
	background:transparent url(images/fondchaineON.png) repeat-x scroll 0 0;
}
.MenuLevel2
{
	margin-top: 2px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
	font-size:8px;
}
.MenuLevel2 a
{
	color:#333333;
}
.MenuLevel2 a:hover
{
	color:#990000;
}
.MenuLevel3
{
	text-indent: 20px;
}

.MenuLevel1Link:link, .MenuLevel1Link:active,
.MenuLevel1Link:visited, .MenuLevel1Link:hover
{
	color:#ffffff;
	text-decoration:none;
	display:list-item;
	list-style-image: url(images/puceTv.png);
	list-style-position:inside;
}
.MenuLevel2Link {
}

.MenuLevel2Link:hover {
}