/* ------------------------------------*/
/* ----------->>> LEXIQUE <<<------------*/
/* ----------------------------------*/

/* page header properties depends on this */
.plan-du-site #header {
  position: relative;
  float: left;
 /* width: 1050px;*/
 width:980px;
  height: 239px;
  background: url('../images/header-common-bg.png') no-repeat top;
  }
  .plan-du-site #header .media-search-bar {
    position: relative;
    float: left;
    width: 951px;
   /* padding: 0 49px 0 50px; */
    padding: 0 0 0 30px;
    margin: 9px 0 0 0;
    }
    .plan-du-site #header .media-search-bar .media-actu p {
      position: absolute;
      top: 10px;
      right: 353px;
      }
    .plan-du-site #header .media-search-bar .search {
      right: 21px;
      }
.plan-du-site #content {
  background: #222f4b url('../images/page-common-bg.png') repeat-x top;
  padding-bottom: 50px;
  }
  .plan-du-site #content h2 {
    margin: 4px 0 8px 0;
    }
  #content .tab {
    float: left;
    width: 951px;
    margin-bottom: 20px;
    }
    #content .tab .tab-title-left {
      float: left;
      height: 24px;
      width: 7px;
      background: url('../images/tab-title-left.png') no-repeat top;
      }
    *html #content .tab .tab-title-left {
      background: url('../images/tab-title-left-ie6.png') no-repeat top;
      }
    #content .tab .tab-title {
      float: left;
      height: 24px;
      padding: 0 3px 0 1px;
      background: url('../images/tab-bg.png') repeat;
      }
    *html #content .tab .tab-title {
      background: url('../images/tab-bg-ie6.png') repeat;
      }
      .plan-du-site #content .tab .tab-title h3 {
        padding: 5px 5px 5px 0;
        font-size: 0.8em;
        text-transform: uppercase;
        color: #95d7ff;
        }
      *html .plan-du-site #content .tab .tab-title h3 {
        padding: 4px 5px 4px 0;
        }
    #content .tab .tab-title-right {
      float: left;
      height: 24px;
      width: 8px;
      background: url('../images/tab-title-right.png') no-repeat top;
      }
    *html #content .tab .tab-title-right {
      background: url('../images/tab-title-right-ie6.png') no-repeat top;
      }
    #content .tab .tab-content {
      float: left;
      width: 941px;
      padding: 0 0 0 10px;
      background: url('../images/tab-bg.png') repeat;
      }
    *html #content .tab .tab-content {
      background: url('../images/tab-bg-ie6.png') repeat;
      }
      #content .tab .tab-content ul.tab-content-list {
        float: left;
        width: 156px;
        padding: 6px 0 10px 0;
        }
        #content .tab .tab-content ul.tab-content-list li {
          float: left;
          width: 153px;
          }
          #content .tab .tab-content ul.tab-content-list li h4 {
            font-size: 0.75em;
            font-style: normal;
            font-weight: bold;
            text-transform: uppercase;
            color: #ffffff;  
            }
          #content .tab .tab-content ul.tab-content-list li a {
            float: left;
            clear: left;
            font-family: Verdana, sans-serif;
            font-size: 0.7em;
            line-height: 1.2em;
            color: #fff;
            padding: 0 0 0 8px;
            background: url('../images/list-dash.png') no-repeat 0 7px;
            }
    #content .tab .tab-content-bg {
      float: left;
      width: 951px;
      height: 5px;
      background: url('../images/tab-content-bottom.png') no-repeat top;
      }
    *html #content .tab .tab-content-bg {
      background: url('../images/tab-content-bottom-ie6.png') no-repeat top;
      }
