/* 
    Created on : 28 janv. 2015, 21:03:13
    Author     : robert
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 avr. 2014, 11:40:04
    Author     : robert
*/
.tab {
  position: relative;
  display: none; }
  .tab .onglet {
    min-height: 300px;
    margin: 10px;
    position: relative; }
    .tab .onglet > div {
      min-width: 400px;
      min-height: 200px;
      border: 1px solid #dadada;
      padding-bottom: 0; }
    .tab .onglet > ul {
      text-align: left;
      border: 0;
      background: #FFF; }
      .tab .onglet > ul > li {
        color: #fff;
        background: #ed7f12; }
        .tab .onglet > ul > li.active {
          background: #f4b271; }
          .tab .onglet > ul > li.active:first-child {
            background-image: none; }
        .tab .onglet > ul > li.deActive {
          background: #fbe5d0;
          color: #fff; }
          .tab .onglet > ul > li.deActive:first-child {
            background-image: none; }
