.linkermenu:link {
background-color : transparent;
color : #333;
text-decoration : none;
font-family : MS Sans Serif, Tahoma, Arial;
font-weight : bold;
font-size : 1.3em;
}
.linkermenu:visited {
background-color : transparent;
color : #333;
text-decoration : none;
font-family : MS Sans Serif, Tahoma, Arial;
font-weight : bold;
font-size : 1.3em;
}
.linkermenu:hover {
background-color : transparent;
text-decoration : underline;
font-family : MS Sans Serif, Tahoma, Arial;
font-weight : bold;
font-size : 1.3em;

}
.linkermenu:active {
background-color : transparent;
color : #333;
text-decoration : none;
font-family : MS Sans Serif, Tahoma, Arial;
font-weight : bold;
font-size : 1.3em;
}




#navleft {
width : 150px;
overflow : hidden;
float : left;
background : #899562;
margin : 0 5px 0px 0;
}

#navleft ul {
width : 190px;
margin : 0;
padding : 0;
display : block;
overflow : hidden;
font-family : MS Sans Serif, Tahoma, Arial;
}
#navleft li {
width : 150px;
margin : 0;
list-style-type : none;
overflow : hidden;
text-align : left;
}
#navleft li a {
width : 150px;
display : block;
text-decoration : none;
overflow : hidden;
text-align : left;
border-bottom : 1px solid #222;
background : #AFBB87;
padding : 3px 10px 3px 5px;
}
#navleft li a:hover {
width : 150px;
text-decoration : none;
display : block;
overflow : hidden;
text-align : left;
border-bottom : 1px solid #222;
background : #EAF3CB;
padding : 3px 10px 3px 5px;
color : black;
}
.categorie {
width : 150px;
margin : 0;
padding : 4px;
overflow : hidden;
text-align : left;
color : #fff;
font-size : 1.3em;
font-weight : bold;
}
