/******** général ***********/
*{
    margin:0px;
    padding:0px;
    font-family: sans-serif;
}
body{

}
.clear{
    clear:both;
}
.pointer{
    cursor:pointer;
}
.display_none{
    display:none;
}
.lien_img{
    border:none;
    text-decoration:none;
}
.lien_1{
    text-decoration:none;
    cursor:pointer;
}
.lien_1:hover{
    text-decoration:underline;
}
.lien_2{
    text-decoration:underline;
    cursor:pointer;
}
.lien_2:hover{
    text-decoration:none;
}

/********** Menu *************/
.menu{
    width:170px;
    height:40px;
    overflow:hidden;
    float:left;
    margin-left:140px;
    cursor:pointer;
    line-height:40px;
    font-weight:bold;
    text-align:center;
    color:#3B5789;
    font-size:15px;
}
.menu:hover{
    color:#fff;
}

/*********** contact ***********/
.btn_contact{
    width:90px;
    height:22px;
    line-height:22px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#252666;
    background-color:#76c6eb;
    border: 1px solid #252666;
    cursor:pointer;
}
.btn_contact:hover{
    color:#76c6eb;
    background-color:#252666;
    border: 1px solid #76c6eb;
}
.text_contact{
    width:100%;
    text-align:left;
    color:#252666;
    font-size:11px;
    height:13px;
    padding-left:5px;
    padding-top:6px;
    padding-bottom:1px;
}
.champ_gauche{
    float:left;
    width:47%;
}
.champ_droit{
    float:right;
    width:47%;
}
.input1{
    width:100%;
    height:100%;
    background-color:#ddd;
    border:1px solid #7a7a7a;
    color:#000000;
    font-size:12px;
    padding-top:1px;
    padding-bottom:1px;
}
.height_input1{
    height:16px;
}
.textarea1{
    width:100%;
    height:40px;
    line-height:17px;
    font-size:12px;
    overflow:visible;
    color:#000000;
    border:1px solid #7a7a7a;
    background-color:#ddd;
}

/************* Services **************/
.titre_services{
    height:24px;
    line-height:24px;
    padding-left:18px;
    background:url(tpl/img/services/puce.png) no-repeat 0px 8px;
    color:#252666;
    font-size:16px;
    font-weight:bold;
}
.texte_services{
    line-height:24px;
    margin-left:18px;
    color:#252666;
    font-size:12px;
}