﻿
h2 {
    color: #415698;
    margin-top: 40px;
}

h3 {
    color: #415698;
    margin-top: 30px !important;
}

li + li 
{
    margin: 1em !important;
}

p
{
    font-size: 10.0pt !important;
}

ul, ol
{
   /* padding-top: 10px !important;*/
    padding-left: 30px !important;
}

ul + p,h3 
{
    margin-top: 20px !important;
}

ol + p 
{
    margin-top: 20px !important;
}

table + p 
{
    margin-top: 20px !important;
}

.adresse
{
    padding-left: 30px !important;
}

.subsection 
{
    padding-left: 30px;
}

.tableAvis {
    -webkit-tap-highlight-color: transparent;
    background-color: #F0F0F0;
    border-width: 0;
    width: 100% !important;
    border-collapse: collapse !important;
}

th {
    color: White;
    cursor: pointer;
    white-space: nowrap;
    padding: 7px 6px;
    border-top: 0px none #2c4182;
    border-left: 0px solid #2c4182;
    border-bottom: 1px solid #2c4182;
    border-right: 1px solid #2c4182;
    background: #415698 url('../App_Themes/PlasticBlue/GridView/gvHeaderBackground.gif') repeat-x top;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
}

td {
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top-width: 0;
    border-left-width: 0;
    padding: 4px 6px 5px;
    border-right: 1px Solid #D5D5D5;
}

.dataRow {
    background-color: #FFFFFF;
}

.dataRowAlt {
    background-color: #F1F1F1;
}