@charset "iso-8859-1";
/*
KIT GRAPHIQUE PAR Heu 
http://www.alusion-fr.com
heu@alusion-fr.com
*/
BODY {
background-color: #999999;
padding: 0px;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
}
.t004 {
width: 180px;
/*
Height (Size max for menu )
*/
height: 800px;
overflow: auto;
background-color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
line-height: 15px;
text-align: left;
vertical-align: top;
font-weight: bolder;
}
.menu {
margin:0;
padding:0;
width:150px;
list-style:none;
background:rgb(153,153,153);
text-align: center;
}
.menu li {
padding:0;
margin:0 0 2px 0;
height:25px;
display:block;
}
.menu li a {
text-align:left;
height:25px;
padding:0px 20px;
font:11px Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
color:rgb(0,0,0);
display:block;
background:url('verMenuImages.png') 0px 0px no-repeat;
text-decoration:none;
}
.menu li a:hover {
background:url('verMenuImages.png') 0px -25px no-repeat;
color:rgb(255,255,255);
}
.menu li a.active, .menu li a.active:hover {
background:url('verMenuImages.png') 0px -50px no-repeat;
color:rgb(255,255,255);
}
.menu li a span {
line-height:25px;
}


