/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav { margin:30px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }


/* demo-specific
----------------------------------------------------------------- */

#demo4 #listWrapper { width:100px } /* le menu alphabétique */
#demoFour li { float:left; list-style-type:none; padding-left:25px; }
#demoFour a {  
	background-color:#b0c4dd; 
	color:#000000; 
	display:block; 
	text-align:center; 
	height:30px; 
	width:320px; 
	border:1px solid #2F527A; 
	padding:2px; 
	margin:5px 5px 5px 5px; text-decoration:none; 
}
#demoFour a:hover { background-color:#ffc66d; color:#000000 }

