﻿body
{
    font-family: Sans-Serif;
}

.Entete
{
    display: none;
}

div.menu
{
    display: none;
}

.User
{
    display: none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 2px;
}

h1
{
    text-align: center;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 2px;
    margin-top: 5px;
}

h2
{
    font-size: 1.2em;
    margin-top: 10px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

.failureNotification
{
    font-size: 0.8em;
    color: Red;
}

.PiedPagePrint
{
    font-size: 0.8em;
    color: Gray;
}

.PiedPage
{
    display: none;
}


.LienPrecSuiv
{
    display: none;
}

/*  Tableaux  */

.TblTournee
{
    border-spacing: 0px;
    border-width:1px;
    background-color: transparent;
    overflow: scroll;
    margin-top: 5px;
    margin-bottom: 5px;
/*    border-bottom-style:hidden;
    border-right-style:hidden;
    border-top-style:solid;
    border-left-style:solid;*/
    border-style:solid;
    border-color:Black;
}


.TblTournee th
{
    /*border-top-style:hidden;
    border-left-style:hidden;*/
    background-color: #dddddd;
    font-size: 1.0em;
    text-align: center;
    padding: 3px;
    border-spacing: 0px;
    border-width:1px;
    border-style:solid;
    border-color:Black;
}


.TblTournee td
{
    border-spacing: 0px;
    border-width:1px;
    border-style:solid;
    /*border-top-style:hidden;
    border-left-style:hidden;*/
    border-color:Black;
    margin:3px;
}


.TblPlanning
{
    border-spacing: 0px;
    border-width: 0px;
    background-color: transparent;
    overflow: scroll;
    margin-top: 5px;
    margin-bottom: 5px; /*    border-bottom-style:hidden;     border-right-style:hidden;     border-top-style:solid;     border-left-style:solid;*/
    border-style: none;
    border-color: Black;
    text-align:center;
}


.TblPlanning th
{
    /*border-top-style:hidden;     border-left-style:hidden;*/
    background-color: #FFF;
    font-size: 1.0em;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:5px;
    margin-right:5px;
    border-spacing: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    border-width:2px;
}

.TblPlanning tr:nth-child(even)
{
    /*background: #FF;*/
}

.TblPlanning tr:nth-child(odd)
{
   /* background: #FFF;*/
}

.TblPlanning td
{
    border-spacing: 0px;
    border-width: 1px;
    border-style: solid; /*border-top-style:hidden;     border-left-style:hidden;*/
    border-color: Black;
    margin: 0px;
    /*height:23px;*/
    /*background: #FFF;*/
    font-size:smaller;
}

.LienTxtNormSansCouleur
{
    text-decoration:none;
    color:inherit;
}

