.home_search_form
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 0px #436B8F;
    padding: 4px 6px 4px 6px;
    background: #436B8F; /* 436B8F  A8DBFF*/
    width: 30%;
    text-align: center;
    float: right;
    color: white;
    margin-bottom: 10px;
    
    behavior: url(ie-css3.htc);
}

.home_search_form table tr h3
{
    text-align: center;
}

.home_search_form table tr
{
    
}

.home_search_form table td
{
    padding-bottom: 4px;
}

.home_search_form label
{
    color: white;
    font-weight: bold;
    font-family: "Trebuchet MS", "Georgia";
    font-style: italic;
    font-size: 0.8em;
}

.home_search_form input
{
    padding: 2px;
    font-size: 0.8em;
    color: #555;
    width: 90%;
    margin: auto;
}

.home_main
{
    border: solid 0px #436B8F;
    background: #DEDEDE; /* 436B8F  A8DBFF*/
    width: 750px;
    height: 250px;
    text-align: center;
    color: white;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.home_presentation
{
    width: 65%;
    text-align: justify;
    margin-bottom: 10px;
}

.home_bas_gauche
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 0px #436B8F;
    padding: 4px 6px 4px 6px;
    background: #DEDEDE; /* 436B8F  A8DBFF*/
    width: 65%;
    height: 100px;
    text-align: center;
    float: left;
    color: black;
    
    behavior: url(ie-css3.htc);
}

.home_bas_droite
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 0px #436B8F;
    padding: 4px 6px 4px 6px;
    background: #DEDEDE; /* 436B8F  A8DBFF*/
    width: 30%;
    height: 100px;
    text-align: center;
    float: right;
    color: black;
    
    behavior: url(ie-css3.htc);
}

.home_bas
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 0px #436B8F;
    margin: 10px 0px 20px 0px;
    padding: 4px 6px 4px 6px;
    background: #DEDEDE; /* 436B8F  A8DBFF*/
    width: 750px;
    height: 100px;
    text-align: center;
    float: right;
    color: black;
    
    behavior: url(ie-css3.htc);
}
