/* Start of CMSMS style sheet 'Bloc - Recrutement' */
/*
 * Bloc
 */
div#recrutement
{
  position : relative;
  
  width : 529px;
  height : 255px;
  
  background : url(images/nous-joindre/cadre.png) no-repeat bottom center;
}


div#recrutement div.introduction
{
  position : absolute;
  
  top : 5px;
  left : 35px;
  right : 35px;
}

div#recrutement div.introduction a
{
  text-decoration : none;
  
  color : #fd9317;
}


div#recrutement div.formulaire label
{
  position : absolute;
  
  left : 20px;
}


div#recrutement div.formulaire div.fb_invalid label
{
  color : #ff0000;
  
  font-weight : 700;
}


div#recrutement div.formulaire input
{
  position : absolute;
  
  left : 80px;
  
  width : 182px;
  
  border : 1px solid #cacee6;
}


div#recrutement_nom label
{
  top : 45px;
}


div#recrutement_nom input
{
  top : 43px;
}


div#recrutement_prenom label
{
  top : 85px;
}


div#recrutement_prenom input
{
  top : 83px;
}


div#recrutement_e-mail label
{
  top : 125px;
}


div#recrutement_e-mail input
{
  top : 123px;
}


div#recrutement_telephone label
{
  top : 165px;
}


div#recrutement_telephone input
{
  top : 163px;
}


div#recrutement div.formulaire div#recrutement_cv label
{
  top : 48px;
  left : 305px;
}

div#recrutement div.formulaire div#recrutement_cv input
{
  top : 66px;
  left : 305px;
  
  width : 207px;
}

div#recrutement div.formulaire div#recrutement_lettre-motivation label
{
  top : 135px;
  left : 305px;
}

div#recrutement div.formulaire div#recrutement_lettre-motivation input
{
  top : 153px;
  left : 305px;
  
  width : 207px;
}


div#recrutement_submit a
{
  position : absolute;
  
  bottom : 15px;
  left : 50%;
  
  display : block;
  
  width : 255px;
  height : 35px;
  
  margin-left : -127.5px;
  
  background : url(images/nous-joindre/btn-submit.png) no-repeat center top;
}


div#recrutement_submit a:hover
{
  background : url(images/nous-joindre/btn-submit.png) no-repeat center bottom;
}



div#recrutement div.reponse h2
{
  margin-top : 20px;
  margin-left : 15px;
  
  line-height : 16px;
  
  font-size : 13px;
}


div#recrutement div.reponse span
{
  position : absolute;
  
  left : 30px;
}



/* End of 'Bloc - Recrutement' */

