/* +------------------------------------------------------+
   | STYLE                                                |
   +------------------------------------------------------+ */
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #004C99;
}

.emploi_left {
  /* border: solid 1px blue; */
  float: left;
  width: 49%;
}

.emploi_right {
  /* border: solid 1px red; */
  display : none;
  float   : right;
  width   : 49%;
}

.emploi_btn_postuler {
  display: block;
  width: 100%;
  height : 50px;
  background: url(../images/btn_postuler.gif) no-repeat bottom right;
}

/* +------------------------------------------------------+
   | Les titres                                           |
   +------------------------------------------------------+ */
#pageTitre
{
  height: 27px;
  background: url(../images/titre_bg.gif) no-repeat top left;
}
#pageTitre #premiereLettre
{
  width: 30px;
  float: left;
  margin: -5px 0px 0px 15px;
  _margin: -5px 0px 0px 8px;
  
  color: #FFF;
  font-size: 26px;
  font-style:italic;
}
#pageTitre #resteTitre
{
  float: left;
  margin: 5px 0px 0px -5px;
  
  color: #004c99;
  font-size: 18px;
  font-weight: bold;
  font-style:italic;
}