/* Start of CMSMS style sheet 'Bloc - Nous Joindre' */
/*
 * Bloc
 */
div#nous_joindre
{
  position : relative;
  
  width : 529px;
  height : 280px;
  
  background : url(images/nous-joindre/cadre.png) no-repeat bottom center;
}


div#nous_joindre_introduction
{
  position : absolute;
  
  top : 35px;
  left : 35px;
  right : 35px;
}


div#nous_joindre div.nous-joindre label
{
  position : absolute;
  
  left : 40px;
}


div#nous_joindre div.nous-joindre div.fb_invalid label
{
  color : #ff0000;
  
  font-weight : 700;
}


div#nous_joindre div.nous-joindre input
{
  position : absolute;
  
  left : 97px;
  
  width : 182px;
  
  border : 1px solid #cacee6;
}


div#nous-joindre_nom label
{
  top : 87px;
}


div#nous-joindre_nom input
{
  top : 85px;
}


div#nous-joindre_prenom label
{
  top : 118px;
}


div#nous-joindre_prenom input
{
  top : 116px;
}


div#nous-joindre_e-mail label
{
  top : 149px;
}


div#nous-joindre_e-mail input
{
  top : 147px;
}


div#nous-joindre_telephone label
{
  top : 180px;
}


div#nous-joindre_telephone input
{
  top : 178px;
}


div#nous_joindre div.nous-joindre div#nous-joindre_message label
{
  top : 87px;
  left : 305px;
}


div#nous-joindre_message textarea
{
  position : absolute;
  
  top : 105px;
  left : 305px;
  
  width : 207px;
  height : 90px;
  
  border : 1px solid #cacee6;
}


div#nous-joindre_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#nous-joindre_submit a:hover
{
  background : url(images/nous-joindre/btn-submit.png) no-repeat center bottom;
}
/* End of 'Bloc - Nous Joindre' */

