@CHARSET "UTF-8";
.header_menu
{
	color: #fff;
	background: url(http://friendsbynet.com/theme/images/header.jpg);
	padding: 5px 0px 3px 0px;
	text-align: center;
	height: 20px;
	font-size : 15px;
}

.entry
{
	margin-top:5px;
	height:15px;
	background: :gray:;
}

.entry:hover
{
	font-weight: bold;
	background: :blue3:;
	cursor: pointer;
}

.block_gauche
{
	margin-top: 14px;
	margin-bottom:auto;
	margin-left : 0px;
	width: 160px;
	background: :white:;
	text-align: left;
	left:0;
}

.block_gauche a:link 		{font-size : 10px; color: :white:; text-decoration: none;}
.block_gauche a:visited 	{font-size : 10px; color: :white:; text-decoration: none;}
.block_gauche a:hover 		{font-size : 10px; color: :white:; text-decoration: none;}

.block_gauche_header
{
	margin-left: 35px;
	margin-right: auto;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

#menu a
{
	font-size : 9px;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li
{
	margin : 0px;
}
		
#menu li a
{
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	border-bottom : 1px solid gray;
}

.menu_selected a
{
	background : #DDD;
}	
	
#menu li a:link, #menu li a:visited
{
	color: #444;
	display: block;
	background-position: right top;
	padding: 8px 25px 0 10px;
	text-align: left;
}
	
#menu li a:hover
{
	color: #777;
	background-position: right;
	padding: 8px 25px 0 10px;
	text-align: left;
	background : #EEE;
}
	
#menu li a:active
{
	color: #888;
	background-position: right;
	padding: 8px 25px 0 10px;
	text-align: left;
}