/************************************************
* ADMIN miseEnPage.css				*
*	Mise en page du layout de l'application	*
* ***********************************************/
/*---- BLOCKs ----*/
body {
    background-color: #eee;
}

div#main {
    position: absolute;
    right: 20px;
    left: 20px;
    margin-top: 30px;
    background: #fff;
    padding: 5px;
    border: 1px dotted #333;
}

div#top {
    position: fixed;
    top: 0px;
    left: 21px;
    right: 20px;
    height: 50px;
    background-image: url("/images/interface/menu_fondv2.gif");
    padding: 0px;
    z-index: 100;
}

div#indicator {
    position: fixed;
    width: 100px;
    height: 40px;
    left: 10px;
    top: 110px;
    z-index: 900;
    background: url(/images/indicator.gif) no-repeat 0 0;
    display: none;
}

div#loading {
    position: fixed;
    width: 150px;
    height: 60px;
    left: -75px;
    margin-left: 50%;
    top: -30px;
    margin-top: 50%;
    z-index: 901;
}
#messageMarket{
    float:right;    
    font-size: 12px;
    background: white;
    border: 1px darkcyan dashed;
    height: 119px;
    width: 214px
}
#messageMarket legend{
    background: white;
    border: 1px darkcyan dashed;
    color: darkcyan;
}

#messageMarket ul, div#messageMarket ul li{
    list-style: none;
    padding :0;
}
#messageMarket ul{
    margin:5px;
}
#messageMarket ul.lstMessage{
    display:none;
    z-index: 1000;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #c2c2c2;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0 10px 10px;
    position: absolute;
    width: 189px;
    z-index: 1000;
}


div#globalSearch{
    margin-left: 20px;
    padding-top: 15px;
    float:left;
}
div#globalSearch input[type=text]{
    vertical-align: middle; color: #AAAAAA;width:200px
}
ul.smenuProduit{
    padding: 0 0 20px;
}
ul.smenuProduit li,#stock ul.smenuProduit li{
    float:left;
    display: block;
    width: 80px;
    border: 1px solid #3e8893;
    text-align: center;
    margin-left: 5px;
}

ul.smenuProduit li a{
    display: block;
    width: 80px; 
}
ul.smenuProduit li:hover, ul.smenuProduit li a:hover,ul.smenuProduit li.selected{
    background: #3e8893;
    color: #ffffff;
}
ul.smenuProduit li.title,ul.smenuProduit li.title:hover, #stock ul li.title{
    width: 125px;
    border: none;
    color: #000000;
    background: #ffffff;
}

.groupeFilter {
    float: left;
    margin: 0 15px 15px 0;
    
    padding: 10px;
    border: 1px solid black;
    height: 200px;
    overflow: auto;

