/*menu gauche*/
/*sous menu clickable en liste deroulante*/
/*avec effet roll over une seule image*/
.block_sommaire_gauche_liste {
margin : 10px 10px 0 10px;
}
.block_sommaire_gauche_liste p {
cursor: pointer;
margin: 0 0 5px 0;
width: 180px;
height: 25px;
line-height: 25px;
text-indent: 38px;
font-weight: bold;
font-size : 12px;
text-decoration: none;
background: url("images/barre_menu.gif") no-repeat 0 0;
border: 2px outset #c0c0c0;
}
.block_sommaire_gauche_liste ul {
border: 1px solid #8400ff;
text-decoration: none;
margin: 0 0 5px 0;
padding: 0;
list-style : none;
}
.block_sommaire_gauche_liste li {
text-align: center;
background: #fff;
margin: 0;
padding: 0;
list-style-position: inside;
list-style-type: none;
list-style-image: none;
}
.block_sommaire_gauche_liste li a {
display: block;
color: #000;
font-size : 12px;
text-decoration: none;
border: 0 none;
height: 100%;
}
.block_sommaire_gauche_liste p a {
display: block;
color: #000;
border: 0 none;
}
.block_sommaire_gauche_liste a:link,
.block_sommaire_gauche_liste a:visited {
color: #000;
text-decoration: none;
font-style : normal;
}

.block_sommaire_gauche_liste p:hover, 
.block_sommaire_gauche_liste p a:hover {
background: url("images/barre_menu.gif") no-repeat 0 -25px;
border: 2px inset #c0c0c0;
color: #000;
}
.block_sommaire_gauche_liste li a:hover {
background: #ffc05e;
color: #000;
}
