﻿/* Styles globaux */

body
{
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif; font-size: 12px
}


a
{
    color: #82b932;
}

h1
{
    background-color: #86c729;
    color: White;
    font-size: 11pt;
    padding: 5px;
    font-family:Calibri;
    width:700Px;
}

h2
{
    font-size: 11pt;
}

.clear
{
    clear: both;
}

.data-table
{
    background-color: White;
    border-collapse: collapse;
}

.data-table th, .data-table td
{
    border: 1px solid #89c433;
    padding: 5px;
}

.data-table th
{
    background-color: #89c433;
    color: White;
    text-align: left;
}

.data-table th.vertical
{
    text-align: right;
}

.data-table th a
{
    color: White;
    font-weight: normal;
}

.data-table td
{
    min-width: 100px;
}

.data-table tr.odd
{
}

.data-table tr.even
{
    background-color: #eee;
}

.data-table tr.pager td
{
    border-style: none;
    min-width: 0px;
}

.centrer td, .centrer th
{
    text-align:center;
}

.form label
{
    text-align: right;
    font-weight: bold;
}

.errors
{
    color: Red;
}

.field
{
    margin-bottom: 10px;
    width: 700px;
}

.field label
{
    display: inline-block;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
    width: 200px;
    vertical-align: top;
}

.field2
{
    margin-bottom: 10px;
    width: 700px;
}

.field2 label
{
    display: inline-block;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
    width: 20px;
    vertical-align: top;
}

.commands
{
    position: relative;
    left: 210px;
}

/* Styles Master Page */

.page
{
    margin: auto;
    width: 1000px;
}

.header
{
    color: White;
    height: 177px;
}

.header a
{
    color: White;
}

.header-logo
{
    float: left;
}

.header-bg
{
    /*float: left;*/ /*margin-left: -5px;*/
    height: 177px;
    width: 751px;
}

.top-menu 
{
    float: inherit;
    height: 42px;
    position: relative;
    left: 210px;
    top: -55px;
}

table.top-menu-item
{
    padding-left: 20px;
    padding-right: 20px;
}

a.top-menu-selected-item
{
    font-weight: bold;
}

.side-menu
{
    float: left;
    color: #82b932;
    font-weight: bold;
    width: 200px;
}

#ctl00_tvMenu td
{
    white-space: pre-wrap !important;
}

table.side-menu-item
{
    border-bottom: 2px solid #808080;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 200px;
    white-space: pre-line;
    
}

a.side-menu-selected-item
{
    color: Black;
}

.content
{
    float: left;
    width: 765px;
    margin-top: 10px;
    padding: 10px;
    background-color: #e0e0e0;
}

/*Style pour la messageBox*/
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
/*fin de style pour la messageBox*/