/* menu_d.css Document */

/*_________ MENU ACCORDEON_____________ */
NAV {   display: block;
		margin-left: 10px;
		}
		
		
#psup .accordeon {
		display: block;
		float: left;
		height: auto;
		margin: 18px 0px;
		padding: 0px 0px 20px 5px;
		position: relative;
		width: 191px;
		z-index: 10;
}

#psup .accordeon a, .accordeon span {
	  border-bottom: 1px solid transparent;
      color: #FFFFFF;
      display: block;
      height: 25px;
	  margin: 0px auto;		
      padding: 1px 0px 0px 10px;	
      text-decoration: none;
}


#psup .accordeon a:hover { 
	color:#FFF;
	background: transparent  url(../image/fleche_pointe_2.png) top left no-repeat;  
    border-bottom: 1px solid #FFF;
	height: 25px;
	padding-left: 25px;
	text-decoration: none;
	width: 150px;
	
}   

psup .accordeon a:focus { color:#FFFFFF; 
	text-decoration: none;
	border-bottom: 0px solid #FFF;
	background: transparent  url(../image/fleche_pointe_2.png) top left no-repeat;
	height: 25px;
	padding-left: 25px;

}   




#psup .accordeon .acc_menu {
		background: url(../fond/fond_menu_d5m.png) left top repeat-y; 
		color: #FFF;
      	font: 0.55em  "Century Gothic", "Arial Rounded MT Bold", "Trebuchet MS", arial, Verdana, sans-serif;
		letter-spacing: 0.2em;
		font-size: 0.7em;
		font-weight: 100;
		height: auto;
		line-height:  25px;
      	list-style: none;
		z-index: 10;

}

#psup .accordeon #acc_menu_haut {background: url(../fond/fond_menu_d5h.png) left 0px no-repeat;
		height: 25px;}


#psup .accordeon #acc_menu_bas {background: url(../fond/fond_menu_d5b.png) left bottom no-repeat;
		height: 30px;}









/*_________ SOUS-MENU ACCORDEON_____________ */

#psup .accordeon ul.ss_acc {
	background: url(../fond/ssm_001.png) bottom left no-repeat;
	border: 0px solid #800000;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, "Arial Rounded MT Bold", Arial, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	height: auto;
    margin: 0 0 0 30px;
    padding: 0 0 40px 0;
	text-indent: 15px;
	width: 310px;  
		z-index: 10;
}

#psup .accordeon ul.ss_acc_2 {
	background: url(../fond/ssm_001.png) bottom left no-repeat;
	border: 0px solid #800000;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, "Arial Rounded MT Bold", Arial, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	height: 400px;
    margin: 0 0 0 30px;
	padding-left: 50px;
	text-align: left;
	width: 310px;  
		z-index: 10;
}



#psup .accordeon #largeur_produits {
	background: url(../fond/ssm_002.png) bottom left no-repeat;
	margin: 0 0 0px 30px;
	padding-bottom: 40px;
	width: 580px;	
		z-index: 10;
  }


#psup .accordeon #largeur_produits a:hover{	
	
 	background-image: url(../image/fleche_pointe_3.png);
	background-color: #888;
	background-position: left;
	background-repeat: no-repeat;
    border-bottom: 1px solid #800000;
	color:  #FFF; 
	height: 20px;
    margin: 0 0;	 
    padding: 0px 0px 4px 0px;
	text-decoration: none;
	text-indent: 25px;
	width: 460px;
		z-index: 10;
 }


li {    height: 18px;
		margin: 0 0;
   		padding: 0 0;
		list-style: none; 
}   



#psup .accordeon ul.ss_acc li a {
	  color: #222;   /* #444444;   #0066FF;    #800000;   */
	  margin: 0 0;	 
      padding: 0px 0px;
      }

#psup .accordeon ul.ss_acc li:first-letter { 
				  margin-right: 1px;
				  padding-left: 1px;
  				  padding-right: 1px;
				  color: #AA0000;
				  
 }

	  
#psup .accordeon ul.ss_acc li a:hover {
	background-color: #888;
	background-image: url(../image/fleche_pointe_3.png);
	background-position: left;
	background-repeat: no-repeat;
    border-bottom: 1px solid #800000;
	color:  #FFF;
	height: 20px;
    margin: 0 0;	 
    padding: 0px 0px 4px 0px;
	text-decoration: none;
	text-indent: 25px;
	width: 270px;
		z-index: 10;
}

/*_________Panneau non clicable_____________	 */

#psup .accordeon .ss_acc_2 {
	font-style: normal;
	font-weight: 100;
	height: auto;
	line-height:   15px;
    list-style: none;
	text-align: center;
	text-transform: capitalize;

}

/*_________FIN DU MENU ACCORDEON_____________	 */



