/* Start of CMSMS style sheet '09 - Recrutement' */
/*
 * Introduction
 */
div#recrutement_introduction
{
  margin-left : 35px;
  margin-right : 45px;
}


/*
 * Choix de candidature
 */
div#recrutement_choix
{
  overflow : auto;
  
  width : 850px;
  
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
}

div#recrutement_choix div
{
  overflow : auto;
  
  width : 33%;
}

div#recrutement_choix div p
{
  margin-left : 15px;
  margin-right : 15px;
}

div#recrutement_choix div.one
{
  float : left;
}

div#recrutement_choix div.three
{
  float : right;
}

div#recrutement_choix div.two
{
  margin-left : auto;
  margin-right : auto;
}



/*
 * Jobs
 */
div#recrutement_jobs
{
  float : left;
  
  width : 330px;
  
  margin-top : 15px;
  margin-bottom : 40px;
  margin-left : 15px;
}

div#recrutement_jobs h2.titre_3_bleu
{
  margin-top : 10px;
  
  background-position : left top;
  
  cursor : pointer;
}
/* End of '09 - Recrutement' */

