﻿html
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
}
body
{
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: Black;
    height: 100%;
    width: 100%;
}
.body {
    background-color: #8d8a88;
    background-image: url('../Images/bg_fond_fenetre.gif');
    background-repeat: repeat-x;
}
.body-white {
    background-color: #fff;
}

#page
{
      width: 760px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0px;
      background-color : #fff; 
}
.page {
    background-image: url('../Images/bg_page.gif');
    background-repeat: repeat-x;  
}

#page #contentcontainer
{
      min-height: 470px;
      position: relative;
}

/* HACK IE6 */
* html #page #contentcontainer { 
    height: 470px;
}

#page-shadow
{
      width: 804px;
      margin-left: auto;
      margin-right: auto;
}
.page-shadow {
    background-image: url('../Images/ombrage.png');
    background-repeat: repeat-y;
}
.page-shadow-white {
    background-color: #fff;    
}

#page #header
{
      top: 0px; 
      width: 760px; 
      height: 100px;
}

#page #header_print
{
    display: none;
}

#page #menu
{
      height: 470px;
      position: absolute;
      top: 0px;
      width: 160px; 
}

#page #menu iframe
{
    height: 470px;
    background-color: Transparent;
}

#page #header iframe
{
    height: 100px;
    background-color: Transparent;
}

#page footer iframe
{
    height: 92px;
    background-color: Transparent;
}

#page #footer
{
      width: 760px; 
      height: 92px;
}

#page #content
{
      width: 600px;
      min-height: 453px; /* 470 - 17 */
      margin-left: 160px;
      position: relative;
      padding-top: 17px;
}

/* HACK IE6 */
* html #page #content { 
    height: 453px;
}

/* Pour permettre d'afficher le fond blanc pour le RV. */

.body-white .ui-jqgrid .ui-widget-content
{
    background-color: white;
    background-image: none;
}

.body-white .ui-widget-content
{
    background-color: white;
    background-image: none;
}
