/*CSS Menu - Victoire Paysages 2010 - Silicon Salad */
#menu {
    /*line-height: 1;*/
    margin: 70px 0 0 0;
    z-index: 200;
    height: 30px;
    position: relative;
}

#menu {
    /*line-height: 1;*/
    /margin: 70px 0 0 0;
/width:735px;

    z-index: 200;
    height: 30px;
    position: relative;
}

#menu a {
    background: url(/images/global/menu.jpg) no-repeat 0 0;
    display: block;
    height: 30px;
    text-decoration: none;
}

#menu li {
    float: left;
    text-indent: -999em;
    z-index: 1000;
}

 #onglets li, #onglets ul {
 margin: 0;
 padding: 0;
 } 
#onglet_creation_espaces_verts {
    width: 215px
}

#onglet_amenagement {
    width: 140px
}

#onglet_entretien {
    width: 100px
}

#onglet_realisations {
    width: 125px
}

#onglet_victoire_paysages {
    width: 155px
}

/*--- Default ---*/
#onglet_creation_espaces_verts a {
    background-position: 0 0;
    width: 215px;
}

#onglet_amenagement a {
    background-position: -215px 0;
    width: 140px;
}

#onglet_entretien a {
    background-position: -355px 0;
    width: 100px;
}

#onglet_realisations a {
    background-position: -455px 0;
    width: 125px;
}

#onglet_victoire_paysages a {
    background-position: -580px 0;
    width: 155px;
}

/*--- Hovering ---*/
#onglet_creation_espaces_verts a:hover {
    background-position: 0 -30px;
    width: 215px;
}

#onglet_amenagement a:hover {
    background-position: -215px -30px;
    width: 140px;
}

#onglet_entretien a:hover {
    background-position: -355px -30px;
    width: 100px;
}

#onglet_realisations a:hover {
    background-position: -455px -30px;
    width: 125px;
}

#onglet_victoire_paysages a:hover {
    background-position: -580px -30px;
    width: 155px;
}

.sous_menu {
    display: none;
}

#sous_onglet_amenagement {
    position: absolute;
    top: 30px;
    left: 215px;
    cursor: pointer;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
		width:150px;
}

#sous_onglet_victoire_paysages {
  position: absolute;
  top: 30px;
  left: 580px;
  cursor: pointer;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity = 90);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;	
}

#menu ul li{
	display:block;
}

#menu ul li a {
    padding: 5px;
    height: 20px;
    background: #fff;
    text-decoration: none;
    text-indent: 0;
    color: #70AA00 !important
}
