body
{
    background: url(img/fond.png) repeat-x #0e0e0e;
    font-size: 14px;
    color: #333333;
}

a
{
    text-decoration: none;
    color: #2e86e7;
}

a:hover
{
    text-decoration: underline; 
}

img
{
    border: none;
}

input, textarea, select
{
    background: #f7f8f9;
    border: 1px solid grey;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus
{
    border: 1px solid #28d128;
}

label
{
    font-weight: bold;    
}

div#all
{
    margin: auto;
    padding: 0px;
    width: 960px;
    margin-top: -8px;
}

div#logo
{
    width: 150px;
    height: 42px;
    margin: 0px;
    padding: 0px;
    background: url(img/logo.png) no-repeat;
    float: left;
    margin-bottom: 3px;
}

div#h_menu
{
    width: 810px;
    float: right;
    height: 42px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, serif;
    font-size: 13px;
    margin-bottom: 3px;
}

div#h_menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 800px;
    height: 42px;
}

div#h_menu ul li
{
    height: 42px;
    border-left: 2px solid #346731;
    line-height: 42px;
    float: left;
    width: 160px;
    text-align: center;
}

div#h_menu ul li a
{
    display: block;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

div#h_menu ul li a:hover
{
    color: white;
    background: url(img/h_a.png) repeat-x;
}

div#contener
{
    clear: both;
    width: 960px;
    height: 100%;
    overflow: auto;
    background: #ffffff;
}

div#content
{
    width: 620px;
    float: left;
    background: #ffffff;
    padding: 10px;
}

div#content h1
{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: url(img/h1.png) top left no-repeat;
    line-height: 40px;
    text-indent: 60px;
    color: #ffffff;
}

div#content h2
{
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    color: #000000;
}

div#menu
{
    width: 300px;
    float: right;
    background: #ffffff;
    padding: 10px;
}

div#menu ul
{
    list-style: none;
    list-style-image: url(img/ul.png);
}

div#menu h3
{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: url(img/h1_menu.png) top left no-repeat;
    line-height: 40px;
    text-indent: 45px;
    color: #ffffff;
}

div#footer
{
    font-size: 13px;
    width: 960px;
    min-height: 68px;
    background: url(img/footer.png) top left no-repeat #a8cae6;
    padding: 0px;
    margin: 0px;
}

div#footer_foot
{
    height: 32px;
    width: 960px;
    margin: 0px;
    padding: 0px;
    background: url(img/footer_foot.png) no-repeat;
}

.site
{
    width: 610px;
    height: 100%;
    margin: 10px auto 5px auto;
    padding: 0px;
    background: #b8d5ed;
    border: 2px solid #386da3;
}

.site table
{
    width: 610px;
    margin: 0px;
    padding: 0px;
}

.site table td
{
    margin: 0px;
    padding: 0px;   
}
