/* CSS Document */
div#menug
{
	position:absolute;
	top:189px;
	left:51px;
	width:145px;
	background:#000;
	
}
td#menug
{
	position:relative;
	height:200px;
	background:#000;
	padding:10px 0 0 0;
}
#menug #menutete
{
	height:30px;
}
#menug div.sep
{
	height:1px;
}
#menug div.text
{
	background:#000 url(../img/puce_menu.gif) 10px 8px no-repeat;
	padding:10px 0 10px 0;
	text-align:left;
}
#menug div.text a
{
	color:#FA8C33;
	font-size:9pt;
	font-family:Verdana;
	padding-left:35px;
}
#menug div.text a:hover
{
	text-decoration: underline;
}
#menug #menupied
{
	height:30px;
}