/*****************/
/*    CSS FAQ    */
/*****************/

#partie_gauche {
    float:left;
    width:203px;
    padding-top:32px;
    background:url("../images/ombre_garanties.jpg") no-repeat top right;
    min-height:412px;
    height:auto !important;
    height:412px;
}

#menu_faq {
    font-size:11px;
    margin:10px 0 0 20px;
    color:#008634;
    list-style:none;
}

#menu_faq a{
    text-decoration:none;
    color:#008634;
}

#menu_faq li{
    width:140px;
    padding-left:25px;
}

.hr {
    padding:8px 0 5px 0;
}

/* IE 6 */
* html .hr {
    padding:8px 0 0 0;
}

/* IE 7 */
*+html .hr {
    padding:8px 0 0 0;
}

#menu_faq li hr{
    color: #e5efd2;
    background-color: #e5efd2;
    height: 1px;
    border: 0;
}

.puces{
    background: url("../images/fleche_v.gif") no-repeat;
}

.puces:hover{
    background: url("../images/fleche_j.gif") no-repeat;
}

.puces_actives{
    background: url("../images/fleche_j.gif") no-repeat;
}

#partie_droite {
    float:left;
    width:451px;
    padding:45px 0 0 20px;
}

#partie_droite h1{
    font-size:20px;
    font-weight:normal;
    color:#008634;
}

#cadre_faq {
    background:url("../images/fond_cadre.jpg");
    width:436px;
    height:63px;
    border:1px solid #bbd47c;
    margin-top:15px;
    position:relative;
}

#cadre_faq label {
    position:absolute;
    top:28px;
    left:20px;
}

#search_pages {
    background:url("../images/search_pages.gif") no-repeat;
    width:198px;
    height:16px;
    padding:2px 0 0 4px;
    border:1px solid #b0b0ae;
    font-size:11px;
    color:#58a92f;
    position:absolute;
    top:25px;
    left:152px;

}

#ok {
    background:url("../images/ok.jpg");
    width:28px;
    height:29px;
    border:0;
    cursor:pointer;
    position:absolute;
    top:18px;
    right:28px;
}

#partie_droite h2{
    margin-top:20px;
    font-size:15px;
    font-weight:normal;
    color:#58a92f;
}

#partie_droite h2{
    height:24px;
    width:437px;
    margin-top:20px;
    font-size:12px;
    font-weight:normal;
    color:#58a92f;
}

#partie_droite p{
    font-size:12px;
    width:437px;
    text-align:justify;
}

#photo_centre{
    border:1px solid #d1e2a5;
    margin-top:15px;
}

#partie_droite #exemple {
    font-size:11px;
}

#calculs {
    font-size:12px;
    margin-top:20px;
    border-spacing: 0;
    border-collapse: collapse; 
}

#calculs th{
    border:1px solid #d1e2a5;
    padding:10px;
}

#calculs td{
    border:1px solid #d1e2a5;
    padding:5px 5px 5px 10px;
}

#calculs th {
    font-weight:bold;
    color:#58a92f;
}

#partie_droite #no_result {
    padding-top:20px;
    font-size:16px;
    text-align:center;
    color:#008634;
}

.recherche {
    cursor:pointer;
}

.recherche img {
    float:right;
    padding-right:15px;
}

