/**
* common rules
*/
  strong
  {
    font-weight: bold;
  }
  a:hover
  {
    text-decoration: underline;
  }
/*---------------------------*/

/**
* Mise en place de la largeur maximale de la page et de sa décoration
*/
  html, body
  {
    height:100%;
    min-width: 908px;
    width: expression((documentElement.offsetWidth<908)?"908px":"100%");
  }
  .background_wrapper
  {
    background:  transparent url(/images/main_background.gif) repeat-y center top;
  }
/*---------------------------*/

/**
* Mise en place des liens du haut de page
*/
  .main_link
  {
    padding-bottom: 5px;
    position: relative;
    height: 23px;
    background: transparent url(/images/main_link_background.gif) no-repeat 50% top;
  }
  .main_link .link_wrapper
  {
    padding-top: 4px;
    height: 19px;
    line-height: 23px;
    left: 50%;
    margin-left: -454px;
    position: absolute;
    width: 908px;
  }
/*---------------------------*/

/**
* mise en place du header
*/
  #hd
  {
    z-index: 1500;
    height: 289px;
    position: relative;
  }
  .home #hd
  {
    height: 434px;
  }
/*-----------------*/


/**
* Mise en place du logo
*/
  #hd div.logo
  {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: 276px;
    background: transparent url(/images/new_logo.png) no-repeat left top;
    width: 182px;
    height: 74px;
    /*width: 166px;
    height: 71px;*/
  }
  #hd a.logo
  {
    z-index: 15;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: 282px;
    width: 173px;
    height: 74px;
    /*width: 166px;
    height: 71px;*/
  }
  .logo span
  {
    display: none;
  }
/*---------------------------*/

/**
* Mise en place du corps de la page
*/
  #bd
  {
    width:860px;
    padding: 0 24px;
    margin: 0 auto;
    z-index: 1000;
  }
  .left_column
  {
    float:left;
  }
  .main_column
  {
    float:left;
    width: 658px;
    display: block;
    margin-left: -4px;
    padding-left: 4px;
    background-color: #ffffff;
    border-top: 6px solid #cdcdcd;
    font-family: Verdana, sans-serif;
  }
/*-----------------*/

/**
* mise en place du colonnage sur la page d'accueil
*/
  .home .eat_column,
  .home .move_column
  {
    float: left;
    width: 50%;
  }
/*----------------------------*/



/**
* Mise en place du footer
*/
  #ft
  {
    background: transparent url(/images/footer_background.gif) no-repeat 50% top;
    margin: 20px auto 0 auto;
    height: 36px;
    line-height: 36px;
    z-index: 500;
  }
/*-----------------*/