/* ------------------------------------*/
/* ----------->>> LEXIQUE <<<------------*/
/* ----------------------------------*/

/* page header properties depends on this */
.lexique #header {
  position: relative;
  float: left;
  /*width: 1050px;*/
  width: 980px;
  height: 239px;
  background: url('../images/header-common-bg.png') no-repeat top;
  }
  .lexique #header .media-search-bar {
    position: relative;
    float: left;
    width: 951px;
    height: 37px;
   /* padding: 0 49px 0 50px; */
    padding: 0 0 0 30px;
    margin: 9px 0 0 0;
    }
    .lexique #header .media-search-bar .media-actu p {
      position: absolute;
      top: 10px;
      right: 353px;
      }
    .lexique #header .media-search-bar .search {
      right: 101px;
      }
.lexique #content {
  background: #222f4b url('../images/page-common-bg.png') repeat-x top;
  }
  #content .alphabet-list {
    padding: 0 30px 0 50px;
    }
    #content .alphabet-list h2 {
      padding: 5px 0 30px 39px;
      }
    #content .alphabet-list ul.letters {
      width: 700px;
      margin: auto;
      padding: 3px 0 30px 0;
      }
      #content .alphabet-list ul.letters li {
        display: inline;
        }
        #content .alphabet-list ul.letters li a {
          margin: 6px; 
          font-family: Arial, Verdana, Tahoma, sans-serif;
          font-size: 1em;
          font-weight: bold;
          text-transform: uppercase;
          padding: 0;
          color: #95d7ff;
          text-decoration: underline;
          }
         #content .alphabet-list ul.letters li a:hover {
          text-decoration: none;
          }
  #content .phrase-list {
    float: left;
    width: 780px;
    padding: 3px 10px 100px 90px;
    }
    #content .phrase-list h3.spip {
	    padding: 10px 25px 6px 0;
		  font-size: 0.75em;
		  font-family: Arial, sans-serif;
		  font-weight: normal;
		  letter-spacing: 1px;
		  line-height: 1;
		  color: #95d7ff;
      }
	#content .phrase-list p.spip {
      margin: 0 25px 6px 0;
      }
  #content .sidebar {
    float: left;
    width: 15px;
    background-color: transparent;
    }
  #content .sidebar .button-up {
    padding: 150px 0 0 0;
    }
    
/* ------------------------------------*/
/* ----------->>> RECHERCHE <<<------------*/
/* ----------------------------------*/

.lexique .phrase-list .liste-articles ul li h3.titre {
	padding: 20px 0 8px 0;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.15;
	}
  .lexique .phrase-list .liste-articles ul li h3.titre a {
    color: #95d7ff;
    }
  .lexique .phrase-list .liste-articles p.pagination {
    padding: 20px 0 0 0;
    }
	  .lexique .phrase-list .liste-articles p.pagination a.lien_pagination {
	    text-decoration: underline;
	    color: #bfc8d2;
	    }
	  .lexique .phrase-list .liste-articles p.pagination span.on {
	    text-decoration: none;
	    color: #bfc8d2;
	    }


  
