#menuetape
{
	width: 135px;
	float: left;
	height: 200px;
	margin-left: 10px;
	margin-top: 2px;

}
#menuetape li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	padding-left: 5px;
	background-color: #f7f7f7;
	margin-top: 3px;
	font-size: 13px;
}
#menuetape li a
{
	color: #00A404;
}
#menuetape li .selected
{
	font-weight: bold;
}
#menuetape li a.selected 
{
	color: #0066CC;
}

#menuetape li .disable
{
	color: grey;
}
#content
{
	width: 580px;
	min-height: 180px;
	margin-left: 150px;
	position: relative;
	
}
#content h1
{
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
}
#content table 
{
	border-collapse: collapse;
	width: 100%;
}
#content table thead th
{
	color: #00A404;
	background-color: #ebebeb;
	text-align: center;
}
#content table tbody td
{
	height: 30px;
	line-height: 30px;
}
#content table tbody tr
{
	background-color: #F7F7F7;
}
#content table tbody tr:hover
{
	background-color: #defedb;
}
#content table.miniscroller tbody th
{
	height: 25px;
}

#content table.miniscroller tbody td
{
	width: 130px;
	height: 40px;
	line-height: 35px;
	background-repeat: no-repeat;
	background-image: url('/images/site/scroller.jpg')
}
#content table.miniscroller tfoot th
{
	color: #00A404;
	background-color: #ebebeb;
	text-align: center;
	height: 25px;
}
#content table.miniscroller tfoot td
{
	background-image: url('/images/site/tarificateur/budget.jpg');
	height: 55px;
}


