      

a.current:hover
{
color: #000000;
font-weight: bold;
}  
	  
  .lavaLamprdpc{
            position: relative;
            height: 40px;
            width: 1000px;
         /*   background: url("/images/period/barre_menu.gif") no-repeat top;   */
            padding: 10px;
            margin: 0px 0;
            overflow: hidden; 
        }
                .lavaLamprdpc li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamprdpc li.back {
                        /* partie droite du curseur */
						background: url("lava.jpg") no-repeat right -30px;
                       	width: 9px; height: 50px;
						top:-3px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLamprdpc li.back .left {
                             /* partie gauche du curseur */
							 /* center centre le motif dans le conteneur gauche */
							background: url("lava3.jpg") no-repeat top center;
                            height: 50px;
							margin-right: 4px; /* 7px is the width of the rounded shape */
							z-index: 9;
                        }
						
					.lavaLamprdpc li a {
                        font: bold 12px georgia;
                        text-decoration: none;
                        color: #555;
                        outline: none;
                        text-align: center;
                        top: 10px; /* position du texte  */
                        letter-spacing: 0;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px; 
						z-index: 10;
												
                    }
                   
				   .lavaLamprdpc li a:hover, .lavaLamprdpc li a:active, .lavaLamprdpc li a:visited {
                           border: none;
					}
					.lavaLamprdpc li a:hover {
						color:#ffffff;
					}
			



						