
/*  html,*/ body {
   background-color : #f5f5e9/*d5d5d5*/;
   /*background-image : url("Images/Design/Fonds/FondWeb.png");*/
   background-position : top left;
   /*background-image : url("images/Galaxie.jpg");*/
   background-attachment : fixed; 			/* Le fond restera fixe */
   /*background-repeat : no-repeat;*/
   font-family : "Tahoma", Times, "Times New Roman", serif;	/* police */
   font-size : 0.9em;
   color : #222222;
   margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;

/*text-align : center;*/
  }

  #banniere {
    position : fixed;
    background-color : #444444;
    background-image : url("Images/Design/Bannieres/Banniere3.png");
    background-position : center;
    background-repeat : no-repeat;
    top : 0px;
/*    width : 1280px;
    margin-left : -640px;
    left : 50%;*/
    width : 100%;
    height : 200px;
    left : 0px;
  }

  #titre {
    position : fixed;
    background-image : url("Images/Design/Bannieres/L_Marnas.png");
    top : 60px;
    height : 70px;
    left : 40px;
    width : 582px;

  }

  #job {
    position : fixed;
    background-image : url("Images/Design/Bannieres/Admin.png");
    top : 50px;
    right : 40px;
    height : 100px;
    width : 400px;
  }

  #bandeau {
    position : fixed;
    background-image : url("Images/Design/Fonds/FondSemiNoir.png");
    height : 30px;
    top : 170px;
    left : 0px;
    right : 0px;
    line-height : 30px;
  }

  #bandeauCentre {
    position : fixed;
    height : 30px;
    top : 170px;
    width : 1000px;
    margin-left : -500px;
    left : 50%;
    line-height : 30px;
    font-size : 1.1em;
  }

  #ombreBandeau {
    position : fixed;
    background-image : url("Images/Design/OmbreBas.png");
    height : 10px;
    top : 200px;
    width : 100%;
    left : 0px;;
  }

  #bandeauCentre a {
    text-decoration : none;
    color : #e9e9e9;
    font-weight : bold;
  }

  #bandeauCentre a:hover {
    color : #ffd088;
    font-weight : bold;
  }

  .tabMenu {
    border-collapse : collapse;
  }

  .tabMenu td {
    height : 30px;
    padding : 0px;
    text-align : center;
    line-height : 30px;
  }

  #fondPage {
    position : absolute;
    background-color : #f5f5e9;
    top : 200px;
    width : 100%;
    left : 0px;
  }

  #banniereGauche {
    position : fixed;
    background-color : #d8dfe4;
    background-image : url("Images/Design/BanniereGauche.png");
    top : 0px;
    height : 100%;
    width : 200px;
    left : 0px;
    color : #e9e9e9;
    font-weight : bold;
  }

  #banniereGauche a {
    text-decoration : none;
    color : #e9e9e9;
    font-weight : bold;
  }

  #banniereGauche a:hover {
    color : #ffd088;
    font-weight : bold;
  }

  #ombreBannierreGauche {
    position : fixed;
    background-image : url("Images/Design/OmbreGauche.png");
    top : 0px;
    height : 100%;
    width : 10px;
    left : 190px;
  }

  #cadreBanniereGauche {
    position : fixed;
    background-image : url("Images/Design/Fonds/FondSemiNoirClair.png");
    top : 250px;
    height : 265px;
    width : 160px;
    left : 20px;
  }

  #ombreBannierreDroite {
    position : fixed;
    background-image : url("Images/Design/OmbreDroite.png");
    top : 0px;
    height : 100%;
    width : 10px;
    left : 200px;
  }

  #ombreBannierreDroite2 {
    position : fixed;
    background-image : url("Images/Design/OmbreGauche.png");
    top : 0px;
    height : 100%;
    width : 10px;
    right : 0px;
  }

  #banniereDroite {
    position : fixed;
    background-color : #d8dfe4;
    background-image : url("Images/Design/BanniereDroite.png");
    top : 0px;
    height : 100%;
    width : 50px;
    right : 0px;
    color : #e9e9e9;
    font-weight : bold;
  }

  #ombreBannierreDroiteD {
    position : fixed;
    background-image : url("Images/Design/OmbreDroite.png");
    top : 0px;
    height : 100%;
    width : 10px;
    right : 40px;
  }

  #ombreBannierreDroiteG {
    position : fixed;
    background-image : url("Images/Design/OmbreGauche.png");
    top : 0px;
    height : 100%;
    width : 10px;
    right : 50px;
  }

  #page {
    position : absolute;
    background-color : #f5f5e9;
    top : 0px;
    height : 100%;
    right : 80px;
    left : 230px;
  }

  #tabContact {
    border : 1px solid black;
    border-collapse : collapse;
  }

  #tabContact:hover {
    border : 1px solid #002266;
    background-color : #e9e0d8;
  }

  #tabExpPro {
    border-collapse : collapse;
    width : 100%;
  }

  #tabExpPro td {
    border : 1px solid black;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom:5px;
    text-align : justify;
  }


  #remerciements{
      position : fixed;
      font-size : 0.8em;
      bottom : 0px;
      left : 0px;
      width : 100%;
      background-color : #c5c5b9;
  }

/* ------ GENERAL ----------------------------------------------------------- */

  a {
    color : #222222;
    text-decoration : none;
    font-weight : bold;
  }

  a:hover {
    color : #002266;
    text-decoration : underline;
  }
  
  p {
    text-align : justify;
  }

/* ------ MISE EN FORME ----------------------------------------------------- */
  .gras {
    font-weight : bold;
  }
  
  .grisItalique {
    font-style : italic;
    color : #666666;
  }
