@charset "UTF-8";
/* CSS Document */


.menu {
	
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:lighter;
 background-image:url(../images/bg_menu.png)  ;

  background-repeat:no-repeat; 
  width:875px; 
  height:34px;
    list-style: none ; 
    margin-top:  0px;
	margin-left:0px;
    padding: 0px ;
	overflow:hidden;
	
	 } 

.menu li { 

 text-decoration:none;
padding: 1px 0px 0px 0px;
float:left;
width:124px;
text-align:center;
 /*   background: #c00 ; 
    color: #fff ; 
    border: 1px solid #600 ; 
    margin-bottom: 1px ; 
 
 
 */
 	overflow:hidden;
    }


.menu li a {
	width:124px;
	line-height:33px;
    display: block ; 
    background-image:url(../images/bg_menu_cazr.jpg);
	background-position:  0px 33px;
 
 height:33px;
 text-decoration:none;
 color:#FFF;
 

   
   
/*    background: #c00 ; 
    color: #fff ; 
    font: 1em "Trebuchet MS",Arial,sans-serif ; 
    line-height: 1em ; 
    text-align: center ; 
    text-decoration: none ; 
    padding: 4px 0 ; 
  
  */
  
    }

.menu li a:hover, .menu li a:focus, .menu li a:active ,#selected { 
background-image:url(../images/bg_menu_cazr.jpg);
background-position:  0px 0px;
 height:33px;
width:124px;
  /*  background: #900 ; 
    text-decoration: underline ; 
  */
    }
	.menu li span.texte_menu {
 padding:0 0 0 10px;
			
	}


