table#menupage td {	
background-image: url("../img/page.png") top left no-repeat;
width: 140px;
margin: 0 0 0 0;
padding: 0;
/*filter:alpha(opacity:30);*/
}
#menupage td.sep {
background-image:none;
}
#menupage a {
display: block;
width: 100%;
height: 42px;
color: #FDFDFD;
text-align: center;
text-decoration: none;
font-family:Arial;
font-size:10pt;
font-style:none;
background: url("../img/page.png") top left no-repeat;
}
#menupage a.page_sel {
color: #FFFFBD;
font-weight:bold;
font-family:Arial;
font-size:10pt;
font-style:none;
text-decoration: none;
background: url("../img/page_sel.png") top left no-repeat;
}
#menupage a:hover {	/* masquage de l'image1 au survol */
color: #FFFFBD;
font-weight:bold;
font-family:Arial;
font-size:10pt;
font-style:none;
text-decoration: none;
background: url("../img/page_sel.png") top left no-repeat;
}

table#menucateg td {	
background-image: url("../img/categ.png") top left no-repeat;
width: 80px;
margin: 0 0 0 0;
padding: 0;
/*filter:alpha(opacity:30);*/
}
#menucateg td.sep {
background-image:none;
}
#menucateg a {
display: block;
width: 100%;
height: 33px;
color: #171E1D;
text-align: center;
text-decoration: none;
font-family:Tahoma;
font-size:9pt;
font-style:none;
background: url("../img/categ.png") top left no-repeat;
}
#menucateg a.categ_sel {
color: #003CFF;
font-weight:bold;
font-family:Tahoma;
font-size:9pt;
text-decoration: none;
font-style:none;
background: url("../img/categ_sel.png") top left no-repeat;
}
#menucateg a:hover {
color: #003CFF;
font-weight:bold;
font-family:Tahoma;
font-size:9pt;
font-style:none;
text-decoration: none;
background: url("../img/categ_sel.png") top left no-repeat;
}
td.BG {
background-image: url('../img/');
background-position: top left;
background-repeat: no-repeat;
background-color: #EEEEFF;
background-attachment: scroll;
}
td.MENUHAUT {
background-image: url('../img/pages_fond.png');
background-position: top left;
background-color: #FFFFFF;
background-repeat: no-repeat;
}
td.MENUCATEGVERT {
background-image: url('../img/categ_fond.png');
background-position: top left;
background-color: #E9E9E9;
background-repeat: no-repeat;
}

