<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***************************************************
JQUERYSLIDEMENU
***************************************************/
* html .jqueryslidemenu ul li a{
/*IE6 hack pour sous menu*/}
.jqueryslidemenu {
z-index: 1000;
float: left;
position: relative;
width: 700px;}
.jqueryslidemenu ul {
margin: 0px;
padding: 0px;
position: absolute;}
.jqueryslidemenu ul li {
float: left;
position: relative;
z-index:1000;}
.jqueryslidemenu ul li ul {
display: block;
visibility: hidden;
background:url(../images/sous_menu.png);
/*background-repeat:no-repeat;*/
padding: 0px;
width: 217px;
font-weight: normal;}
.jqueryslidemenu ul li ul li a {
text-align: left;
float: left;
background-image: none;
width: 217px;
padding-top:10px;
padding-bottom: 0px;
padding-left: 15px;}
.jqueryslidemenu ul li ul li a.current {
background:url(../images/hover_menu.png);
background-repeat:no-repeat;
color: #666;
height:100%;
padding-bottom:9px;
font-style:normal;}
.jqueryslidemenu a:link {
color: #275ADA;
background:url(../images/li_sousmenu.png);
background-repeat:no-repeat;
height:100%;
padding-bottom:9px;}
.jqueryslidemenu a:visited {
font-style:normal;
padding-bottom:9px;color: #275ADA;
background:url(../images/li_sousmenu.png);
background-repeat:no-repeat;
height:100%;}
.jqueryslidemenu a:hover {
text-decoration: none;
color: #000;
background:url(../images/hover_menu.png);
background-repeat:no-repeat;
height:100%;}
.jqueryslidemenu span.last {
float: left;
position: relative;
z-index:999;
background-image: url(../images/sous_menu_last.png);
background-repeat:no-repeat;
width:217px;
height:12px;
top:12px;}
.jqueryslidemenu li a strong {
display:block;
font-weight: normal;}
.jqueryslidemenu li a span {
display:block;
margin: 0px;
padding: 0px;}
.jqueryslidemenu ul li ul li {
display: block;
list-style:none;
margin: 0px;
float: left;
padding: 0px;}</pre></body></html>