#img_entete{
  float:right;
  margin-left:50px;
  padding-bottom:25px;
}

h2.titrePage{
color:#CF1111;
font-family:tahoma,helvetica,arial,sans serif;
font-size:17px;
font-weight:bold;
margin:0;
padding:4px 0 5px;
text-transform:uppercase;
}

h3.sousTitre{
  color:#CF1111;
  font-family:tahoma,helvetica,arial,sans serif;
  font-size:15px;
  font-weight:bold; 
  padding:0 0 10px;
  margin:0;
}

#div_contenu{
  clear:right;
  text-align:justify;
}

  h3.titre_para{
    clear:left;
    font-size:11px;
    font-weight:bold;
    background-image: url(../img/puce-rouge.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-indent:12px;
  }
  
  p.type_gite{
    float:left;
    width:300px;
    margin-left:40px;
  }
  
#div_contact{
  background-color: #ccd2e5;
  float:left;
  margin-top:20px;
  width:100%;
}
  #sp_titre_contact{
    display:block;
    background-color: #ffffff;
    color:#ccd2e5;
    font-weight:bold;
    font-size:23px;
    text-indent:10px;
    line-height:17px;
  }
  div.champs_form{
    float:left;
    width:210px;
    padding-left:10px;
  }
  p.champs_form{
    margin-top:5px;
    margin-bottom:5px;
  }
  #div_contact input[type="text"], #div_contact textarea{
    width:200px;
    padding:2px;
    font-size:0.95em;
    border:none;
  }
  #div_contact textarea{
    height:100px;
  }
  #div_contact label{
    font-size: 10px;
    font-weight:bold;
  }
  #txt_contact{
    width:300px!important;
  }
    #p_info_form{
      color:#CF1111;
      padding-left:15px;
      margin-top:10px;
      text-align: justify;
    }
    #bt_valid_form{
      float:right;
      margin-top:25px;
    }