/* CSS Document */
*{
  margin: 0;
  padding: 0;
  outline: none;
}

body{
  font-family: Arial, Helvetica, sans-serif;
}

a img{
    border: none;
}

#header{
    width: 100%;
}

#header_red, #header_grey{
    width: 100%;
    height: 10px;   
}

#header_red{
    background: #B23428;
}
#header_grey{
    background: #4E5550;
}

#content{
  width: 1000px;
  min-height: 500px;
  margin: 0 auto; 
  position: relative; 
  background: url('../_img/bg.png') top left no-repeat;
}

#logo{
    position: absolute;
    top: 0;
    right: 170px;
}

#titre{
    width: 658px;
    display: block;
    margin: 0 auto;
    padding-top: 150px;
}

#up_box{
    width: 655px;
    height: 11px;
    margin: 10px auto 0;
    background: url('../_img/up.png') top left no-repeat;
}

#content_box{
    width: 655px;
    margin: 0 auto;
    background: url('../_img/bg_box.png') top left repeat-y;
    font-size: 12px;
    position: relative;
}

#content_box p{
    padding: 0 8px 8px 0;
    line-height: 20px;
}

#merci{
    padding: 0 8px 8px 0;
    line-height: 20px;
    text-align: center;
}

#fleche_down{
    position: absolute;
    right: 30px;
    bottom: -30px;
}

#down_box{
    width: 655px;
    height: 11px;
    margin: 0 auto;
    background: url('../_img/down.png') top left no-repeat;
}

#small_red, #small_grey{
    width: 650px;
    height: 4px;
    margin: 0 auto;   
}

#small_red{
    background: #B23428;
}
#small_grey{
    background: #4E5550;
}

#box_recherche{
    width: 340px;
    height: 38px;
    background: url('../_img/bg_recherche.png') top left no-repeat;
    margin: 30px 0 0 175px;
}

#precherche {
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin: -27px 45px 0 0;
    color: #cccccc;
}

#coordonee{
    width: 192px;
    height: 38px;
    background: url('../_img/bg_coordonee.png') top left no-repeat;   
}

#coordonee p{
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 45px;  
}

#pcoordonee {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;
    margin-left: 40px;
    color: #cccccc;
}

#recherche{
    float: right;
    width: 192px;
    height: 38px;
    background: url('../_img/recherche.png') top left no-repeat;
    margin-right: -17px;   
}

#recherche p{
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 60px;  
}

#formulaire{
    width: 648px;
    height: 235px;
    background: url('../_img/bg_formulaire.png') top left no-repeat;
    margin: 12px auto 0;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

#formulaire table, #formulaire p{
    width: 610px;
    margin: 15px 0 0 20px;
}

#formulaire2{
    width: 648px;
    background: url('../_img/bg_formulaire2.png') top left no-repeat;
    margin: 12px auto 0;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

#formulaire2 table, #formulaire2 p{
    width: 610px;
    margin: 15px 0 0 20px;
}

#formulaire2 tr td{
    padding-bottom: 10px;
}

.input{
    width: 180px;
    height: 30px;
    background: url('../_img/input.png') top left no-repeat;
    padding: 0 20px 0 5px;
}

.input_cp{
    width: 116px;
    height: 29px;
    background: url('../_img/input_cp.png') top left no-repeat;
    padding: 0 20px 0 5px;
}

.input_budget_min{
    /*width: 50px;
    height: 30px;
    background: url('../_img/input_numero.png') top left no-repeat;*/
    width: 116px;
    height: 29px;
    background: url('../_img/input_cp.png') top left no-repeat;
    padding: 10px 6px 5px 5px;
    /*display: block;*/
    /*position: absolute;*/
    margin-top: -22px;
    left: 39px;

    
}

*+html .input_budget_min{
    padding-top: 5px;
    margin-top: -5px;
} 

.input_budget_min_red{
 /* width: 50px;
    height: 30px;
    background: url('../_img/input_numero_red.png') top left no-repeat;*/
    width: 116px;
    height: 29px;
    background: url('../_img/input_cp_red.png') top left no-repeat;
    padding: 10px 6px 5px 5px;
    /*display: block;*/
    /*position: absolute;*/
    margin-top: -22px;
    left: 39px;
}

*+html .input_budget_min_red{
    padding-top: 5px;
    margin-top: -5px;
} 

.input_budget_max{
    /*width: 50px;
    height: 30px;
    background: url('../_img/input_numero.png') top left no-repeat;*/
        width: 116px;
    height: 29px;
    background: url('../_img/input_cp.png') top left no-repeat;
    padding: 10px 6px 5px 5px;

    margin-top: -20px;
    left: -14px;
    margin-top: -28px;
}

*+html .input_budget_max{
    padding-top: 5px;
    margin-top: -5px;
}

.input_budget_max_red{
  /*width: 50px;
    height: 30px;
    background: url('../_img/input_numero_red.png') top left no-repeat;*/
      width: 116px;
    height: 29px;
    background: url('../_img/input_cp_red.png') top left no-repeat;
    padding: 10px 6px 5px 5px;

    margin-top: -20px;
    left: -14px;
    margin-top: -28px;
}

*+html .input_budget_max_red{
    padding-top: 5px;
    margin-top: -5px;
} 

.input_numero{
    width: 50px;
    height: 30px;
    background: url('../_img/input_numero.png') top left no-repeat;
    padding: 0 6px 0 5px;
}



.input_red{
    width: 180px;
    height: 30px;
    background: url('../_img/input_red.png') top left no-repeat;
    padding: 0 6px 0 5px;
}

.input_cp_red{
    width: 116px;
    height: 30px;
    background: url('../_img/input_cp_red.png') top left no-repeat;
    padding: 0 6px 0 5px;
}

.input_numero_red{
    width: 50px;
    height: 30px;
    background: url('../_img/input_numero_red.png') top left no-repeat;
    padding: 0 6px 0 5px;
}

.input_text{
    border: 0;
}

#option_cachee{
    position: relative;
    margin-left: 30px;
    padding: 0 42px;      
}

#fleche{
    position: absolute;
    top: 0;
    left: 0;      
}

#submit{
    width: 130px;
    height: 32px;
    background: url('../_img/bt_etape_suivante.png') top left no-repeat;
    border: 0;    
}

#envoyer{
    width: 130px;
    height: 32px;
    background: url('../_img/bt_envoyer.png') top left no-repeat;
    border: 0;
   /* float:right;
    margin-right: 5px;*/
margin-left: 146px;   
}

#lien_latourpetit a{
    font-weight: bold;
    color: #B23428;
    text-decoration: none;
}

#lien_latourpetit{
    width: 160px;
    margin: 50px auto 0;
}

.details{
    color: #cccccc;
    font-size: 11px;
}

#long_input{
    width: 600px;
    height: 30px;
    background: url('../_img/long_input.png') top left no-repeat;
    padding: 6px 6px 0 5px; 
}

#long_input_red{
    width: 600px;
    height: 30px;
    background: url('../_img/long_input_red.png') top left no-repeat;
    padding: 6px 6px 0 5px; 
}

#footer{
    width: 949px;
    height: 120px;
    background: url('../_img/bg_footer.png') top left no-repeat;
    margin: 20px auto 0; 
    font-size: 11px;
    color: #666;
    padding-top: 20px; 
}

#footer p{
    width: 648px;
    text-align: justify;
    margin: 0 auto;
}
