body {
    /*background: url('../images/layout/bg-body-home.gif') repeat-x;*/
}

/* Bandeau de la page d'accueil */
#banner {
    width: 700px;
    height: 220px;
    display: block;
}

    
    /* Bienvenue */
    #banner #welcome {
        width: 700px;
        height: 190px;
        margin: 20px 20px 10px 0px;
        background: url('../images/layout/logo_fond.png') no-repeat;
        border: 5px solid #ffffff;
        float: left;        
    }
    
        #banner #welcome h2 {
            margin: 20px 0px 0px 20px;
            color: #98C534;
        }
        
        #banner #welcome ul {
            margin: 10px 0px 20px 20px;
        }
            #banner #welcome ul li {
                font-size: 18px;
                color: #98C534;
                line-height: 20px;              
            }
        
        #banner #welcome a.green {
            margin: 35px 0px 0px 20px; /* 45px for safari hack */
        }
    
    /* Encart contact */
    #banner #contact {
        width: 240px;
        height: 200px;
        float: right;
        margin: 10px 0px 0px 0px;
        display: block;
        background-color: #ffffff;
    }
    
        /* Contenus */
        #banner #contact #tab1_content, #banner #contact #tab2_content {
            background: url('../images/home/bg-contact.gif') #89d0e1 no-repeat;
            width: 230px;
            height: 160px;
            margin: 5px;
            display: block;
        }
        
        #banner #contact #tab2_content {
            display: none;
        }   
        
        
            #banner #contact #tab1_content .tab_wrapper, #banner #contact #tab2_content .tab_wrapper {
                margin: 15px 20px 20px 20px;
                width: 200px;
                overflow: hidden;
                color: #fff;
            } 
            
            #banner #contact #tab1_content .tab_wrapper h3 {
                height: 35px;
                font-size: 24px;
                padding: 7px 0px 0px 0px;
                background: url('../images/home/icon-mail.gif') no-repeat;
                background-position: 150px 0px;
            }
            
            #banner #contact .tab_wrapper a:hover { 
                text-decoration: none;
            }
            
            #banner #contact .tab_wrapperr a:hover { 
                text-decoration: underline;
                color: #5ca5bb;
            }
            
            #banner #contact .tab_wrapper strong {  
                color: #2a82aa;
            }
        
        /* Onglets */
        #banner #contact #tab_link {
            clear: both;
            background: #c7d9e5;
            height: 30px;
            display: block; 
        }
        
            #banner #contact #tab_link span {
                display: block;
                float: left;
                height: 30px;
                overflow: hidden;           
            }
            
            #banner #contact #tab_link #tab_contact {
                width: 100px;
                cursor: pointer !important;
                background: url('../images/home/tab-contact.gif') no-repeat;            
            }
    
            #banner #contact #tab_link #tab_acces {
                margin-left: 1px;
                width: 139px;
                cursor: pointer !important;
                background: url('../images/home/tab-acces.gif') no-repeat;
                background-position: 0 -30px;
            }
            
            
        
/* Colonnes */      
#main {
    width: 720px;
    margin: 0px 20px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}   

#rightcol {
    width: 180px;
    float: right;
    padding: 25px 20px 0px 20px;
    background: url('../images/home/bg-droite.gif') #dae6ee no-repeat;
    margin: 20px 0px 0px 0px;
}

#rightcolbottom {
    width: 180px;
    float: right;
    padding: 25px 20px 0px 20px;
    /*background: url('../images/home/bg-droite.gif') #dae6ee no-repeat;*/
    margin: 20px 0px 0px 0px;
}

.colhome {
    width: 190px;
    height: 250px;
    float: left;
    padding: 10px 10px 0px 10px;
    /*background: url('../images/home/bg-droite.gif') #dae6ee no-repeat;*/
    margin: 10px 10px 10px 10px;
    border: 1px solid #d9e2e9;
    text-align: justify;
}

/* Sous titre droite */
.colhome h4 {
    font-size: 14px;
    color: #616163;
    padding: 0;
}

#contact {
    width: 200px;
    float: right;
    padding: 25px 20px 0px 20px;
    /*background: url('../images/home/bg-droite.gif') #dae6ee no-repeat;*/
}

div#main{
    
    text-align: center;
}

div.bloft {

    background: url('../images/layout/logo_fond_large.png') no-repeat 100px -100px;
    color: #637188;
    font-size: 14px;
    
}
    

div.block_right, div.block_left, div.block_bottom {
    
    position: absolute;
    font-size : 16px;
    color: #7B8E99;
}

div.block_left {
   
    float:left;
    margin-left: -60px;
    margin-top: 100px;
    color: #7B8E99;
    text-align:left;
}

div.block_right {
   
    margin-left: 557px;
    margin-top: 60px;
    text-align:right;
}

div.block_bottom {
   
    margin-left: 560px;
    margin-top: 350px;
    text-align:right;
}

/* Temoignages */
ul#temoignages {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    ul#temoignages li blockquote {
        margin: 0;
        padding: 0;     
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #92a4a9; 
        font-size: 14px;
        font-style: italic;     
    }
    ul#temoignages li strong {
        color: #2a82aa;
    }
    ul#temoignages li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #c7d9e5;
        font-size: 10px;
    }
    
    ul#temoignages li.last {
        border: 0px;
    }


/* Safari Hack */
#banner #welcome a.green {
    margin: 35px 0px 0px 20px;
    #
}

