
/* ************************************************************************** */
/* LEFT MENU WEBSITE */
/* ************************************************************************** */

#leftmenu
{
  font-size:80%;
}

#leftmenu .blocmenu
{
	margin-left:4px;
	margin-bottom:5px;
	padding-bottom:10px;
	width:204px;
}

#leftmenu .blocmenu h2
{
	background-image:url(../arras/img/theme/leftmenu_bloc_title.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:120%;
	height:23px;
	margin:0;
	padding-top:5px;
	text-align:center;
}

#leftmenu .blocmenu ul, #leftmenu .blocmenu div.pseudobloc
{
	margin:0;
	padding-bottom:30px;
	padding-top:1em;
	padding-left:8px;
	background-image:url(../arras/img/theme/leftmenu_bloc_items.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#leftmenu .blocmenu ul li
{
	list-style-type:none;
	margin-bottom:2px;
	padding-left:0;
}

#leftmenu a
{
  text-decoration:none;
  color:#00F;
}

#leftmenu a:hover
{
  font-weight:bold;
  color:#00F;
}

#leftmenu .blocmenu div.pseudobloc
{
	background-image:url(../arras/img/leftmenu_bottom3.png);
}

/* ************************************************************************** */
/* TOP MENU WEBSITE (HORIZONTAL BAR) */
/* ************************************************************************** */
#horizontal_bar
{
  font-size:80%;
  /*display:none;*/
}

#horizontal_bar
{
	background-image:url(../arras/img/theme/horizontalbar_background.png);
	background-position:center;
	background-repeat:repeat-x;
	height:45px;
	text-align:right;
}

#horizontal_bar ul, #horizontal_bar li
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#horizontal_bat ul
{
	margin-left:auto;
	margin-right:auto;
}

#horizontal_bar li
{
  float:right;
}

#horizontal_bar li a
{
	background-image:url(../arras/img/theme/horizontalbar_link.png);
	background-position:center;
	background-repeat:repeat-x;
	color:#000000;
	display:block;
	font-weight:bold;
	height:30px;
	padding:15px 0 0 0;
	text-align:center;
	text-decoration:none;
	/*font-variant:small-caps;*/
	width:100px;
}

#horizontal_bar a:hover
{
	background-image:url(../arras/img/theme/horizontalbar_link_hover.png);
	text-decoration:underline;
}


