table#menupage td {	
background-image: url("../img/page.png") top left no-repeat;
width: 156px;
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: #FFFFFF;
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: #FFE680;
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: #FFE680;
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: 156px;
margin: 0 0 0 0;
padding: 0;
/*filter:alpha(opacity:30);*/
}
#menucateg td.sep {
background-image:none;
}
#menucateg a {
display: block;
width: 100%;
height: 1px;
color: #3FB7A4;
text-align: center;
text-decoration: none;
font-family:Tahoma;
font-size:10pt;
font-style:none;
background: url("../img/categ.png") top left no-repeat;
}
#menucateg a.categ_sel {
color: #FFFFFF;
font-weight:bold;
font-family:Tahoma;
font-size:10pt;
text-decoration: none;
font-style:none;
background: url("../img/categ_sel.png") top left no-repeat;
}
#menucateg a:hover {
color: #FFFFFF;
font-weight:bold;
font-family:Tahoma;
font-size:10pt;
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: #EEEEEE;
background-attachment: scroll;
}
td.MENUHAUT {
background-image: url('../img/pages_fond.png');
background-position: top left;
background-color: #1C3871;
background-repeat: no-repeat;
}
td.MENUCATEGVERT {
background-image: url('../img/categ_fond.png');
background-position: top left;
background-color: #1C3871;
background-repeat: no-repeat;
}

