table#menupage td {	
background-image: url("../img/page.jpg") top left no-repeat;
width: 107px;
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: #3366CC;
text-align: center;
text-decoration: none;
font-family:Tahoma;
font-size:12pt;
font-style:none;
background: url("../img/page.jpg") top left no-repeat;
}
#menupage a.page_sel {
color: #D8038F;
font-weight:none;
font-family:Tahoma;
font-size:12pt;
font-style:none;
text-decoration: underline;
background: url("../img/page_sel.jpg") top left no-repeat;
}
#menupage a:hover {	/* masquage de l'image1 au survol */
color: #D8038F;
font-weight:none;
font-family:Tahoma;
font-size:12pt;
font-style:none;
text-decoration: underline;
background: url("../img/page_sel.jpg") top left no-repeat;
}

table#menucateg td {	
background-image: url("../img/categ.jpg") top left no-repeat;
width: 107px;
margin: 0 0 0 0;
padding: 0;
/*filter:alpha(opacity:30);*/
}
#menucateg td.sep {
background-image:none;
}
#menucateg a {
display: block;
width: 100%;
height: <HEIGHTIMGCATEG>;
color: #3366CC;
text-align: center;
text-decoration: none;
font-family:Tahoma;
font-size:12pt;
font-style:none;
background: url("../img/categ.jpg") top left no-repeat;
}
#menucateg a.categ_sel {
color: #D8038F;
font-weight:none;
font-family:Tahoma;
font-size:12pt;
text-decoration: underline;
font-style:none;
background: url("../img/categ_sel.jpg") top left no-repeat;
}
#menucateg a:hover {
color: #D8038F;
font-weight:none;
font-family:Tahoma;
font-size:12pt;
font-style:none;
text-decoration: underline;
background: url("../img/categ_sel.jpg") top left no-repeat;
}
td.BG {
background-image: url('../img/image_fond.png');
background-position: left top;
background-repeat: repeat;
background-color: #00BAFF;
background-attachment: scroll;
}
td.MENUHAUT {
background-image: url('../img/categ_fond.gif');
background-position: top left;
background-color: #00BAFF;
background-repeat: no-repeat;
}


