@import url(./modele_5.css);

#div_texteGauche{
  clear:both;
  float:left;
  width:300px;
  margin-right:20px;
  text-align: justify;
  margin-top:15px;
}

#div_formulaire{
  float:left;
  padding-left:20px;
  width:375px;
  border-left:1px #1f6332 solid;
  margin-top:15px; 
  height:500px;
}

  div.div_textePara{
    float:left;
    clear:left;
    width:100%;
    margin:3px 0;
  }
  
    span.lbl_contact{
      display:block;
      float:left;
      width:100px;
    }
    input.inpt_contact{
      width:250px;
    }
    #cp{
      width:100px;
    }
    
    #div_typeProjet{
      clear:left;
      float:left;
      width:100%;
      padding-top:5px;
    }
    #div_typeProjet p{
      margin:0;
      width:50%;
      float:left;
    }
    
    #a_validForm{
      display:block;
      float:right;
      border:1px #1f6332 solid;
      background-color: #1f6332;
      color:#ffffff!important;
      padding:1px 5px;
      text-decoration: none!important;
    }
       #a_validForm:hover{
          background-color: transparent!important;
          color:#1f6332!important;
        }

#ul_dossiers{
  margin-top:10px;
  padding-left:60px!important;
}
        
a.a_dossier{
  display: block;
  line-height:25px;
  padding-left:35px;
  background-image: url(../img/logo-pdf.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color:#cf1111!important;
  text-decoration:none;
  font-size:13px;
  text-transform:uppercase;
}