﻿body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    /*
    background-color: #EEE;
    background-image: url('images/background.png');
    */
    width: 100%;
}
#formMaster
{
    display: block;
    width: 1270px;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #FFF;
    height: auto;
}
#divMasterBandeau, #divMasterMenu, #divMasterContent, #divMasterFooter
{
    display: block;
    clear: both;
    width:100%;
}

#divMasterBandeau
{
    background-color: #FFF;
    height: 120px; /*border-bottom :1px solid #999;*/
    background-image: url('images/bandeau.png');
}
#divMasterMenu
{
    background-color: #AAA;
    height: 30px; /*border-bottom :1px solid #999;*/
}

#divMasterContent {
    padding: 10px;
}

#divMasterFooter
{
    text-align: center;
}
#divMasterFooter a
{
    display: block;
    text-decoration: none;
    color: #555;
    padding: 5px;
}
h1, h2, h3, h4
{
    display: block;
    /*clear: both;*/
}
h1, h2, h3
{
    /*color: #F2BF42;
    color: #777;*/
}

h1
{
    font-size: 16px;
    text-transform: uppercase;
    color: #383838;
}
h2
{
    font-size: 14px;
    color: #585858;
}
h3
{
    font-size: 13px;
    color: #808080;
}

a.link {
    color: steelblue;
}

a.link:hover {
    color: #555555;
}

div#tabs {
    width: 1250px!important;
    margin: 0;
    padding: 0;
}

.jbSmall {
    display: block; 
    float: left;
}

/* little jquery ui button */
.jbSmall span.ui-button-text {
    padding: 8px 13px 8px 14px;
}

/* pour autocomplete  */
.ui-autocomplete {
    z-index: 150;
    max-height: 200px; 
    /*overflow-y: scroll; */
    overflow-x: hidden;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: 1px;
    margin: 0;
    /*line-height: 1.5;*/
}

/* arrondi */
.round {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

img.logoEdit:hover 
{
    border:1px solid #A0A0A0;
    cursor: pointer;    
    height: 68px!important;
}

