@charset "iso-8859-1";
/* CSS Document */

/* --------------------------------------------------------------------- */
/* -------------- MENU PRINCIPAL HORIZONTAL ------------------- */
#liste_lettre {
	clear:both;
	height:25px;	
}
ul#lettres {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#lettres li {
	margin: 0 0 0px 0 ;
	padding: 0 ;
	float:left;
}

/* ****** ACCUEIL ***** */
ul#lettres li {
	float:left;
	margin-right:1px;
}
ul#lettres li a{
	display: block ;
	width: 20px ;
	height : 21px;
	text-indent:5px;
	line-height:-8px;
	color: #000 ;
	text-decoration: none ;
	background: url(../img/background/recherche/lettre.png) no-repeat 0 0px ;
	color:#FFF;
	font-size:12px;
}
ul#lettres li a:hover {
	background: url(../img/background/recherche/lettre.png) no-repeat 0 -21px ;
	color:#F00;
	font-size:12px;
	font-weight:bold;
}


