/* = Feuille de styles / lexique = */
	
	#colA p {
		color: #8c8c8c; 
		font-size: 93%;
		}
		
	/*= presentation ---------------------------------------- */
	#presentation {}
	#presentation p {}
	#presentation img {float: right}
	
	/*= alphabet ---------------------------------------- */
	#alphabet {
		height: 40px;
		margin: 1em 0 0 0
		}
	#alphabet li {
		float: left;
		list-style: none;
		}
	#alphabet li a {
		display: block;
		width: 22px; height: 40px;
		margin: 0 3px 0 0;
		padding: 2px 0 0 0;
		font-size: 100%;
		text-decoration: none;
		text-align: center;
		vertical-align: center;
		color:#3862a3;
		background: transparent url(../images/itemAlpha.gif) no-repeat 0 0
		}
	#alphabet li a.alpha_def:hover {
		color:#fff;
		background-position: 0 -42px!important;
		}
	#alphabet li a.alpha_def {
		background-position: 0 -96px;
		}	
		
	#alphabet li a.currentLetter {
		color:#fff;
		background-position: 0 -42px;
		}

		
	/*= fiche lexique index alphabet ---------------------------------------- */
	#fiche {
		margin: 0 0 1em 0;
		padding: 1em;
		background-color: #F4F4F4;
		}
	#fiche h3, 
	#fiche p {padding: 0.5em 0 0.5em 0}
	#fiche h3 {
		font-size: 93%;
		color:#3862a3;
		/* text-decoration: underline; */
		}	
	#fiche p {}
	
