#communaute_menu
{
  width:954px;height:50px;
  background:#ffffff url("/apps/frontend/communauty/img/menu_fond.jpg") no-repeat 0 0;
  position:relative;
}

#communaute_menu.no_help
{
  width:954px;height:50px;
  background:#ffffff url("/apps/frontend/communauty/img/menu_fond_no_help.jpg") no-repeat 0 0;
  position:relative;
}

#communaute_menu b
{
  display:block;
  position:absolute;
  top:0px;height:44px;
  overflow:hidden;  
  line-height:200px;
  cursor:pointer;
}

#communaute_menu a.active,
#communaute_menu a.active b
{
  /*cursor:default;*/
}

/*--onglets--*/

#communaute_menu #cm1,
#communaute_menu #cm2,
#communaute_menu #cm3,
#communaute_menu #cm4
{
  background:transparent url("/apps/frontend/communauty/img/menu_onglets.gif") no-repeat 500px 0;
}

#communaute_menu #cm1
{left:10px;width:100px;}
#communaute_menu a.inactive:hover #cm1
{background-position:-130px 0;}
#communaute_menu a.active #cm1
{background-position:0 0;}

#communaute_menu #cm2
{left:118px;width:130px;}
#communaute_menu a.inactive:hover #cm2
{background-position:-130px -44px;}
#communaute_menu a.active #cm2
{background-position:0 -44px;}

#communaute_menu #cm3
{left:263px;width:99px;}
#communaute_menu a.inactive:hover #cm3
{background-position:-130px -88px;}
#communaute_menu a.active #cm3
{background-position:0 -88px;}

#communaute_menu #cm4
{left:370px;width:89px;}
#communaute_menu a.inactive:hover #cm4
{background-position:-130px -132px;}
#communaute_menu a.active #cm4
{background-position:0 -132px;}

/*--publier--*/

#communaute_menu a,
#communaute_menu a #cm5
{
  top:-10px;left:650px;width:140px;height:52px;
  background:transparent url("/apps/frontend/communauty/img/menu_cartouche_publier.gif") no-repeat 0 0;
}

#communaute_menu a:hover,
#communaute_menu a:hover #cm5
{
  background-position:0 -52px;
}

/*--mon compte--*/
#communaute_menu a,
#communaute_menu a #cm7
{
  top:0px;left:810px;width:140px;height:42px;
  background:transparent url("/apps/frontend/communauty/img/menu_cartouche_compte.gif") no-repeat 0 0;
}

#communaute_menu a:hover,
#communaute_menu a:hover #cm7
{
  background-position:0 -42px;
}
 
/*--aide--*/

#communaute_menu a,
#communaute_menu a #cm6
{
  top:10px;left:905px;width:42px;height:28px;
}

#communaute_menu a:hover,
#communaute_menu a:hover #cm6
{
  background:transparent url("/apps/frontend/communauty/img/menu_aide_hover.gif") no-repeat 6px 7px;
}


