/* menu horizontal */
#menu {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
	background-image: url(images_v4/fond_menu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	/*height: 35px;*/
}
#menu ul {
    margin:0;
    padding: 9px 10px 0px 10px;
    list-style:none;
}
#menu li {
    float:left;
    margin: 0px 8px 0px 0px;
    padding:0;
}
#menu a {
	float:left;
    display:block;
    background: url(images_v4/onglet_off_gauche.jpg) no-repeat left top;
    padding: 5px 15px 5px 15px;
	color: #776655;
	text-decoration: none;
}
/* Commented Backslash Hack
     Cache des règles à IE5-Mac \*/
  #menu a {float:none;}
  /* Fin du hack IE5-Mac */
  
#menu li {
    float:left;
    background: url(images_v4/onglet_off_fond.jpg) no-repeat right top;
    margin: 0px 3px 0px 0px;
    padding:0;
	 height: 26px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* déclinaisons des onglets */
#menu #current {
	background: url(images_v4/onglet_on_fond.jpg) no-repeat right top;
}

#menu #current A {
	background: url(images_v4/onglet_on_gauche.jpg) no-repeat left top;
	color: Black;
}

body#web #onglet-web,
body#mag #onglet-mag,
body#agenda #onglet-agenda,
body#guide #onglet-guide,
body#membres #onglet-membres,
body#forums #onglet-forums,
body#annonces #onglet-annonces,
body#encyclo #onglet-encyclo,
body#galeries #onglet-galeries {
	background: url(images_v4/onglet_on_fond.jpg) no-repeat right top;
}

body#web #onglet-web A,
body#mag #onglet-mag A,
body#agenda #onglet-agenda A,
body#guide #onglet-guide A,
body#membres #onglet-membres A,
body#forums #onglet-forums A,
body#annonces #onglet-annonces A,
body#encyclo #onglet-encyclo A,
body#galeries #onglet-galeries A {
	background: url(images_v4/onglet_on_gauche.jpg) no-repeat left top;
	color: Black;
}
/* fin du menu horizontal */

/* pied de page */
#pied {
height: 36px;
background-color: #94A959;
background-image: url(images_v4/fond_pied.jpg);
 background-position: bottom;
 color: White;
 padding: 2px;
 background-repeat: repeat-x;
 text-align: center;
 margin-top: 5px;
 font-size: 11px;
}

#pied p {
	margin: 1px 0px 3px 0px;
}

#pied A {
	color: White;
}
/* fin du pied de page */

/* sous menu */
#sous-menu {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
	background-image: url(images_v4/fond_sousmenu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	/*height: 35px;*/
}
#sous-menu ul {
    margin:0;
    padding: 2px 10px 0px 10px;
    list-style:none;
}
#sous-menu li {
    float:left;
    margin: 0px 2px 0px 0px;
    padding:0;
	 list-style:none;
}
#sous-menu a {
	float:left;
    display:block;
    padding: 5px 15px 5px 15px;
	color: #776655;
	text-decoration: none;
}

#sous-menu a.actif {
	font-weight: bold;
	color: Black;
}

/* fin du sous menu */
