/*-------MENU GAUCHE---------*/
#menu {
float:left;
width:120px;
/*background-image:url(img/skin/top_left.jpg);*/
background-repeat:no-repeat;
color:#481d00;
}

#menu ul {
width:114px;
margin:10px 0 0 6px;
*margin:10px 0px 0 6px;
padding:0;
list-style-type:none;
}

#menu li {
width:114px;
margin:0 0 8px 0;
}


#top_btn {
width:114px;
height:11px;
background: url(img/skin/btn_menu_top_normal.jpg) no-repeat;
*margin:0 0 -5px 0;
}
#top_btn_active {
width:114px;
height:11px;
background: url(img/skin/btn_menu_top_active.jpg) no-repeat;
*margin:0 0 -5px 0;
}

#contenu_btn_active {
width:114px;
background-image:url(img/skin/btn_menu_bottom_active.jpg);
background-position:bottom;
font-size:12px;
font-weight:bold;
color:#481d00;
}

#contenu_btn {
width:114px;
background-image:url(img/skin/btn_menu_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
color:#481d00;
}

#texte {
margin: 0px 0px 5px 43px;
padding: 0 0 2px 0;
font-size:12px;
}
#texte_active {
margin: 0px 0px 5px 15px;
padding: 0 0 2px 0;
font-size:12px;
width:70px;
}

#menu a {
text-decoration:none;
color:#481d00;
}
#menu a:hover {
text-decoration:none;
color:#481d00;
}

#menu a:visited {
text-decoration:none;
color:#481d00;
}
