.barrecategorie {
font-family: verdana, arial, sans-serif; 
width:925px; /*taille du menu*/
margin:0; 
margin:0px 0 0px 0;
position:relative;
font-variant:small-caps;
text-align:center;
}

.barrecategorie ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.barrecategorie ul li {
float:left; 
position:relative;
}

.barrecategorie ul li a, .barrecategorie ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:77px; /* taille des liens*/
height:16px; /*hauteur des liens*/
color:#808088; 
line-height:16px; 
font-size:10px;
}
/* set up the background images relative to this css file */
.classique {background:transparent url(/images/head4.jpg);}
.boutdeligne {background:transparent url(/images/head5.jpg);}
.sousliste {background: #FFFFCC url(/images/head6.jpg) ; width:150px;}

/* make the dropdown ul invisible */
.barrecategorie ul li ul {
visibility:hidden;
position:absolute;
font-variant: normal;
z-index:1000;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */

.barrecategorie ul li a:hover {
color:#3399FF;
}
.barrecategorie ul li:hover a span {display:none;}

/* make the sub menu ul visible and position it beneath the main menu list item */
.barrecategorie ul li:hover ul {
visibility:visible;
top:16px;
left:-38px;
}

/* style the background and foreground color of the submenu links */
.barrecategorie ul li:hover ul li a {
display:block; 
color:#808088;
width:150px;
}

.barrecategorie ul li:hover ul li:hover a {
color:#3399FF;
}

/* style the hidden span text */
.barrecategorie ul li:hover ul li a span {
display:none;
position:absolute;
left:150px; top:0;
width:126px;
padding:0 5px;
color:#808088;
}

/* make the span text visible */
.barrecategorie ul li:hover ul li:hover span {
display:block;
text-align:left;
line-height:1.5em;
background:#FFFFCC;
border:#808088 double;
}

.barrecategorie ul li:hover ul li:hover span img {
border:#808088 double;
}

.titrevignette {
font-family: verdana, arial, sans-serif; 
font-variant:small-caps;
color:#808088;
text-align:center;
}
