/* Start of CMSMS style sheet 'Bloc - Demande de Collaboration' */
/*
 * Introduction
 */
div#demande-collaboration_introduction
{
  margin-top : 10px;
  margin-left : 55px;
  margin-right : 180px;
  
  text-align : justify;
}


div#demande-collaboration_introduction p
{
  margin-top : 0px;
}

div#demande-collaboration_introduction p a
{
  color : #fd9317;
}




/*
 * Bloc
 */
div#demande_de_collaboration
{
  position : relative;
  
  width : 529px;
  height : 260px;
  
  background : url(images/nous-joindre/cadre.png) no-repeat bottom center;
}


div#demande_de_collaboration div.formulaire label
{
  position : absolute;
  
  left : 20px;
}


div#demande_de_collaboration div.formulaire div.fb_invalid label
{
  color : #ff0000;
  
  font-weight : 700;
}


div#demande_de_collaboration div.formulaire input
{
  position : absolute;
  
  left : 107px;
  
  width : 182px;
  
  border : 1px solid #cacee6;
}


div#demande_de_collaboration_raison_sociale label
{
  top : 45px;
}


div#demande_de_collaboration_raison_sociale input
{
  top : 43px;
}


div#demande_de_collaboration_nom label
{
  top : 85px;
}


div#demande_de_collaboration_nom input
{
  top : 83px;
}


div#demande_de_collaboration_e-mail label
{
  top : 125px;
}


div#demande_de_collaboration_e-mail input
{
  top : 123px;
}


div#demande_de_collaboration_telephone label
{
  top : 165px;
}


div#demande_de_collaboration_telephone input
{
  top : 163px;
}


div#demande_de_collaboration div.formulaire div#demande_de_collaboration_message label
{
  top : 45px;
  left : 305px;
}


div#demande_de_collaboration_message textarea
{
  position : absolute;
  
  top : 73px;
  left : 305px;
  
  width : 207px;
  height : 106px;
  
  border : 1px solid #cacee6;
}


div#demande_de_collaboration_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#demande_de_collaboration_submit a:hover
{
  background : url(images/nous-joindre/btn-submit.png) no-repeat center bottom;
}



div#demande_de_collaboration div.reponse h2
{
  margin-top : 20px;
  margin-left : 15px;
  
  line-height : 16px;
  
  font-size : 13px;
}


div#demande_de_collaboration div.reponse span
{
  position : absolute;
  
  left : 30px;
}



/* End of 'Bloc - Demande de Collaboration' */

