html {
    background: white;
    color: black;
}

body {
    font-family: Arial, Verdana, Helvetica;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a,a:hover {
    color: #00426F;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.texteBleu{
    color: #014181;
}

.texteGras{
    font-weight: bold;
}

.texteBleuGras{
    color: #014181;
    font-weight: bold;
}

.texteItalique {
    font-style: italic;
}

table {
    font-size: 13px;
}
  
.tableauFondGrisClair{
    background-color: #E1EBEF;
}

/* ----------------------------------------------------------------------------*/
/* ---------------------------------- Header ----------------------------------*/
/* ----------------------------------------------------------------------------*/
.headerNotice{
    background: white url(../img/header/bg_header.jpg) repeat-x bottom left;
    padding-top: 5px;
    height: 60px;
    z-index: 100;
}

.headerNotice .titreNotice {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 5px;
}

/* ----------------------------- Boutons soulignés ----------------------------*/
.boutonDroite {
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #ccc;
    float: right;
    padding-right: 12px;
    background: url(../img/boutonsNavigation/puce_grise_right.gif) no-repeat
        right 0.25em;
}

.boutonDroite:hover{
    text-decoration: none;
    color: black;
    border-color: #aaa;
}

/* ----------------------------------------------------------------------------*/
/* ---------------------------------- Contenu ---------------------------------*/
/* ----------------------------------------------------------------------------*/
.basNotice, .pdfNotice {
    position: absolute;
    float: left;
    top: 65px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/* ----------------------------------------------------------------------------*/
/* -------------------------------- Menu Gauche -------------------------------*/
/* ----------------------------------------------------------------------------*/
.menuGauche{
    width: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    float: left;
    overflow: scroll;
}

.menuGauche a, .menuGauche a:hover{
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none;
}

.contenuNotice{
    padding-right: 20px;
    position: absolute;
    left: 130px;
    right: 0;
    top: 0;
    bottom: 0;
    float: right;
    overflow: scroll;
}

.menuGauche .titreMenu{
    font-weight: bold;
    text-align: center;
    padding: 3px 0px;
    height: 30px;
}

.menuGauche tr{
    vertical-align: middle;
    height: 50px;
}

/* .menuGauche tr:nth-child(even) { Ne fonctionne pas sous IE...
    background-color: #E1EBEF;
} */

.menuGauche td{
    padding-left: 2px;
}

/* ----------------------------------------------------------------------------*/
/* ------------------------------- Contenu Notice -----------------------------*/
/* ----------------------------------------------------------------------------*/

.contenuNotice .tableauFondGrisBleu{
    background-color: #A8CCE4;
}

.contenuNotice .tableauBordureGrise{
    border-color: #8EA1A8;
}

.contenuNotice .texteGrisFonce{
    color: #8EA1A8;
}

.contenuNotice .tableauTitre{
    font-size: 18px;
    height: 30px;
}

.contenuNotice .tdTitreBlanc {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
    font-size: 15px;
}

.contenuNotice .tableauPrecision{
    background-color: #E1EBEF;
    height: 30px;
    font-weight: bold;
    color: #014181;
}

.contenuNotice .tableauFondGrisFonce {
    background-color: #8EA1A8;
}

.contenuNotice .titreMoyen {
    font-size: 18px;
}

.contenuNotice .titreMoyenGras {
    font-size: 18px;
    font-weight: bold;
}

.contenuNotice .titrePetitGras {
    font-size: 15px;
    font-weight: bold;
}

/*Utile pour les liens anchor, pour qu'il ne passe pas sous le header fixe*/
.contenuNotice .anchor:before {
  content:"";
  display:block;
  height:10px; /* fixed header height*/
  margin:-10px 0 0; /* negative fixed header height */
}

