/* Start of CMSMS style sheet '06 - Lexique du Rachat De Crédits' */
/* 
 * Introduction
 */
div#lexique_introduction
{
  margin-left : 35px;
  margin-right : 45px;
}


/*
 * Alphabet
 */
ul#lexique_alphabet
{
  display : block;
  
  width : 796px;
  height : 52px;
  
  margin-left : auto;
  margin-right : auto;
  
  background : url(images/pages/lexique-du-rachat-de-credits/alphabet.png) no-repeat center left;
}


ul#lexique_alphabet li
{
  display : block;
  
  float : left;
  
  margin-top : 14px;
  margin-bottom : 14px;
  margin-right : 3px;
}

ul#lexique_alphabet li a
{
  display : block;
  
  float : left;
  
  width : 24px;
  height : 24px;
  
  line-height : 24px;
  
  color : #fff;
  
  text-decoration : none;
  text-align : center;
  
  font-weight : 700;
}

ul#lexique_alphabet li a:hover, ul#lexique_alphabet li.current a
{
  width : 22px;
  height : 22px;
  
  background : #646fad;
  
  border : 1px solid #a0a6cc;
  
  line-height : 22px;
}


/*
 * Liste des termes
 */
dl#lexique_terms
{
  margin-top : 30px;
  margin-left : 40px;
  margin-right : 45px;
}

dl#lexique_terms dd
{
  margin-bottom : 20px;
  margin-left : 20px;
}


div#lexique_no_term
{
  margin-top : 30px;
  margin-bottom : 40px;
  margin-left : 40px;
  margin-right : 45px;
}
/* End of '06 - Lexique du Rachat De Crédits' */

