/*
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 : 6 juil. 2020, 19:33:14
    Author     : Charles
*/

.cadre_onglets{
  color: #000000;
  margin-top:2px;
  padding:0px;
  text-align:center;
  min-width:900px;
}	

.onglets_line{
  color: #000000;
  padding: 0px;
  display:inline-flex;
  width:100%;
}

.onglet_case{
  display:inline-block;
  color:black;
  padding:5px;
  margin:0;
  background-color: #EFEFEF;
  text-align:center;	
  white-space:nowrap;
  border-left:solid 1px white;
  border-right:solid 1px white;
}

.bloc_sous_onglet{
  text-align: center;
  margin-bottom:20px;  
}

.sous_onglets_line{
  color: #000000;
  padding: 0px;
  display:block;
}
.sous_onglet_case{
  display:inline-block;
  color:black;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  margin:0;
  background-color: #EFEFEF;
  text-align:center;	
  white-space:nowrap;
  border-top:solid 2px white;
  border-left:solid 1px white;
  border-right:solid 1px white;
}

.onglet_case:hover{
background-color: #A8DAFF;
}

.sous_onglet_case:hover{
background-color: #A8DAFF;
}

.onglet_link{
  font-size:14pt;
  /*font-weight:bold;*/
  text-decoration: none;  
}

.sous_onglet_link{
  font-size:11pt;
  /*font-weight:bold;*/
  text-decoration: none;  
}

.onglet_actif{
  background-color: #FFCA00;
}