/*
Titre:      CSS : www.cibles-et-biens.com
Auteur:     Remy Grauwin - contact@arsiteo.com
*/


/* --- ALPHABET --- */



#body-prestations ul#liste-alphabet      {
	color: #000;
	background-color: #f3f3f3;
	text-align: center;
	list-style-type: none;
	padding: 6px
	}


#body-prestations ul#liste-alphabet li  {
	display: inline
	}
	
#body-prestations ul#liste-alphabet li a:link, ul#liste-alphabet li a:visited  {
	color: #000;
	text-decoration: none
	}

#body-prestations ul#liste-alphabet li a:hover, ul#liste-alphabet li a.expose   {
	color: #fff;
	text-decoration: none;
	background-color: #877cb9;
	}


ul#liste-alphabet li a.expose    {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background-color: #877cb9;
	padding-right: 2px;
	padding-left: 2px
	}

#definition dt,  .definition dt  {
	color: #000;
	font-size: 14px;
	margin-top: 20px;
	width: auto;
	border-bottom: 1px solid #dfdfdf
	}

#definition dd, .definition dd  {
	color: #666;
	font-size: 12px;
	text-align: justify
	}
