table#menupage td {	
background-image: url("../img/page.png") top left no-repeat;
width: 130px;
margin: 0 0 0 0;
padding: 0;
/*filter:alpha(opacity:30);*/
}
#menupage td.sep {
background-image:none;
}
#menupage a {
display: block;
width: 100%;
height: <HEIGHTIMGPAGE>;
color: #080808;
text-align: center;
text-decoration: none;
font-family:Verdana;
font-size:12pt;
font-style:none;
background: url("../img/page.png") top left no-repeat;
}
#menupage a.page_sel {
color: #090505;
font-weight:bold;
font-family:Verdana;
font-size:12pt;
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: #090505;
font-weight:bold;
font-family:Verdana;
font-size:12pt;
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: 130px;
margin: 0 0 0 0;
padding: 0;
/*filter:alpha(opacity:30);*/
}
#menucateg td.sep {
background-image:none;
}
#menucateg a {
display: block;
width: 100%;
height: 47px;
color: #080808;
text-align: center;
text-decoration: none;
font-family:Verdana;
font-size:12pt;
font-style:none;
background: url("../img/categ.png") top left no-repeat;
}
#menucateg a.categ_sel {
color: #090505;
font-weight:bold;
font-family:Verdana;
font-size:12pt;
text-decoration: none;
font-style:none;
background: url("../img/categ_sel.png") top left no-repeat;
}
#menucateg a:hover {
color: #090505;
font-weight:bold;
font-family:Verdana;
font-size:12pt;
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;
background-repeat: no-repeat;
background-color: #FFFFCC;
background-attachment: scroll;
}
td.MENUHAUT {
background-image: url('../img/pages_fond.png');
background-position: top left;
background-color: #2D3096;
background-repeat: no-repeat;
}
td.MENUCATEGVERT {
background-image: url('../img/categ_fond.png');
background-position: top left;
background-color: #2D3096;
background-repeat: no-repeat;
}

